Learn R Programming

TDMR (version 2.2)

tdmBindResponse: Bind a column to a data frame.

Description

Bind the column with name response.predict and contents vec as last column to data frame d

Usage

tdmBindResponse(d, response.predict, vec)

Arguments

d

data frame

response.predict

name of new column

vec

the contents for the last column bound to data frame d

Value

data frame d with column added