View source: R/list.responses.continuous.multi.R
list.responses.continuous.multi | R Documentation |
Investigate association of a continuous variable and the modes given a list of groupings
list.responses.continuous.multi(
annotation.df,
groupings,
method = "t-test",
pth = Inf,
verbose = TRUE,
rounding = NULL
)
annotation.df |
annotation data.frame with discrete factor levels, rows named by the samples |
groupings |
Sample mode information. Each element corresponds to one grouping; each grouping lists samples for the modes within that grouping. |
method |
method for quantifying the association |
pth |
p-value threshold applied to adjusted p-values |
verbose |
verbose |
rounding |
rounding digits |
Table listing all associations between the factor levels and responses
Contact: Leo Lahti leo.lahti@iki.fi
See citation('netresponse')
res <- list.responses.continuous.multi(annotation.df = NULL, groupings = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.