summary.ipd: Summarize ipd fit
Description
Summarize ipd fit
Usage
# S3 method for ipd
summary(object, ...)
Value
An object of class summary.ipd containing:
- call
The model formula.
- coefficients
A glm-style table of estimates, SE, z, p.
- method
Which IPD method was used.
- model
Which downstream model was fitted.
- intercept
Logical; whether an intercept was included.
Arguments
- object
An object of class ipd.
- ...
Ignored.