R/regpolca_grouped_norm.R

Defines functions regpolca_grouped_norm

## File Name: regpolca_grouped_norm.R
## File Version: 0.01

regpolca_grouped_norm <- function(x)
{
    nx <- length(x)
    norm <- sqrt(nx)*sqrt(sum(x^2))
    return(norm)
}

Try the sirt package in your browser

Any scripts or data that you put into this service are public.

sirt documentation built on Aug. 11, 2023, 5:07 p.m.