R-gon18 / suli-tempestx

repo for Argon SULI analysis
MIT License
0 stars 0 forks source link

To do list into early next week #7

Open bpbond opened 3 years ago

bpbond commented 3 years ago
  1. Delete now-unnecessary stuff (pressure plot, babynames, etc) from analysis script Commit this change and push

  2. Make a Git branch and switch to it (in GitHub Desktop)

  3. Reorganize R Markdown for clear logical flow for the reader. Use R Markdown headings (the “#”, “##”, etc.) and ggplot graph titles to set up an outline for the results, with parts:

  1. Open a pull request to the main branch and ask @ahopple or me to review

Statistics details — how to test for treatment differences using ANOVA If useful/needed, review “analysis of variance” The basic function in R for fitting a linear model is “lm”. Take a look at examples and give them a try Basically we want to start by asking “is the flux a function of treatment”, i.e. does the treatment grouping affect the measured flux significantly (very much like the weight ~ group example) You are going to want code like “mod_co2 <- lm( , data = )” Then you can do “summary(mod_co2)” and “anova(mod_co2)” for example

bpbond commented 3 years ago

Abstract!

Structure: