mschubert / ebits

R bioinformatics toolkit incubator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stats/lm fails if variable is factor

mschubert opened this issue · comments

> st$lm(Petal.Length ~ Species, data=iris)
Error in idx$subset(data[[name]], args[[name]], atomic = atomic_class,  :
  Not sure how to subset that object

fixed in 1c05f74 + added test case