plot.fr | R Documentation |
This function is adapted from the plot.fr
function from the hoa
package bundle.
It differs from the latter mostly in the placement of legends.
## S3 method for class 'fr'
plot(x, ...)
x |
an object of class |
... |
further arguments to |
Plots produced depend on the integers provided in which
. 1
displays the Wald pivot, the likelihood root r
, the modified likelihood root rstar
and the likelihood modification q
as functions of the parameter psi
. 2
gives the renormalized profile log likelihood and adjusted form, with the maximum likelihood having ordinate value of zero. 3
provides the significance function, a transformation of 1
. Lastly, 4
plots the correction factor as a function of the likelihood root; it is a diagnostic plot aimed for detecting failure of
the asymptotic approximation, often due to poor numerics in a neighborhood of r=0
; the function should be smooth. The function spline.corr
is designed to handle this by correcting numerically unstable estimates, replacing outliers and missing values with the fitted values from the fit.
graphs depending on argument which
Brazzale, A. R., Davison, A. C. and Reid, N. (2007). Applied Asymptotics: Case Studies in Small-Sample Statistics. Cambridge University Press, Cambridge.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.