R/RcppExports.R

Defines functions score seconddev persamplegrad likelihood

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

score <- function(g, y, w, n, group, theta) {
    .Call('clogitboost_score', PACKAGE = 'clogitboost', g, y, w, n, group, theta)
}

seconddev <- function(g, y, w, n, group, theta) {
    .Call('clogitboost_seconddev', PACKAGE = 'clogitboost', g, y, w, n, group, theta)
}

persamplegrad <- function(fx, y, n, group) {
    .Call('clogitboost_persamplegrad', PACKAGE = 'clogitboost', fx, y, n, group)
}

likelihood <- function(fx, y, n, group) {
    .Call('clogitboost_likelihood', PACKAGE = 'clogitboost', fx, y, n, group)
}

Try the clogitboost package in your browser

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

clogitboost documentation built on May 2, 2019, 6:28 a.m.