Description Usage Arguments Value Author(s) See Also Examples
This function scales the measured values of an scdf file. It allows for mean centering and standardization based on each s?ingle-case data set or a scaling across all cases included in an scdf.
1 |
data |
A single-case data frame. See |
var |
A character string or a vector of character strings with variable names that should be scaled. |
center |
If set TRUE, data are mean centered. |
scale |
If set TRUE, the standard deviation is set. |
m |
The target mean for centering. |
sd |
The target standard deviation for scaling |
grand |
If set TRUE, scaling is based on the mean and standarddeviation of all measurements across all single-cases within the scdf. |
An scdf with the scaled values.
Juergen Wilbert
Other data manipulation functions:
fillmissingSC()
,
longSCDF()
,
outlierSC()
,
rankSC()
,
shiftSC()
,
smoothSC()
,
truncateSC()
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.