Learn R Programming

scf (version 1.0.5)

residuals.scf_model_result: Generic S3 Method: residuals.scf_model_result

Description

Extracts the residuals vector from the first underlying implicate model.

Usage

# S3 method for scf_model_result
residuals(object, ...)

Value

A numeric vector of residuals.

Arguments

object

An object of class 'scf_model_result'.

...

Not used.

Details

In multiply-imputed data, pooled residuals are typically not calculated. This returns the residuals from the primary (first) implicate model, which is suitable for simple diagnostics.