Modeling Psychophysical Data In R


Modeling Psychophysical Data In R
DOWNLOAD

Download Modeling Psychophysical Data In R PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Modeling Psychophysical Data In R book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages. If the content not found or just blank you must refresh this page





Modeling Psychophysical Data In R


Modeling Psychophysical Data In R
DOWNLOAD

Author : Kenneth Knoblauch
language : en
Publisher: Springer Science & Business Media
Release Date : 2012-09-02

Modeling Psychophysical Data In R written by Kenneth Knoblauch and has been published by Springer Science & Business Media this book supported file pdf, txt, epub, kindle and other format this book has been release on 2012-09-02 with Computers categories.


Many of the commonly used methods for modeling and fitting psychophysical data are special cases of statistical procedures of great power and generality, notably the Generalized Linear Model (GLM). This book illustrates how to fit data from a variety of psychophysical paradigms using modern statistical methods and the statistical language R. The paradigms include signal detection theory, psychometric function fitting, classification images and more. In two chapters, recently developed methods for scaling appearance, maximum likelihood difference scaling and maximum likelihood conjoint measurement are examined. The authors also consider the application of mixed-effects models to psychophysical data. R is an open-source programming language that is widely used by statisticians and is seeing enormous growth in its application to data in all fields. It is interactive, containing many powerful facilities for optimization, model evaluation, model selection, and graphical display of data. The reader who fits data in R can readily make use of these methods. The researcher who uses R to fit and model his data has access to most recently developed statistical methods. This book does not assume that the reader is familiar with R, and a little experience with any programming language is all that is needed to appreciate this book. There are large numbers of examples of R in the text and the source code for all examples is available in an R package MPDiR available through R. Kenneth Knoblauch is a researcher in the Department of Integrative Neurosciences in Inserm Unit 846, The Stem Cell and Brain Research Institute and associated with the University Claude Bernard, Lyon 1, in France. Laurence T. Maloney is Professor of Psychology and Neural Science at New York University. His research focusses on applications of mathematical models to perception, motor control and decision making.



Novel Applications Of Bayesian And Other Models In Translational Neuroscience


Novel Applications Of Bayesian And Other Models In Translational Neuroscience
DOWNLOAD

Author : Reza Rastmanesh
language : en
Publisher: Frontiers Media SA
Release Date : 2024-05-06

Novel Applications Of Bayesian And Other Models In Translational Neuroscience written by Reza Rastmanesh and has been published by Frontiers Media SA this book supported file pdf, txt, epub, kindle and other format this book has been release on 2024-05-06 with Science categories.


It has been proposed that the brain works in a Bayesian manner, and based on the free-energy principle, the brain's main function is to reduce environmental uncertainty; this is a proposed model as a universal principle governing adaptive brain function and structure. There are many pathophysiological, and clinical observations that can be easily explained by predictive Bayesian brain models. However, the novel applications of Bayesian models in translational neuroscience has been understudied and underreported. For example, variational Bayesian mixed-effects inference has been successfully tested for classification studies. A multi-task Bayesian compressive sensing approach to simultaneously estimate the full posterior of the CSA-ODF and diffusion-weighted volumes from multi-shell HARDI acquisitions has been recently publishe



Psychophysics


Psychophysics
DOWNLOAD

Author : Frederick A.A. Kingdom
language : en
Publisher: Academic Press
Release Date : 2016-01-04

Psychophysics written by Frederick A.A. Kingdom and has been published by Academic Press this book supported file pdf, txt, epub, kindle and other format this book has been release on 2016-01-04 with Psychology categories.


Psychophysics: A Practical Introduction, Second Edition, is the primary scientific tool for understanding how the physical world of colors, sounds, odors, movements, and shapes translates into the sensory world of sight, hearing, touch, taste, and smell; in other words, how matter translates into mind. This timely revision provides a unique introduction to the techniques for researching and understanding how the brain translates the external physical world to the internal world of sensation. The revision expands and refines coverage of the basic tools of psychophysics research and better integrates the theory with the supporting software. The new edition continues to be the only book to combine, in a single volume, the principles underlying the science of psychophysical measurement and the practical tools necessary to analyze data from psychophysical experiments. The book, written in a tutorial style, will appeal to new researchers as well as to seasoned veterans. This introduction to psychophysics research methods will be of interest to students, scholars and researchers within sensory neuroscience, vision research, behavioral neuroscience, and the cognitive sciences. Presents a large variety of analytical methods explained for the non-expert Provides a novel classification scheme for psychophysics experiments Includes a new software package for collecting and analyzing psychophysical data Disseminates the pros and cons of different psychophysical procedures Contains practical tips for designing psychophysical experiments



Data Wrangling With R


Data Wrangling With R
DOWNLOAD

Author : Bradley C. Boehmke, Ph.D.
language : en
Publisher: Springer
Release Date : 2016-11-17

Data Wrangling With R written by Bradley C. Boehmke, Ph.D. and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2016-11-17 with Computers categories.


This guide for practicing statisticians, data scientists, and R users and programmers will teach the essentials of preprocessing: data leveraging the R programming language to easily and quickly turn noisy data into usable pieces of information. Data wrangling, which is also commonly referred to as data munging, transformation, manipulation, janitor work, etc., can be a painstakingly laborious process. Roughly 80% of data analysis is spent on cleaning and preparing data; however, being a prerequisite to the rest of the data analysis workflow (visualization, analysis, reporting), it is essential that one become fluent and efficient in data wrangling techniques. This book will guide the user through the data wrangling process via a step-by-step tutorial approach and provide a solid foundation for working with data in R. The author's goal is to teach the user how to easily wrangle data in order to spend more time on understanding the content of the data. By the end of the book, the user will have learned: How to work with different types of data such as numerics, characters, regular expressions, factors, and dates The difference between different data structures and how to create, add additional components to, and subset each data structure How to acquire and parse data from locations previously inaccessible How to develop functions and use loop control structures to reduce code redundancy How to use pipe operators to simplify code and make it more readable How to reshape the layout of data and manipulate, summarize, and join data sets



Applied Survival Analysis Using R


Applied Survival Analysis Using R
DOWNLOAD

Author : Dirk F. Moore
language : en
Publisher: Springer
Release Date : 2016-05-11

Applied Survival Analysis Using R written by Dirk F. Moore and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2016-05-11 with Medical categories.


Applied Survival Analysis Using R covers the main principles of survival analysis, gives examples of how it is applied, and teaches how to put those principles to use to analyze data using R as a vehicle. Survival data, where the primary outcome is time to a specific event, arise in many areas of biomedical research, including clinical trials, epidemiological studies, and studies of animals. Many survival methods are extensions of techniques used in linear regression and categorical data, while other aspects of this field are unique to survival data. This text employs numerous actual examples to illustrate survival curve estimation, comparison of survivals of different groups, proper accounting for censoring and truncation, model variable selection, and residual analysis. Because explaining survival analysis requires more advanced mathematics than many other statistical topics, this book is organized with basic concepts and most frequently used procedures covered in earlier chapters, with more advanced topics near the end and in the appendices. A background in basic linear regression and categorical data analysis, as well as a basic knowledge of calculus and the R system, will help the reader to fully appreciate the information presented. Examples are simple and straightforward while still illustrating key points, shedding light on the application of survival analysis in a way that is useful for graduate students, researchers, and practitioners in biostatistics.



Heart Rate Variability Analysis With The R Package Rhrv


Heart Rate Variability Analysis With The R Package Rhrv
DOWNLOAD

Author : Constantino Antonio García Martínez
language : en
Publisher: Springer
Release Date : 2017-09-18

Heart Rate Variability Analysis With The R Package Rhrv written by Constantino Antonio García Martínez and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2017-09-18 with Medical categories.


This book introduces readers to the basic concepts of Heart Rate Variability (HRV) and its most important analysis algorithms using a hands-on approach based on the open-source RHRV software. HRV refers to the variation over time of the intervals between consecutive heartbeats. Despite its apparent simplicity, HRV is one of the most important markers of the autonomic nervous system activity and it has been recognized as a useful predictor of several pathologies. The book discusses all the basic HRV topics, including the physiological contributions to HRV, clinical applications, HRV data acquisition, HRV data manipulation and HRV analysis using time-domain, frequency-domain, time-frequency, nonlinear and fractal techniques. Detailed examples based on real data sets are provided throughout the book to illustrate the algorithms and discuss the physiological implications of the results. Offering a comprehensive guide to analyzing beat information with RHRV, the book is intended for masters and Ph.D. students in various disciplines such as biomedical engineering, human and veterinary medicine, biology, and pharmacy, as well as researchers conducting heart rate variability analyses on both human and animal data.



Bayesian Cost Effectiveness Analysis With The R Package Bcea


Bayesian Cost Effectiveness Analysis With The R Package Bcea
DOWNLOAD

Author : Gianluca Baio
language : en
Publisher: Springer
Release Date : 2017-05-25

Bayesian Cost Effectiveness Analysis With The R Package Bcea written by Gianluca Baio and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2017-05-25 with Medical categories.


The book provides a description of the process of health economic evaluation and modelling for cost-effectiveness analysis, particularly from the perspective of a Bayesian statistical approach. Some relevant theory and introductory concepts are presented using practical examples and two running case studies. The book also describes in detail how to perform health economic evaluations using the R package BCEA (Bayesian Cost-Effectiveness Analysis). BCEA can be used to post-process the results of a Bayesian cost-effectiveness model and perform advanced analyses producing standardised and highly customisable outputs. It presents all the features of the package, including its many functions and their practical application, as well as its user-friendly web interface. The book is a valuable resource for statisticians and practitioners working in the field of health economics wanting to simplify and standardise their workflow, for example in the preparation of dossiers in support of marketing authorisation, or academic and scientific publications.



Computational Modeling Of Cognition And Behavior


Computational Modeling Of Cognition And Behavior
DOWNLOAD

Author : Simon Farrell
language : en
Publisher: Cambridge University Press
Release Date : 2018-02-22

Computational Modeling Of Cognition And Behavior written by Simon Farrell and has been published by Cambridge University Press this book supported file pdf, txt, epub, kindle and other format this book has been release on 2018-02-22 with Psychology categories.


This book presents an integrated framework for developing and testing computational models in psychology and related disciplines. Researchers and students are given the knowledge and tools to interpret models published in their area, as well as to develop, fit, and test their own models.



Haptics Neuroscience Devices Modeling And Applications


Haptics Neuroscience Devices Modeling And Applications
DOWNLOAD

Author : Malika Auvray
language : en
Publisher: Springer
Release Date : 2014-10-14

Haptics Neuroscience Devices Modeling And Applications written by Malika Auvray and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2014-10-14 with Computers categories.


The two-volume set LNCS 8618 and 8619 constitutes the refereed proceedings of the 9th International Conference EuroHaptics 2014, held in Versailles, France, in June 2014. The 118 papers (36 oral presentations and 82 poster presentations) presented were carefully reviewed and selected from 183 submissions. Furthermore, 27 demos were exhibited, each of them resulting in a short paper included in the volumes. These proceedings reflect the multidisciplinary nature of EuroHaptics and cover topics such as human-computer interaction, human-robot interactions, neuroscience, perception and psychophysics, biomechanics and motor control, modelling and simulation; and a broad range of applications in medicine, rehabilitation, art, and design.



Stevens Handbook Of Experimental Psychology And Cognitive Neuroscience Methodology


Stevens Handbook Of Experimental Psychology And Cognitive Neuroscience Methodology
DOWNLOAD

Author :
language : en
Publisher: John Wiley & Sons
Release Date : 2018-03-13

Stevens Handbook Of Experimental Psychology And Cognitive Neuroscience Methodology written by and has been published by John Wiley & Sons this book supported file pdf, txt, epub, kindle and other format this book has been release on 2018-03-13 with Psychology categories.


V. Methodology: E. J. Wagenmakers (Volume Editor) Topics covered include methods and models in categorization; cultural consensus theory; network models for clinical psychology; response time modeling; analyzing neural time series data; models and methods for reinforcement learning; convergent methods of memory research; theories for discriminating signal from noise; bayesian cognitive modeling; mathematical modeling in cognition and cognitive neuroscience; the stop-signal paradigm; hypothesis testing and statistical inference; model comparison in psychology; fmri; neural recordings; open science; neural networks and neurocomputational modeling; serial versus parallel processing; methods in psychophysics.