glance.ipd: Glance at an ipd fit

View source: R/methods.R

glance.ipdR Documentation

Glance at an ipd fit

Description

Glance at an ipd fit

Usage

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

Arguments

x

An object of class ipd.

...

Ignored.

Value

A one-row tibble summarizing the fit.

Examples


dat <- simdat()

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

    data = dat, label = "set_label")

glance(fit)


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