plot.param_space: Plot profiled parameter space

View source: R/plot.R

plot.param_spaceR Documentation

Plot profiled parameter space

Description

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).

Usage

## S3 method for class 'param_space'
plot(x, y, ...)

plot_param_space(x)

Arguments

x

Return value of explore_space()

y

Unused argument

...

Unused arguments

Value

plot object

Functions

  • plot_param_space(): Alias of plot.param_space() for backwards-compatibility.


cvasi documentation built on Sept. 11, 2025, 5:11 p.m.