listsigs | R Documentation |
List Significant Features of a Dataset in Current State
listsigs(
dataset = NULL,
factor = NULL,
ranks = NULL,
allRanks = F,
alpha = 0.05,
silent = F,
dataset_name = NULL
)
dataset |
(Optional) MicroVis dataset (mvdata object). If not specified, defaults to active dataset. |
factor |
(Optional) Factor along which to perform statistical analysis. Default is the active factor of the dataset |
ranks |
(Optional) Ranks at which to get the significant features. Default is the active rank of the dataset |
allRanks |
If set to TRUE, will get significant features at all ranks of the dataset |
alpha |
(Optional) Significance threshold. Defaults to 0.05 |
silent |
If set to TRUE, output text will not be printed |
dataset_name |
(Optional) Name of the dataset being passed so that results can be saved to that dataset |
List of significant features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.