build.y: build.y

View source: R/buildMatrix.r

build.yR 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))


useful documentation built on Oct. 24, 2023, 9:07 a.m.