[R] get lm by file .cvs

David Winsemius dwinsemius at comcast.net
Thu Sep 24 00:10:23 CEST 2015


On Sep 23, 2015, at 10:09 AM, raoman ramirez wrote:

> well i have info<-read.csv(file, header=T)
> and i want try  thatmodel<-lm(info[1]~info[2])
> is for metod backward selection but i don't know how

Can you explain why you want to apply backward selection to a model with a single predictor vector?

-- 
David Winsemius
Alameda, CA, USA



More information about the R-help mailing list