mcem | R Documentation |
Copyright (C) 2021 The ORF Project Team
mcem( data = NA, stu.data = NA, studentid = "", passageid = "", numwords.p = "", wrc = "", time = "", k.in = 5, reps.in = 2, ests.in = NA, est = "mcem", se = "none", verbose = FALSE )
data |
- reading data object comes from prep function |
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. |
k.in |
- number of imputations, default is 5 |
reps.in |
- number of Monte-Carlo iterations, default is 2 |
ests.in |
- if not given, mom function will be called and get est.in output |
est |
- estimator keyword, mcem or mcmc, default is mcem |
se |
- standard error keyword / c("none","analytic", "bootstrap"), default is none |
verbose |
- boolean, if shows the summary, default is FALSE |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. A copy of the GNU General Public License is available at http://www.gnu.org/licenses/
MCEM list, MCMC list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.