R/colspml.mle.R

Defines functions colspml.mle

Documented in colspml.mle

colspml.mle <- function(x, tol = 1e-07, maxiters = 100, parallel = FALSE) {
  Rfast2::colspml.mle(x = x, tol = tol, maxiters = maxiters, parallel = parallel)
}

Try the Directional package in your browser

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

Directional documentation built on April 3, 2025, 7:59 p.m.