Compute profile likelihood

Compute profile likelihood

profile_IQRsysModel(
  sysModel,
  parameters = NULL,
  limits = NULL,
  fixed = NULL,
  alpha = 0.05,
  ncores = 1,
  ...
)

Arguments

sysModel

IQRsysModel object

parameters

character vector denoting the parameters for which the profile likelihood is computed

limits

numeric vector of lower and upper bound for profile likelihood computation (relative to estimated parameter value). Examples: c(lower = -Inf, upper = Inf) or c(lower = -10, upper = Inf)

fixed

character vector of parameter which should be fixed during profile computation

alpha

significance level

ncores

number of cores for parallelization.

...

other arguments going to profile, the profile computation function of dMod.

Value

IQRsysModel augmented by profiles

Author

Daniel Kaschek, IntiQuan