paper/inter.R

library(shellpipes)

dat <- rdsRead()

summary(dat)

mod <- lm(mass~nitro*phos*pot, data=dat)

summary(mod)

saveVars(mod, dat)
mac-theobio/effects documentation built on July 6, 2023, 4:19 a.m.