R/RcppExports.R

Defines functions hazard hazardl hazardr lik

Documented in hazard hazardl hazardr lik

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

hazard <- function(y1, y2, lev, wt) {
    .Call('DStree_hazard', PACKAGE = 'DStree', y1, y2, lev, wt)
}

hazardl <- function(y1, y2, lev, ind, wt) {
    .Call('DStree_hazardl', PACKAGE = 'DStree', y1, y2, lev, ind, wt)
}

hazardr <- function(y1, y2, lev, ind, wt) {
    .Call('DStree_hazardr', PACKAGE = 'DStree', y1, y2, lev, ind, wt)
}

lik <- function(S, pi, ncens, nuncens) {
    .Call('DStree_lik', PACKAGE = 'DStree', S, pi, ncens, nuncens)
}

Try the DStree package in your browser

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

DStree documentation built on May 2, 2019, 3:37 p.m.