Skip to content

Mixture model temporal errors in RSVP data

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

alexholcombe/mixRSVP

Repository files navigation

mixRSVP

mixRSVP mixture models temporal errors in reports of an item from an array or a stream, presently using a mixture model of uniform and Gaussian distributions. Here is an explanation of what the hell that means.

Installation

install_packages('devtools')  #if you don't have devtools already
library('devtools') 
devtools::install_github('alexholcombe/mixRSVP',build_vignettes=TRUE)

Example

Fit some of one of the provided datasets and plot the histogram of serial position errors together with the fitted curve.

 df <-  subset(P2E2pilot, subject=="CB" & target==1 & condition==1)
 plot_hist_with_fit(df, -11, 11, df$targetSP, 16, TRUE, TRUE, TRUE)

Help

Type ?mixRSVP or ?<FUNCTIONNAME> and look at the vignettes that show examples of what you can do.

vignette(package='mixRSVP')

History

Patrick Goodbourn programmed mixture modeling of RSVP serial position errors in MATLAB. Certifiedwaif did initial port of this to R, largely using automated code translation, and then Alex functionfied and improved things before making it into this package.

About

Mixture model temporal errors in RSVP data

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages