R/ols.coef.R

ols.coef <-
function(x,y,xout=FALSE){
 # In some cases, want the OLS estimate returned in $coef
 res=ols(x,y,xout=xout)$coef[,1]
 list(coef=res)
 }
musto101/wilcox_R documentation built on May 23, 2019, 10:52 a.m.