biscale.control {eimpute} | R Documentation |
Control for standard procedure
Description
Various parameters that control aspects of the standard procedure.
Usage
biscale.control(
row.mean = FALSE,
row.std = FALSE,
col.mean = FALSE,
col.std = FALSE
)
Arguments
row.mean |
if |
row.std |
if |
col.mean |
similar to |
col.std |
similar to |
Value
A list with components named as the arguments.
[Package eimpute version 0.2.4 Index]