Learn R Programming

scf (version 1.0.4)

SE: Extract Standard Errors from MIresult Object

Description

Generic method to extract standard errors from multiply-imputed Rubin-pooled model output of class "scf_MIresult".

Usage

SE(object, ...)

# S3 method for MIresult SE(object, ...)

Value

A numeric vector of standard errors corresponding to each coefficient.

Arguments

object

An object of class "scf_MIresult" created by scf_MIcombine().

...

Passed to method (not used).