tidy.mira | R Documentation |
mice
Note that the mice
authors prefer to tidy mipo
rather than mira
objects and have now included tidy.mipo
and glance.mipo
into their package. The mira
functions here are mostly retained for compatibility with my earlier code.
## S3 method for class 'mira'
tidy(x, conf.int = TRUE, conf.level = 0.95, ...)
x |
A |
conf.int |
Logical. Should confidence intervals be returned. Defaults to true. |
conf.level |
Confidence level for intervals. Defaults to .95 |
... |
extra arguments (not used) |
Available stats in result:
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.