cov_from_factors {mashr}R Documentation

produce list of rank-1 covariance matrices corresponding to rows of f

Description

produce list of rank-1 covariance matrices corresponding to rows of f

Usage

cov_from_factors(f, name)

Arguments

f

a matrix of factors (each row is a factor)

name

a string indicating the name to use

Value

a list of rank one matrices whose kth element is f[k,] f[k,]' and named name_k


[Package mashr version 0.2.79 Index]