R/irt.R

#' @title A Collection of Item Response Theory (IRT) and Computerized Adaptive Testing
#' (CAT) Functions
#' @docType package
#' @name irt
#'
#' @description A collection of Item Response Theory (IRT) and Computerized
#'   Adaptive Testing (CAT) functions that are used in psychometrics.
#'
#'
#' @import Rcpp
#'
#' @author Emre Gonulates \email{egonulates@gmail.com}
#'
#' @keywords package
#'
#' @useDynLib irt, .registration=TRUE
#' @importFrom Rcpp evalCpp
### @exportPattern "^[[:alpha:]]+"
NULL
#> NULL

Try the irt package in your browser

Any scripts or data that you put into this service are public.

irt documentation built on Nov. 10, 2022, 5:50 p.m.