Calculates confidence intervals for the model parameters, based on the given likelihood profiles
# S3 method for profile.simode
confint(object, parm = NULL, level = 0.95, ...)The confidence intervals.
A fitted model object: profile.simode object returned by a call to profile.
A specification of which parameters are to be given confidence intervals (named vector). If missing, all parameters are considered.
The confidence level required.
Additional argument(s) for methods.