R/RcppExports.R

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

calcu_sigma_cmle_cpp <- function(theta, tol) {
    .Call('_lvmcomp_calcu_sigma_cmle_cpp', PACKAGE = 'lvmcomp', theta, tol)
}

deriv_based_ARS <- function(x, theta_minus_k, k, y_i, inv_sigma, A, d) {
    .Call('_lvmcomp_deriv_based_ARS', PACKAGE = 'lvmcomp', x, theta_minus_k, k, y_i, inv_sigma, A, d)
}

F_prime_theta_y_eta_cpp_partial_credit1 <- function(x, theta_minus_k, k, response_i, inv_sigma, A, D) {
    .Call('_lvmcomp_F_prime_theta_y_eta_cpp_partial_credit1', PACKAGE = 'lvmcomp', x, theta_minus_k, k, response_i, inv_sigma, A, D)
}

F_prime_theta_y_eta_cpp_partial_credit <- function(x, theta_minus_k, k, response_i, inv_sigma, A, D) {
    .Call('_lvmcomp_F_prime_theta_y_eta_cpp_partial_credit', PACKAGE = 'lvmcomp', x, theta_minus_k, k, response_i, inv_sigma, A, D)
}

F_theta_y_eta_cpp_partial_credit1 <- function(x, theta_minus_k, k, response_i, inv_sigma, A, D) {
    .Call('_lvmcomp_F_theta_y_eta_cpp_partial_credit1', PACKAGE = 'lvmcomp', x, theta_minus_k, k, response_i, inv_sigma, A, D)
}

F_theta_y_eta_cpp_partial_credit <- function(x, theta_minus_k, k, response_i, inv_sigma, A, D) {
    .Call('_lvmcomp_F_theta_y_eta_cpp_partial_credit', PACKAGE = 'lvmcomp', x, theta_minus_k, k, response_i, inv_sigma, A, D)
}

deriv_based_ARS_partial_credit <- function(x, theta_minus_k, k, y_i, inv_sigma, A, D) {
    .Call('_lvmcomp_deriv_based_ARS_partial_credit', PACKAGE = 'lvmcomp', x, theta_minus_k, k, y_i, inv_sigma, A, D)
}

sample_theta_i_myars <- function(x, theta0_i, y_i, inv_sigma, A, d) {
    .Call('_lvmcomp_sample_theta_i_myars', PACKAGE = 'lvmcomp', x, theta0_i, y_i, inv_sigma, A, d)
}

sample_theta_i_myars_partial_credit <- function(x, theta0_i, y_i, inv_sigma, A, D) {
    .Call('_lvmcomp_sample_theta_i_myars_partial_credit', PACKAGE = 'lvmcomp', x, theta0_i, y_i, inv_sigma, A, D)
}

neg_loglik_logi_partial_credit <- function(theta, response_j, A_j, D_j) {
    .Call('_lvmcomp_neg_loglik_logi_partial_credit', PACKAGE = 'lvmcomp', theta, response_j, A_j, D_j)
}

neg_loglik_deri_partial_credit <- function(theta, response_j, A_j, D_j) {
    .Call('_lvmcomp_neg_loglik_deri_partial_credit', PACKAGE = 'lvmcomp', theta, response_j, A_j, D_j)
}

my_Logistic_cpp <- function(XX, YY, beta0, d0) {
    .Call('_lvmcomp_my_Logistic_cpp', PACKAGE = 'lvmcomp', XX, YY, beta0, d0)
}

my_Logistic_cpp_partial <- function(XX, YY, beta0, D0) {
    .Call('_lvmcomp_my_Logistic_cpp_partial', PACKAGE = 'lvmcomp', XX, YY, beta0, D0)
}

#' @useDynLib lvmcomp
#' @importFrom Rcpp evalCpp
stem_mirtc <- function(response, Q, A0, d0, theta0, sigma0, T, parallel) {
    .Call('_lvmcomp_stem_mirtc', PACKAGE = 'lvmcomp', response, Q, A0, d0, theta0, sigma0, T, parallel)
}

stem_pcirtc <- function(response, Q, A0, D0, theta0, sigma0, T, parallel) {
    .Call('_lvmcomp_stem_pcirtc', PACKAGE = 'lvmcomp', response, Q, A0, D0, theta0, sigma0, T, parallel)
}

Try the lvmcomp package in your browser

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

lvmcomp documentation built on May 1, 2019, 9:15 p.m.