Learn R Programming

psychmeta (version 0.2.4)

mix_matrix: Estimate mixture covariance matrix from within-group covariance matrices

Description

Estimate mixture covariance matrix from within-group covariance matrices

Usage

mix_matrix(mat_list, mu_mat, p_vec, N = NULL, group_names = NULL,
  var_names = NULL)

Arguments

mat_list

List of covariance matrices.

mu_mat

Matrix of mean parameters, with groups on the rows and variables on the columns.

p_vec

Vector of proportion of cases in each group.

N

Optional total sample size across all groups (used to compute unbiased covariance estimates).

group_names

Optional vector of group names.

var_names

Optional vector of variable names.

Value

List of mixture covariances and means.