plotProfile: Profile likelihood plot

Description Usage Arguments Details Value

View source: R/plots.R

Description

Profile likelihood plot

Usage

1
2
3
4
5
6
7
## S3 method for class 'parframe'
plotProfile(profs, ..., maxvalue = 5, parlist = NULL)

## S3 method for class 'list'
plotProfile(profs, ..., maxvalue = 5, parlist = NULL)

plotProfile(profs, ...)

Arguments

profs

Lists of profiles as being returned by profile.

...

logical going to subset before plotting.

maxvalue

Numeric, the value where profiles are cut off.

parlist

Matrix or data.frame with columns for the parameters to be added to the plot as points. If a "value" column is contained, deltas are calculated with respect to lowest chisquare of profiles.

Details

See profile for examples.

Value

A plot object of class ggplot.


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