R/RcppExports.R

Defines functions sieve surva

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

surva <- function(thetaTmp, m, m2, t, KnotI, KnotM) {
    .Call('_cenROC_surva', PACKAGE = 'cenROC', thetaTmp, m, m2, t, KnotI, KnotM)
}

sieve <- function(Utmp, Vtmp, Markertmp, Deltatmp, KnotI, KnotM, ki) {
    .Call('_cenROC_sieve', PACKAGE = 'cenROC', Utmp, Vtmp, Markertmp, Deltatmp, KnotI, KnotM, ki)
}

Try the cenROC package in your browser

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

cenROC documentation built on March 31, 2023, 5:19 p.m.