plot.confint.simode {simode} | R Documentation |
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 class 'confint.simode'
plot(
x,
which = NULL,
pars_true = NULL,
legend = F,
cols = list(fit = "blue", true = "black"),
...
)
Arguments
x |
|
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. |
[Package simode version 1.2.2 Index]