prepare_data: Preparing data

Description Usage Arguments Value

View source: R/prepare_data.R

Description

To preparing data for doing the analysis

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
prepare_data(
  Data,
  Group,
  nBlock,
  Block.name = NULL,
  ScaleGroup = FALSE,
  ScaleDataA = FALSE,
  ScaleDataB = FALSE,
  norm = FALSE
)

Arguments

The

input parameters of the main function

Value

Prepared data. Variables are centered within each group and block. Other preprocessing are voluntary


multigroup documentation built on March 26, 2020, 5:50 p.m.