R/rorth.R

Defines functions rorth

Documented in rorth

rorth <- function(k) { qr.Q(qr(matrix(rnorm(k * k), k)))}

Try the ICtest package in your browser

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

ICtest documentation built on May 18, 2022, 9:05 a.m.