Learn R Programming

pim (version 2.0.2)

summary.pim: The summary function for the pim class

Description

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

Usage

summary(object, ...)

# S4 method for pim summary(object, h0 = 0, ...)

Arguments

object

an object of the class pim.

...

arguments passed to other methods. Currently ignored.

h0

a numeric value or a vector as long as the number of coefficients with the value that defines the null hypothesis to test against

Value

a pim.summary object

Examples

Run this code
# NOT RUN {
data(FEVData)
Model <- pim(FEV~ Age + Smoke*Sex , data=FEVData)
summary(Model)

# }

Run the code above in your browser using DataLab