biscale.control: Control for standard procedure

View source: R/biscale.R

biscale.controlR 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.mean = TRUE (the default), row centering will be performed resulting in a matrix with row means zero. If row.mean is a vector, it will be used in the iterative process. If row.mean = FALSE nothing is done.

row.std

if row.std = TRUE , row scaling will be performed resulting in a matrix with row variance one. If row.std is a vector, it will be used in the iterative process. If row.std = FALSE (the default) nothing is done.

col.mean

similar to row.mean.

col.std

similar to row.std.

Value

A list with components named as the arguments.


eimpute documentation built on Oct. 22, 2022, 9:05 a.m.