R/ortho.R

ortho <-
function(x){
# Orthnormalize x
#
y<-qr(x)
y<-qr.Q(y)
y
}
musto101/wilcox_R documentation built on May 23, 2019, 10:52 a.m.