obscore_dist: A function calculates IRT observed score using recursion...

Description Usage Arguments

View source: R/mext-contract.R

Description

A function calculates IRT observed score using recursion formula.

Usage

 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
)

Arguments

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.


takuizum/irtfun2 documentation built on May 10, 2020, 8:30 a.m.