Description Usage Arguments Value Author(s) See Also
View source: R/tdmParaBootstrap.r
A normal distribution is approximated from the data given in dset[,input.variables]
and new
data are drawn from this distribution for the columns input.variables
. The column resp
is filled at random with levels with the same relative frequency as in dset[,resp]
.
Other columns of dset are filled by copying the entries from the first row of dset.
1 | tdmParaBootstrap(dset, resp, input.variables, opts)
|
dset |
data frame with training set |
resp |
name of column in dset which carries the target variable |
input.variables |
vector with names of input columns |
opts |
additional parameters [defaults in brackets]
|
data frame dset
with the new parametric bootstrap records added as last rows.
Wolfgang Konen, FHK, Nov'2011-Dec'2011
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.