vector_variability: Compute "variance" of the vectors var()

Description Usage Arguments Value

View source: R/cocoreg.R

Description

Compute "variance" of the vectors var()

Usage

1
2
vector_variability(vec_lst, mean_vec = apply(abind::abind(vec_lst, along = 2),
  1, mean))

Arguments

vec_lst

Data to process as a list of numeric vectors

mean_vec

(optional) Desired mean vector as a numeric vector

Value

Variance of data values around mean as a numeric matrix


cocoreg documentation built on May 2, 2019, 6:48 a.m.