summary.glmmML {glmmML}R Documentation

Summary of a glmmML object

Description

It simply calls print.glmmML

Usage

summary.glmmML(object, ...)

Arguments

object A glmmML 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.glmmML

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.glmmML(object, ...)
  }

[Package glmmML version 0.26-3 Index]