R/add.term.R

#[export]
add.term <- function (y, xinc, xout, devi_0, type = "logistic", logged = FALSE, 
    tol = 1e-07, maxiters = 100, parallel = FALSE) {
    .Call(Rfast2_add_term, y, cbind(1, xinc), xout, devi_0, type, tol, 
        logged, parallel, maxiters)
}

Try the Rfast2 package in your browser

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

Rfast2 documentation built on Aug. 8, 2023, 1:11 a.m.