cf_profile: Better wrapper around dMod::profile

View source: R/dMod_wrappers.R

cf_profileR Documentation

Better wrapper around dMod::profile

Description

Improvements * Automatically save profiles with consistent filenames * Run each profile in a try

Usage

cf_profile(
  obj,
  pars,
  whichPar,
  alpha = 0.05,
  limits = c(lower = -Inf, upper = Inf),
  method = c("optimize"),
  stepControl = list(limit = 40, min = log10(1.005), stepsize = log10(1.005)),
  algoControl = NULL,
  optControl = NULL,
  verbose = FALSE,
  cores = 1,
  path = tempdir(),
  FLAGoverwrite = FALSE,
  cautiousMode = TRUE,
  ...
)

Arguments

outputFolder

Details

inheritParams dMod::profile

Value

list of profiles


dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.