plot.param_space | R Documentation |
The function provides bivariate parameter space plots indicating parameter draws (from the 95% confidence intervals per parameter obtained through likelihood profiling) that fall within the inner rim (in green, i.e. parameter sets which are not significantly different from the original, based on a chi-square test). The original parameter set is also indicated (in orange), and, if different from the original set, the best fit parameter set is indicated (in red).
## S3 method for class 'param_space'
plot(x, y, ...)
plot_param_space(x)
x |
Return value of |
y |
Unused argument |
... |
Unused arguments |
plot object
plot_param_space()
: Alias of plot.param_space()
for backwards-compatibility.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.