summary.glmmboot {glmmML}R Documentation

Summary of a glmmboot object

Description

It simply calls print.glmmboot

Usage

summary.glmmboot(object, ...)

Arguments

object A glmmboot object
... Additional arguments

Details

A summary method will be written soon.

Value

Nothing is returned.

Note

Preliminary

Author(s)

Göran Broström

References

See

See Also

print.glmmboot

Examples

##---- 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, ...)
  }

[Package glmmML version 0.26-3 Index]