Biology 6500 at the University of Utah

Course Information

  • Syllabus
  • Assigned project advisors
  • Great quotes
  • Link for lecture on FDR
  • R Code from class
  • Sample homework solutions
  • Results from Group Projects, week of Oct 25
  • IMPORTANT NOTES:

  • "Hand" in homework by emailing it to: utahbio6500@gmail.com
  • Schedule for project meetings is linked above.
  • HOMEWORK

  • Homework 3: Due on September 29
  • 1. Challenge the program regress.R in the Rcode folder with one of our extensions (a different error structure, a non-linear relationship or outliers in x or y). How does it do? Does the result still converge to the "true" answer as the sample size gets large? Make some graphs to illustrate.
    2. Use the word "heteroscedasticity" in conversation with a non-statistician. Extra credit if it triggers a serious long-term relationship.

  • Homework 2: Due on September 15
    1. Try the randomization in twoflowers.R using a different statistic. Feel free to be creative. If you want to use the same exact data from class, figure out how to use "read.table" to read in the data saved in pdat.txt. (If you want to experience a genuine, although optional, thrill, use 2*Sdiff (the difference in the log likelihoods) as your statistic and see if the distribution of randomized values follows a chi-squared distribution with 1 degree of freedom like it is supposed to).
    2. Generate a new set of data where there are now three types of plants, two kinds of sagebrush and "other". Come up with likelihood ratio tests to compare models where all three plants differ, where all three are the same, or where the two sagebrush are the same but the "other" is different.
    3. Write a short summary and emotive response to each of the seven tests we conducted on the data. Extra credit for haiku.
  • Homework 1: Due on August 30
    Find the program "quitscience.R" under rare disease stuff in the Rcode folder on the course web site. Experiment with the effect size and the significance level of the test.
    1. Can you find values where the results look pretty good?
    2. What's the worst you can do?
    3. Use the "justsignif" column and come up with some way to compare the barely significant with the very significant results. Does it match what is claimed in the paper?
    4. Figure out how to make some sort of graph that illustrates something interesting.