powered by
Tidy an ipd fit
# S3 method for ipd tidy(x, ...)
A tibble with columns term, estimate, std.error, conf.low, conf.high.
tibble
term, estimate, std.error, conf.low, conf.high
An object of class ipd.
ipd
Ignored.
dat <- simdat() fit <- ipd(Y - f ~ X1, method = "pspa", model = "ols", data = dat, label = "set_label") tidy(fit)
Run the code above in your browser using DataLab