View source: R/mext-contract.R
A function calculates IRT observed score using recursion formula.
1 2 3 4 5 6 7 8 9 10 | obscore_dist(
theta,
a,
b,
c,
D = 1.702,
name = "test",
color = "cyan",
output = 1
)
|
theta |
a vector of theta estimator EAP, MAP or MLE... |
a |
a slope parameter. |
b |
a location parameter |
c |
a lower asymptote parameter |
D |
a factor constant |
name |
a plot title |
color |
a plot color. |
output |
int. if 1 score vector, if 2 cumulative distribution plot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.