c_scores | R Documentation |
Estimate conflict scores for n subjects
c_scores( subjects, c_nmst = c(n, mu, sigma, tau), nc_nmst = c(n, mu, sigma, tau) )
subjects |
A number for the number conflict scores to generate |
c_nmst |
A vector containing the parameters for from an ex-gaussian distribution, c(n, mu, sigma, tau), where n is the number of trials. |
nc_nmst |
A vector containing the parameters for sampling from an ex-gaussian distribution, c(n, mu, sigma, tau), where n is the number of trials. |
This function creates simulated conflict scores for n number of subjects. This is a wrapper for c_score, which creates a single conflict score.
A simulated conflict score for one subject
c_scores(subjects=50, c_nmst= c(n=10, mu=600, sigma=100, tau=100), nc_nmst= c(n=10, mu=500, sigma=100, tau=100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.