inst/snippet/ice-baseline-add.R

base.lmadd <- lm(B1930 ~ Location + Treatment, ice)
anova(base.lmadd)
baseplot <- xplot(base.lmadd,w=c(5,2))
printPlot(xplot(base.lmadd,w=5),size='medium',file='ice-base-resid1')
printPlot(xplot(base.lmadd,w=2),size='medium',file='ice-base-resid2')

Try the fastR package in your browser

Any scripts or data that you put into this service are public.

fastR documentation built on May 1, 2019, 11:18 p.m.