rsem.ssq function

Calculate the squared sum of a matrix

Calculate the squared sum of a matrix

rsem.ssq(x)

Arguments

  • x: A matrix

References

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

Author(s)

Ke-Hai Yuan and Zhiyong Zhang

Examples

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