CampagneLaboratory / MetaR

Simple Data Analysis language built with MPS. Generates R code. Metaprogramming in R, thus the name.
Other
51 stars 5 forks source link

sleuth model cannot include 0 (no intercept) #5

Closed fac2003 closed 8 years ago

fac2003 commented 8 years ago

The text gen is missing for NoIntercept, and results in incorrect generation of the sleuth statement. The workaround is to remove 0/NoIntercept from the model(s). We need to create a textgen to close this.