predict.transDat | R Documentation |
Given the input parameters, which are generated from
transformdata
, it performs the same transformation
with the same settings to the given input
## S3 method for class 'transDat'
predict(
x,
attrib = NULL,
values = NULL,
standardization = NULL,
splineInterval = NULL,
splineDegree = NULL
)
x |
a (new) vector of numerics to be transformed |
attrib |
either a list of settings, or |
values |
a vector of levels in case |
standardization |
the standardization rules from |
splineInterval |
the knots to be used for spline basis |
splineDegree |
the polynomial degree of the splines |
a transformed data based on the user defined settings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.