Learn R Programming

glmmML (version 0.25)

summary.glmmML: Summary of a glmmML object

Description

It simply calls print.glmmML

Usage

summary.glmmML(object, ...)

Arguments

object
A glmmML object
...
Additional arguments

Value

  • Nothing is returned.

Details

A summary method will be written soon.

References

See

See Also

print.glmmML

Examples

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

Run the code above in your browser using DataLab