inst/snippet/ice08.R

Ice3 <- 
  Ice2 %>% filter(time == 1930) %>%
  spread(location, temp)
anova(lm(surface - intramuscular ~ treatment, 
         data = Ice3 %>% filter(phase == "t")))
rpruim/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.