eap_gpc: Latent Trait Estimation with EAP for gerenalized parcial...

Description Usage Arguments Examples

Description

Estimates latent traits for gerenalized parcial credit model (gpc) model. Just for unidimensional models.

Usage

1
eap_gpc(estim)

Arguments

estim

Output object from the estim_gpc function.

Examples

1
2
3
4
5
6
7
## Not run: 
data = simulate_polytomous()$data
estim=estim_gpc(datos = datos)
eap_gpc = eap_gpc(estim)
plot(density(eap_gpc))

## End(Not run)

LatentREGpp documentation built on April 14, 2017, 11:55 a.m.