tidy.mipo: Tidy method to extract results from a 'mipo' object

View source: R/tidiers.R

tidy.mipoR Documentation

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 documentation built on June 7, 2023, 5:38 p.m.