Profile likelihood plot
# S3 method for parframe
plotProfile(profs, ..., maxvalue = 5,
parlist = NULL)# S3 method for list
plotProfile(profs, ..., maxvalue = 5, parlist = NULL)
plotProfile(profs, ...)
Lists of profiles as being returned by profile.
logical going to subset before plotting.
Numeric, the value where profiles are cut off.
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.
A plot object of class ggplot
.
See profile for examples.