Learn R Programming

ipd (version 0.4.0)

tidy.ipd: Tidy an ipd fit

Description

Tidy an ipd fit

Usage

# S3 method for ipd
tidy(x, ...)

Value

A tibble with columns term, estimate, std.error, conf.low, conf.high.

Arguments

x

An object of class ipd.

...

Ignored.

Examples

Run this code

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