R/RcppExports.R

Defines functions loglikEPCM scoreEPCM

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

scoreEPCM <- function(alpha, Y, X, Q, q, n, I, pall, pX, GHprobs, GHweights, GHnodes, scaled, cores, lambda) {
    .Call('_PCMRS_scoreEPCM', PACKAGE = 'PCMRS', alpha, Y, X, Q, q, n, I, pall, pX, GHprobs, GHweights, GHnodes, scaled, cores, lambda)
}

loglikEPCM <- function(alpha, Y, X, Q, q, n, I, pall, pX, GHprobs, GHweights, GHnodes, scaled, cores, lambda) {
    .Call('_PCMRS_loglikEPCM', PACKAGE = 'PCMRS', alpha, Y, X, Q, q, n, I, pall, pX, GHprobs, GHweights, GHnodes, scaled, cores, lambda)
}

Try the PCMRS package in your browser

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

PCMRS documentation built on May 3, 2022, 5:08 p.m.