getTheExpectPoint: Estimate the Expectations

View source: R/getTheExpectPoint.R

getTheExpectPointR Documentation

Estimate the Expectations

Description

Estimate the expectations of each person on each item.

Usage

getTheExpectPoint(
  theData,
  theCategory,
  theDim,
  theModel = "GGUM",
  pack = "GGUM",
  SE = FALSE,
  precision = 4,
  N_nodes = 30,
  max_outer = 60,
  max_inner = 60,
  tol = 0.001,
  method = "EM"
)

Arguments

theData

The prepared data matrix.

theCategory

The Calculated Category.

theDim

The Calculated Dimensions.

theModel

= 'GGUM' 'GPCM' 'PCM' 'GRM'

pack

= 'GGUM' 'mirt'

SE

= FALSE

precision

= 4

N_nodes

= 30

max_outer

= 60

max_inner

= 60

tol

= 0.001

method

= 'EM'

Value

The function returns a list.

Author(s)

zdx, zhaodexuan@aliyun.com

Examples

## Not run: 
theExpectPoint <- getTheExpectPoint(theData, theCategory, theDim)

## End(Not run)


zhaodexuan/NERF documentation built on Aug. 1, 2023, 1:18 a.m.