diff.imp: Calculating the difference between imputed and original...

Description Usage Arguments Value

View source: R/diff.imp.R

Description

Calculating the difference between imputed and original values.

Usage

1
2
## S3 method for class 'imp'
diff(ori, imp)

Arguments

ori

Original numerical vector.

imp

Imputed numerical vector.

Value

Sum of squared deviance between original and sifted vector over the sum of squared original vector.


SOCR/DataSifterII documentation built on Dec. 15, 2021, 10:29 a.m.