rsem.ssq: Calculate the squared sum of a matrix

View source: R/rsem.R

rsem.ssqR Documentation

Calculate the squared sum of a matrix

Description

Calculate the squared sum of a matrix

Usage

rsem.ssq(x)

Arguments

x

A matrix

Author(s)

Ke-Hai Yuan and Zhiyong Zhang

References

Ke-Hai Yuan and Zhiyong Zhang (2011) Robust Structural Equation Modeling with Missing Data and Auxiliary Variables

Examples

x<-array(1:6, c(2,3))
rsem.ssq(x)

rsem documentation built on Aug. 27, 2023, 1:06 a.m.