tdmBindResponse: Bind a column to a data frame.

Description Usage Arguments Value

View source: R/tdmGeneralUtils.r

Description

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

Usage

1
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


TDMR documentation built on March 3, 2020, 1:06 a.m.