plotProfile: Profile likelihood plot

View source: R/plots.R

plotProfile.tbl_dfR Documentation

Profile likelihood plot

Description

Profile likelihood plot

Usage

## S3 method for class 'tbl_df'
plotProfile(dMod.frame, hypothesis = 1, ...)

## 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

hypothesis

numeric, can be longer than 1

...

logical going to subset before plotting.

profs

Lists of profiles as being returned by profile.

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.


dkaschek/dMod documentation built on April 23, 2024, 5:18 p.m.