build.y {useful} | R Documentation |
build.y
Description
Build the y object from a formula and data
Usage
build.y(formula, data)
Arguments
formula |
A formula |
data |
A data.frame |
Details
Given a formula and a data.frame build the y object
Value
The y object from a formula and data
Author(s)
Jared P. Lander
Examples
require(ggplot2)
head(mpg)
head(build.y(hwy ~ class + cyl + year, data=mpg))
[Package useful version 1.2.6.1 Index]