R/RcppExports.R

Defines functions Mord

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' Calculate the Mord statistic
#'
#' @param item_no The item number
#' @param LCprob Item parameters
#' @param prior Class membership probabilities
#' @author Wenchao Ma, https://github.com/Wenchao-Ma/GDINA
#' @noRd
#'
Mord <- function(item_no, LCprob, prior) {
    .Call(`_dcm2_Mord`, item_no, LCprob, prior)
}

Try the dcm2 package in your browser

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

dcm2 documentation built on April 1, 2023, 12:14 a.m.