Displaying 1 result from an estimated 1 matches for "uncdmd".
Did you mean:
unadd
2008 Dec 26
3
lm() with same formula but different column/factor combinations in data frame
...has four factor columns followed by thirteen
numeric columns defined as :
1) Community, levels: "20232"
2) WT, levels: "B", "E", "M"
3) LTC, levels: "L", "M", "S", "1"
4) UC, levels: "1X1", "2X2"
5) UncDmd: Response variable in the linear model
6-16) M1...M11: Explanatory variables in the linear model
A few sample rows in the data frame are as follows:
> TEST1[1:15,]
Community WT LTC UC UncDmd M1 M2 M3 M4 M5 M6 M7 M8 M9 M10 M11
1 20232 E L 1X1 1.000000 0 0 0 0 0 0 0 0 0 0...