View source: R/kmassesssimulation.R
| kmassessmentsimulation | R Documentation |
kmassessmentsimulation does a probabilistic knowledge assessment
for each response pattern in a data matrix and stores information about
the assessment.
kmassessmentsimulation(
respdata,
ks,
questioning,
update,
beta,
eta,
zeta0,
zeta1,
threshold
)
respdata |
Data matrix |
ks |
Knowledge structure |
questioning |
Question rule |
update |
Updating rule |
beta |
Careless error probability |
eta |
Lucky guess probability |
zeta0 |
Update parameter for wrong responses |
zeta1 |
Update parameter for correct responses |
threshold |
Stopping criterion |
kmassessmentsimulation applies the kmsassess function.
Assessment data as data frame
Other Knowledge assessment:
kmassess(),
kmassessbayesian(),
kmassesshalfsplit(),
kmassessinformative(),
kmassessmultiplicative()
kmassessmentsimulation(
xpl$data,
xpl$space,
"halfsplit",
"multiplicative",
NULL,
NULL,
5,
5,
0.55
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.