plot.prof | R Documentation |
Generates a profile plot generated by profile. If a two-parameter profile is performed, then a contour plot of the likelihood surface is returned.
## S4 method for signature 'prof,missing'
plot(x, contour_levels = 20, ...)
x |
An object of class prof returned by profile. |
contour_levels |
Integer, passed to |
... |
Miscellaneous. Not used. |
A likelihood profile plot, either a one-dimensional line plot or a two-dimensional contour plot.
Q. Huynh
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.