R/mynorm.r

Defines functions mynorm

mynorm = function(x){
  sqrt(t(x)%*%x);
}

Try the glinternet package in your browser

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

glinternet documentation built on Sept. 5, 2021, 5:28 p.m.