glance.mipo: Glance method to extract information from a 'mipo' object

View source: R/tidiers.R

glance.mipoR Documentation

Glance method to extract information from a 'mipo' object

Description

Glance method to extract information from a 'mipo' object

Usage

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

Arguments

x

An object with multiply-imputed models from 'mice' (class: 'mipo')

...

extra arguments (not used)

Value

a dataframe with one row and the following columns:

  • nimp

  • nobs

Note

If x contains 'lm' models, R2 and Adj.R2 are included in the output


stefvanbuuren/mice documentation built on April 21, 2024, 7:37 a.m.