Learn R Programming

rsem (version 0.4.6)

rsem.ssq: Calculate the squared sum of a matrix

Description

Calculate the squared sum of a matrix

Usage

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

Examples

Run this code
# NOT RUN {
x<-array(1:6, c(2,3))
rsem.ssq(x)
# }

Run the code above in your browser using DataLab