Displaying 1 result from an estimated 1 matches for "sex_ratio".
Did you mean:
set_ratio
2011 Jul 21
0
gls yields much smaller std. errors with different base for contrasts
...rrors for these estimates. Below is some example code and output for
what I am attempting.
1> rep<-as.factor(c(1,1,1,1,1,1,2,2,2,2,2,2,1,1,1,1,1,1,2,2,2,2,2,2,1,1,1,1,1,1,2,2,2,2,2,2))
1> tank<-as.factor(c(2,2,2,2,2,2,7,7,7,7,7,7,1,1,1,3,3,3,6,6,6,8,8,8,4,4,4,4,4,4,5,5,5,5,5,5))
1> sex_ratio<-as.factor(c("6m:6f","6m:6f","6m:6f","6m:6f","6m:6f","6m:6f","6m:6f","6m:6f","6m:6f",
1+ "6m:6f","6m:6f","6m:6f","3m:9f","3m:9f","3m:9f","3m:...