| glance.ipd | R Documentation |
Glance at an ipd fit
## S3 method for class 'ipd'
glance(x, ...)
x |
An object of class |
... |
Ignored. |
A one-row tibble summarizing the fit.
dat <- simdat()
fit <- ipd(Y - f ~ X1, method = "pspa", model = "ols",
data = dat, label = "set_label")
glance(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.