Learn R Programming

simode (version 1.2.2)

plot.confint.simode: Plot confidence intervals for the model parameters

Description

Plot confidence intervals for the model parameters of a simode object, calculated based on likelihood profiles

Usage

# S3 method for confint.simode
plot(
  x,
  which = NULL,
  pars_true = NULL,
  legend = F,
  cols = list(fit = "blue", true = "black"),
  ...
)

Arguments

x

confint.simode object returned by a call to confint

which

Which parameters to plot the confidence intervals for. If empty, the plot will include all of the parameters in x.

pars_true

The true parameter values (if are known).

legend

Whether or not to add a figure legend.

cols

List of colors for each element of the plot.

...

Additional argument(s) for methods.