Goto Lab: | #0 | #1 | #2 | #3 | #4 | #5 |
This assignment contains only one homework problem:
> Ex0326$logit_log(Ex0326$removed/(1 - Ex0326$removed))This new column Ex0326$logit holds the transformed values of the proportion removed. For reciprical you do:
> Ex0326$recip_1/Ex0326$removedSince we're using t-procedures here assuming same variance in each group, it's important that the sd's for the two groups look similar. The disparity in sample size (35 and 12) makes it important that the sd's are fairly close. If you like, you can try running the t-test without assuming equal variances. This should be more reliable.
> boxplot(split(Ex0326$logit,Ex0326$code), ylab="logit of proportion of pollen removed", xlab="type of bee",names=c("honeybee workers","bumblebee queens"))