Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tidy.mipo

Tidy method to extract results from a 'mipo' object


Description

Tidy method to extract results from a 'mipo' object

Usage

## S3 method for class 'mipo'
tidy(x, conf.int = FALSE, conf.level = 0.95, ...)

Arguments

x

An object of class mipo

conf.int

Logical. Should confidence intervals be returned?

conf.level

Confidence level for intervals. Defaults to .95

...

extra arguments (not used)

Value

A dataframe withh these columns:

  • term

  • estimate

  • ubar

  • b

  • t

  • dfcom

  • df

  • riv

  • lambda

  • fmi

  • p.value

  • conf.low (if called with conf.int = TRUE)

  • conf.high (if called with conf.int = TRUE)


mice

Multivariate Imputation by Chained Equations

v3.13.0
GPL-2 | GPL-3
Authors
Stef van Buuren [aut, cre], Karin Groothuis-Oudshoorn [aut], Gerko Vink [ctb], Rianne Schouten [ctb], Alexander Robitzsch [ctb], Patrick Rockenschaub [ctb], Lisa Doove [ctb], Shahab Jolani [ctb], Margarita Moreno-Betancur [ctb], Ian White [ctb], Philipp Gaffert [ctb], Florian Meinfelder [ctb], Bernie Gray [ctb], Vincent Arel-Bundock [ctb]
Initial release
2021-01-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.