cor_w_se: Estimates correlation matrix of X in the presence of missing...

View source: R/simulate.R

cor_w_seR Documentation

Estimates correlation matrix of X in the presence of missing data.

Description

Uses simple approximation sqrt((1-r^2)/(n-2)) which is technically incorrect but works well in practice.

Usage

cor_w_se(X)

Arguments

X

NxD matrix with optionally missing entries.


brielin/inspre documentation built on Dec. 3, 2023, 4:55 a.m.