scale_adjust {cops} | R Documentation |
Adjusts a configuration
Description
Adjusts a configuration
Usage
scale_adjust(conf, ref, scale = c("sd", "std", "proc", "none"))
Arguments
conf |
a configuration |
ref |
a reference configuration (only for scale="proc") |
scale |
Scale adjustment. "std" standardizes each column of the configurations to mean=0 and sd=1, "sd" scales the configuration by the maximum standard devation of any column, "proc" adjusts the fitted configuration to the reference |
Value
The scale adjusted configuration.
[Package cops version 1.11-3 Index]