r-bio / logistics

Logistics for the R class
http://r-bio.github.io
0 stars 0 forks source link

Feedback on Travis' project #5

Open fmichonneau opened 9 years ago

fmichonneau commented 9 years ago

Hi @travisjguy,

This is going to be a cool project, and I'm curious to see if you are going to be able to detect differences between your populations.

At this stage, I think there are 2 things you need to figure out:

  1. what statistical analyses will you need to carry to test your hypotheses?
  2. what kind of data clean up do you need to do?

    Unless you want to use some "exotic" statistical method, you can probably do most of what you will need without many other packages.

    For the data clean up, it really depends how the data is currently formated. The package dplyr might be helpful.

    For this week, bring your excel files and we'll see together what needs to be done.

    Comment on this thread if you have any questions.

Cheers, -- François