inst/Examples/cloudsModelFrame.R

(if(file.access("Examples/clouds.rda") == 0) load("Examples/clouds.rda")
else require(HSAUR))
formula <- rainfall ~ seeding *   (sne + cloudcover + prewetness + echomotion) + time
mf <- model.frame(formula, clouds)
class(mf)
names(attributes(mf))

Try the SoDA package in your browser

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

SoDA documentation built on Oct. 28, 2020, 9:07 a.m.