Learn R Programming

darch (version 0.12.0)

createDataSet,ANY,ANY,missing,DataSet-method: Create new '>DataSet by filling an existing one with new data.

Description

Create new '>DataSet by filling an existing one with new data.

Usage

# S4 method for ANY,ANY,missing,DataSet
createDataSet(data, targets, formula,
  dataSet, ...)

Arguments

data

Input data, possibly also target data if a formula is used.

targets

Target data.

formula

Model formula.

dataSet

'>DataSet that is used as a basis for the new one

...

Further parameters.

See Also

createDataSet