summary.pim | R Documentation |
The function summary
is a generic function. We provide
a method for objects of the pim-class
.
summary(object, ...)
## S4 method for signature 'pim'
summary(object, h0 = 0, ...)
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 |
a pim.summary
object
data(FEVData)
Model <- pim(FEV~ Age + Smoke*Sex , data=FEVData)
summary(Model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.