mk_autoscale_function {designit} | R Documentation |
Create a function that transforms a current (multi-dimensional) score into a boxcox normalized one
Description
Create a function that transforms a current (multi-dimensional) score into a boxcox normalized one
Usage
mk_autoscale_function(
batch_container,
scoring,
random_perm,
use_boxcox = TRUE,
sample_attributes_fixed = FALSE
)
Arguments
batch_container |
An instance of BatchContainer. |
scoring |
A named |
random_perm |
Number of random sample permutations for the estimation of the scaling params. |
use_boxcox |
Logical; if TRUE and the |
sample_attributes_fixed |
Logical; if FALSE, simulate a shuffle function that alters sample attributes at each iteration. |
Value
The transformation function for a new score vector
[Package designit version 0.5.0 Index]