R/plotTIC.r

#' Function plotTIC
#' 
#' Plots Test Information Curve based on a TAM model.
#' @export


plotTIC <- function (model, main = "IRT - Test Information Curve") 
plot(TAM::IRT.informationCurves(model), main = main)
AndreasFischer1985/TAMirt documentation built on May 26, 2019, 7:01 p.m.