plotPaths: Profile likelihood: plot of the parameter paths.

View source: R/plots.R

plotPaths.tbl_dfR Documentation

Profile likelihood: plot of the parameter paths.

Description

Profile likelihood: plot of the parameter paths.

Usage

plotPaths.tbl_df(dMod.frame, hypothesis = 1, ...)

plotPaths(
  profs,
  ...,
  whichPar = NULL,
  sort = FALSE,
  relative = TRUE,
  scales = "fixed"
)

Arguments

hypothesis

numeric, can be longer than 1

...

arguments going to subset

profs

profile or list of profiles as being returned by profile

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.


dkaschek/dMod documentation built on Aug. 16, 2024, 1:37 a.m.