R/RcppExports.R

Defines functions alphpow cmat hgmat icormat ordgee potest smat upalpha

Documented in alphpow cmat hgmat icormat ordgee potest smat upalpha

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

alphpow <- function(x, mat) {
    .Call('repolr_alphpow', PACKAGE = 'repolr', x, mat)
}

cmat <- function(ctimes, alpha, corrmod, diffmeth, h) {
    .Call('repolr_cmat', PACKAGE = 'repolr', ctimes, alpha, corrmod, diffmeth, h)
}

hgmat <- function(mod, smat, cmat, X, modtype, diffmeth) {
    .Call('repolr_hgmat', PACKAGE = 'repolr', mod, smat, cmat, X, modtype, diffmeth)
}

icormat <- function(mod, smat, cmat, modtype) {
    .Call('repolr_icormat', PACKAGE = 'repolr', mod, smat, cmat, modtype)
}

ordgee <- function(mod, icormat, X, modtype, ctimes, categories, omaxit, otol) {
    .Call('repolr_ordgee', PACKAGE = 'repolr', mod, icormat, X, modtype, ctimes, categories, omaxit, otol)
}

potest <- function(mod, hgmat, X, categories, ctimes) {
    .Call('repolr_potest', PACKAGE = 'repolr', mod, hgmat, X, categories, ctimes)
}

smat <- function(coeff) {
    .Call('repolr_smat', PACKAGE = 'repolr', coeff)
}

upalpha <- function(hgmat, alpha, diffmeth, h) {
    .Call('repolr_upalpha', PACKAGE = 'repolr', hgmat, alpha, diffmeth, h)
}

Try the repolr package in your browser

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

repolr documentation built on May 1, 2019, 9:20 p.m.