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

Description Usage Arguments

View source: R/simode_profile.R

Description

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

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'confint.simode'
plot(
  x,
  which = NULL,
  pars_true = NULL,
  legend = FALSE,
  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.


simode documentation built on July 1, 2020, 10:30 p.m.