R/mpr-internal.R

Defines functions .nlm .deparse

.deparse <- function(x){
   paste(trimws(deparse(x, width.cutoff=500)),collapse="")
}

.nlm <-
function(..., hessian=TRUE){
   nlm(..., hessian=hessian)
}

Try the mpr package in your browser

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

mpr documentation built on Jan. 8, 2022, 9:06 a.m.