powered by
Build the y object from a formula and data
build.y(formula, data)
A formula
A data.frame
The y object from a formula and data
Given a formula and a data.frame build the y object
# NOT RUN { require(ggplot2) head(mpg) head(build.y(hwy ~ class + cyl + year, data=mpg)) # }
Run the code above in your browser using DataLab