R/RcppExports.R

Defines functions llrandbinomcpp llrandgammacpp llrandtruncpoiscpp llrandpoiscpp

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

llrandpoiscpp <- function(y, lp, tau2, gh) {
    .Call(`_robmixglm_llrandpoiscpp`, y, lp, tau2, gh)
}

llrandtruncpoiscpp <- function(y, lp, tau2, gh) {
    .Call(`_robmixglm_llrandtruncpoiscpp`, y, lp, tau2, gh)
}

llrandgammacpp <- function(y, lp, tau2, phi, gh) {
    .Call(`_robmixglm_llrandgammacpp`, y, lp, tau2, phi, gh)
}

llrandbinomcpp <- function(y, lp, tau2, gh) {
    .Call(`_robmixglm_llrandbinomcpp`, y, lp, tau2, gh)
}

Try the robmixglm package in your browser

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

robmixglm documentation built on May 9, 2022, 9:08 a.m.