scale_adjust: Adjusts a configuration

View source: R/cops.R

scale_adjustR 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.


cops documentation built on Jan. 22, 2023, 1:47 a.m.