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 June 22, 2024, 7:20 p.m.