calc_cov: Calculate covariance

View source: R/calc_cov.R

calc_covR Documentation

Calculate covariance

Description

calc_cov calculates loadings matrix and covariance

Usage

calc_cov(L_z, n_f, n_c, returntype = "covariance_matrix")

Arguments

L_z

vector of loadings parameters

n_f

number of factors (columns of loadings matrix)

n_c

number of variables (rows of loadings matrix)

returntype

character-string matching output


James-Thorson/FishStatsUtils documentation built on Feb. 6, 2024, 4:26 a.m.