R/RcppExports.R

Defines functions sft_calc fpr_fs_calc

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

fpr_fs_calc <- function(k, Ft, Fn, Tr, K) {
    .Call('_forestControl_fpr_fs_calc', PACKAGE = 'forestControl', k, Ft, Fn, Tr, K)
}

sft_calc <- function(Ft, Fn, K, Tr, alpha) {
    .Call('_forestControl_sft_calc', PACKAGE = 'forestControl', Ft, Fn, K, Tr, alpha)
}

Try the forestControl package in your browser

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

forestControl documentation built on Feb. 9, 2022, 5:08 p.m.