combine_matrices: Combines multiple smaller matrices along the diagonal.

Description Usage Arguments Value

Description

Only called from create_cor_matrix.

Usage

1
combine_matrices(s, m, w, n)

Arguments

s

A Matrix with a strong correlation structure.

m

A Matrix with a moderate correlation structure.

w

A Matrix with a weak correlation structure.

n

A Matrix with no correlated features. An identity matrix.

Value

A Matrix that is a combination of all submatrices above.


emartchenko/mvsimstudy documentation built on May 24, 2019, 5:04 a.m.