inst/doc/u_intro.R

## ------------------------------------------------------------------------
library(uwIntroStats)
data(mri)
regress("mean", atrophy ~ age + U(~packyrs + yrsquit), data = mri)

## ------------------------------------------------------------------------
regress("mean", atrophy ~ age + U(smoke = ~packyrs + yrsquit), data = mri)

Try the uwIntroStats package in your browser

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

uwIntroStats documentation built on May 2, 2019, 4:34 a.m.