rubins.rule {catregs} | R Documentation |
Aggregate Standard Errors using Rubin's Rule.
Description
The function takes a vector of standard error estimates and it pools them using Rubin's rule.
Usage
rubins.rule(std.errors)
Arguments
std.errors |
A vector of standard errors to be aggregated using Rubin's rule. |
Value
r.r.std.error |
The aggregated standard error. |
Author(s)
David Melamed
References
Rubin, Donald B. 2004. Multiple Imputation for Nonresponse in Surveys. Vol. 81. John Wiley & Sons.
[Package catregs version 0.2.1 Index]