tidy.mixPV {MLMusingR} | R Documentation |
Helper function to allow use with modelsummary
Description
Helper function to allow use with modelsummary
Usage
## S3 method for class 'mixPV'
tidy(x, dfadj = TRUE, ...)
Arguments
x |
The mixPV model object. |
dfadj |
If set to TRUE (default), uses newer df computation. If FALSE, uses standard Rubin pooling formula. |
... |
Additional unspecified options. |
[Package MLMusingR version 0.4.0 Index]