getTheGGUM: Estimate by GGUM

View source: R/getTheGGUM.R

getTheGGUMR Documentation

Estimate by GGUM

Description

Get the estimation of the GGUM.

Usage

getTheGGUM(
  theDataK,
  theC,
  pack = "GGUM",
  SE = FALSE,
  precision = 4,
  N_nodes = 30,
  max_outer = 60,
  max_inner = 60,
  tol = 0.001,
  method = "EM"
)

Arguments

theDataK

The data matrix of factor K.

theC

The category of factor K.

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: 
NA

## End(Not run)


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