summary.glmmboot {glmmML} | R Documentation |
It simply calls print.glmmboot
summary.glmmboot(object, ...)
object |
A glmmboot object |
... |
Additional arguments |
A summary method will be written soon.
Nothing is returned.
Preliminary
Göran Broström
See
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. ## The function is currently defined as function(object, ...){ print.glmmboot(object, ...) }