Learn R Programming

dMod (version 0.3.1)

plotProfile: Profile likelihood plot

Description

Profile likelihood plot

Usage

plotProfile(profs, ..., maxvalue = 5, parlist = NULL)

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.

Value

A plot object of class ggplot.

Details

See profile for examples.