View source: R/bayes_function.R
bayes | R Documentation |
Bayes function when running mcem with mcmc setting
bayes( stu.data = NA, studentid = "", passageid = "", numwords.p = "", wrc = "", time = "", parallel = T, n.chains = NA, thin = 1, iter = NA, burn = NA )
stu.data |
- student reading data |
studentid |
The column name in the data that represents the unique student identifier. |
passageid |
The column name in the data that represents the unique passage identifier. |
numwords.p |
The column name in the data that represents the number of words in a passage. |
wrc |
The column name in the data that represents the words read correctly for each case. |
time |
The column name in the data that represents the time, in seconds, for each case. |
parallel |
parallel=T, #logical, run in parallel? "T" or "F" |
n.chains |
int., number of the chains |
thin |
int, thinning interval, a.k.a, period of saving samples |
iter |
int., number of the iterations after the burn-in period |
burn |
int., number of the burn-in iterations |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.