Learn R Programming

GDINA (version 2.0.8)

heatplot: Item fit plots

Description

Create plots of bivariate heatmap for item fit

Usage

heatplot(object, ...)

Arguments

object

model object of class itemfit

...

additional arguments

See Also

GDINA, itemfit

Examples

Run this code
# NOT RUN {
dat <- sim10GDINA$simdat
Q <- sim10GDINA$simQ

fit <- GDINA(dat = dat, Q = Q, model = "GDINA")
ift <- itemfit(fit)
heatplot(ift)
# }

Run the code above in your browser using DataLab