list.responses.continuous.single: Investigate association of a continuous variable and the...

Description Usage Arguments Value Author(s) References Examples

View source: R/list.responses.continuous.R

Description

Investigate association of a continuous variable and the modes.

Usage

1
2
3
4
5
6
7
8
9
list.responses.continuous.single(
  annotation.df,
  groupings,
  method = "t-test",
  pth = Inf,
  verbose = TRUE,
  rounding = NULL,
  adjust.p = TRUE
)

Arguments

annotation.df

annotation data.frame with discrete factor levels, rows named by the samples

groupings

Sample mode information. Each element corresponds to one of the modes and lists the samples assignment matrix qofz. Alternatively, a vector of mode indices named by the samples can be given.

method

method for quantifying the association

pth

p-value threshold (for adjusted p-values)

verbose

verbose

rounding

rounding digits

adjust.p

Adjust p-values (this will add p.adj column and remove pvalue column in the output table)

Value

Table listing all associations between the factor levels and responses

Author(s)

Contact: Leo Lahti leo.lahti@iki.fi

References

See citation('netresponse')

Examples

1
res <- list.responses.continuous.single(annotation.df = NULL, groupings = NULL)

netresponse documentation built on Nov. 8, 2020, 5:04 p.m.