| tidy.ipd | R Documentation |
Tidy an ipd fit
## S3 method for class 'ipd'
tidy(x, ...)
x |
An object of class |
... |
Ignored. |
A tibble with columns
term, estimate, std.error, conf.low, conf.high.
dat <- simdat()
fit <- ipd(Y - f ~ X1, method = "pspa", model = "ols",
data = dat, label = "set_label")
tidy(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.