Learn R Programming

ipd (version 0.4.0)

glance.ipd: Glance at an ipd fit

Description

Glance at an ipd fit

Usage

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

Value

A one-row tibble summarizing the fit.

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")

glance(fit)

Run the code above in your browser using DataLab