Learn R Programming

LatentREGpp (version 0.2.2)

eap_gpc: Latent Trait Estimation with EAP for gerenalized parcial credit model (gpc) model

Description

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

Usage

eap_gpc(estim)

Arguments

estim
Output object from the estim_gpc function.

Examples

Run this code
## Not run: 
# data = simulate_polytomous()$data
# estim=estim_gpc(datos = datos)
# eap_gpc = eap_gpc(estim)
# plot(density(eap_gpc))
# ## End(Not run)

Run the code above in your browser using DataLab