R/RcppExports.R

Defines functions loop1 rcd get_bounds get_vmax get_vmin get_vmin_i get_umax

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

get_umax <- function(P, b, init, ufactr) {
    .Call('_gfilogisreg_get_umax', PACKAGE = 'gfilogisreg', P, b, init, ufactr)
}

get_vmin_i <- function(P, b, i, mu, vfactr) {
    .Call('_gfilogisreg_get_vmin_i', PACKAGE = 'gfilogisreg', P, b, i, mu, vfactr)
}

get_vmin <- function(P, b, mu, vfactr) {
    .Call('_gfilogisreg_get_vmin', PACKAGE = 'gfilogisreg', P, b, mu, vfactr)
}

get_vmax <- function(P, b, mu, vfactr) {
    .Call('_gfilogisreg_get_vmax', PACKAGE = 'gfilogisreg', P, b, mu, vfactr)
}

get_bounds <- function(P, b, init, ufactr, vfactr) {
    .Call('_gfilogisreg_get_bounds', PACKAGE = 'gfilogisreg', P, b, init, ufactr, vfactr)
}

rcd <- function(n, P, b, init, ufactr, vfactr) {
    .Call('_gfilogisreg_rcd', PACKAGE = 'gfilogisreg', n, P, b, init, ufactr, vfactr)
}

loop1 <- function(H, Points, y, Xt) {
    .Call('_gfilogisreg_loop1', PACKAGE = 'gfilogisreg', H, Points, y, Xt)
}

Try the gfilogisreg package in your browser

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

gfilogisreg documentation built on Dec. 21, 2021, 5:06 p.m.