Tidy method to extract results from a `mipo` object
# S3 method for mipo
tidy(x, conf.int = FALSE, conf.level = 0.95, ...)
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)
An object of class mipo
Logical. Should confidence intervals be returned?
Confidence level for intervals. Defaults to .95
extra arguments (not used)