R/ols.r

Defines functions ols

Documented in ols

    ols<-function(formula,data,contrasts,number.perms=5000,quant,
test=FALSE,all.quants=FALSE,weights){
  Call<-match.call()
  temp<-as.list(Call)
  temp[[1]]<-as.name("lad")
  temp$OLS<-TRUE
  olsOut<-eval(as.call(temp))
  olsOut@Call=Call
  olsOut
  }

Try the Blossom package in your browser

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

Blossom documentation built on May 29, 2017, 10:55 p.m.