
Last chance! 50% off unlimited learning
Sale ends in
plot
and pairs
methods
for objects of
class "profile"
, but renamed as
vplot
and vpairs
.
vplot.profile(x, ...)
vpairs.profile(x, colours = 2:3, ...)
an object inheriting from class "profile"
.
Colours to be used for the mean curves
conditional on
x
and y
respectively.
arguments passed to or from other methods.
T. W. Yee adapted this function from
profile.glm
,
written originally
by D. M. Bates and W. N. Venables. (For S in 1996.)
See
profile.glm
for details.
profilevglm
,
confintvglm
,
lrt.stat
,
profile.glm
,
profile.nls
.
pneumo <- transform(pneumo, let = log(exposure.time))
fit1 <- vglm(cbind(normal, mild, severe) ~ let, acat,
trace = TRUE, data = pneumo)
pfit1 <- profile(fit1, trace = FALSE)
if (FALSE) {
vplot.profile(pfit1)
vpairs.profile(pfit1)
}
Run the code above in your browser using DataLab