inst/snippet/ice08.R

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