R/RcppExports.R

Defines functions calcTsplitC calcRateC

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

calcRateC <- function(M, Aj, days, searches) {
    .Call(`_GenEst_calcRateC`, M, Aj, days, searches)
}

calcTsplitC <- function(rate, days, times) {
    .Call(`_GenEst_calcTsplitC`, rate, days, times)
}

Try the GenEst package in your browser

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

GenEst documentation built on June 7, 2023, 6:35 p.m.