Calculate profiles for objects of class 'brglm'.
Creates "profile.brglm"
objects to be used for the calculation of
confidence intervals and for plotting.
## S3 method for class 'brglm' profile(fitted, gridsize = 10, stdn = 5, stepsize = 0.5, level = 0.95, which = 1:length(coef(fitted)), verbose = TRUE, zero.bound = 1e-08, scale = FALSE, ...)
fitted |
an object of class |
gridsize |
as in |
stdn |
as in |
stepsize |
as in |
level |
|
which |
as in |
verbose |
as in |
zero.bound |
as in |
scale |
as in |
... |
further arguments passed to or from other methods. |
profile.brglm
calculates the profiles of the appropriate
objectives to be used for the construction of confidence intervals for
the bias-reduced estimates (see confint.brglm
for the
objectives that are profiled).
profilesML |
a |
profilesBR |
|
Objects of class "profile.brglm"
support the methods:
print
which prints the "level"
attribute of the
object, as well as the supported methods.
confint
see confint.brglm
.
plot
see plot.profile.brglm
.
pairs
see plot.profile.brglm
.
Ioannis Kosmidis, ioannis.kosmidis@warwick.ac.uk
# see example in 'confint.brglm'.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.