| summary.glmmML {glmmML} | R Documentation |
It simply calls print.glmmML
summary.glmmML(object, ...)
object |
A glmmML 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.glmmML(object, ...)
}