mora_bada: BADA with inference and graphs.

Description Usage Arguments

View source: R/mora_bada.R

Description

BADA with inference and graphs.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
mora_bada(
  data,
  design,
  col4obs,
  col4group,
  center = TRUE,
  scale = "SS1",
  make_design_nominal = TRUE,
  test.iters = 1000,
  important = FALSE
)

Arguments

data

Numerical data table with observations on rows and variables on columns.

design

A vector or dummy-coded matrix indicating group membership of rows.

col4obs

A single color or vector of colors whose length is equal to nrow(data).

col4group

A single color or vector of colors whose length is the number of groups in design.

center

(default = TRUE) Whether to center variables

scale

(default = "SS1") Whether to scale variables

make_design_nominal

(default = TRUE) If design is a dummy-coded matrix, should be set to FALSE.

test.iters

(default = 1000) Number of iterations for bootstrap.

important

(default = FALSE) If TRUE, graphs have only the important saliences/bootstrap ratios.


LukeMoraglia/moRa documentation built on July 31, 2020, 5:41 a.m.