Prints confidence limits based on the Wald statistic, the likelihood root, and the modified likelihood root, for a default two-sided 0.95 confidence interval. It also prints the point estimate based on these 3 statitics. Summary.fr is a compatibility wrapper for lik.ci
, to which it is identical.
# S3 method for fr
summary(object, conf = c(0.975, 0.025), …)
lik.ci(object, conf = c(0.975, 0.025), …)
A fr object
Confidence levels for which limits are required
Absorbs any additional parameter.
List containing the following quantities:
MLE and its asymptotic standard error
Modified MLE and its asymptotic standard error
Point estimate for psi based on Wald pivot z
Point estimate for psi based on likelihood root r
Point estimate for psi based on modified likelihood root rstar
Confidence limits based on Wald pivot z
Confidence limits based on likelihood root r
Confidence limits based on modified likelihood root rstar
Brazzale, A. R., Davison, A. C. and Reid, N. (2007). Applied Asymptotics: Case Studies in Small-Sample Statistics. Cambridge University Press, Cambridge.
See also http://statwww.epfl.ch/AA.
# NOT RUN {
## See the examples to \link{tem}.
# }
Run the code above in your browser using DataLab