summary.pim: The summary function for the pim class

Description Usage Arguments Examples

Description

The function summary is a generic function. We provide a method for objects of the pim-class.

Usage

1
2
3
4
summary(object, ...)

## S4 method for signature 'pim'
summary(object)

Arguments

object

an object of the class pim.

...

arguments passed to other methods. Currently ignored.

Examples

1
2
3
data(FEVData)
Model <- pim(FEV~ Age + Smoke*Sex , data=FEVData)
summary(Model)

pimdevel documentation built on May 2, 2019, 4:58 p.m.