manuscript/uni.R

library(shellpipes)
loadEnvironments()
startGraphics()

m <- lm(z ~ x, data=sim_df)

summary(m)
plot(m)

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