tidy.ipd: Tidy an ipd fit

View source: R/methods.R

tidy.ipdR Documentation

Tidy an ipd fit

Description

Tidy an ipd fit

Usage

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

Arguments

x

An object of class ipd.

...

Ignored.

Value

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

Examples


dat <- simdat()

fit <- ipd(Y - f ~ X1, method = "pspa", model = "ols",

    data = dat, label = "set_label")

tidy(fit)


ipd documentation built on March 11, 2026, 5:07 p.m.