plotPaths: Profile likelihood: plot of the parameter paths.

Description Usage Arguments Details Value

View source: R/plots.R

Description

Profile likelihood: plot of the parameter paths.

Usage

1
2
3
4
5
6
7
8
plotPaths(
  profs,
  ...,
  whichPar = NULL,
  sort = FALSE,
  relative = TRUE,
  scales = "fixed"
)

Arguments

profs

profile or list of profiles as being returned by profile

...

arguments going to subset

whichPar

Character or index vector, indicating the parameters that are taken as possible reference (x-axis)

sort

Logical. If paths from different parameter profiles are plotted together, possible combinations are either sorted or all combinations are taken as they are.

relative

logical indicating whether the origin should be shifted.

scales

character, either "free" or "fixed".

Details

See profile for examples.

Value

A plot object of class ggplot.


dMod documentation built on Jan. 27, 2021, 1:07 a.m.