View source: R/aldex-scaleSim.R
aldex.senAnalysis | R Documentation |
Performs scale simulation over a range of values for gamma. Dirichlet samples are reused for computational convenience.
aldex.senAnalysis(
aldex_clr,
gamma,
test = "t",
effect = TRUE,
include.sample.summary = FALSE,
verbose = FALSE,
iterate = FALSE,
...
)
aldex_clr |
An 'aldex.clr' object |
gamma |
A vector of positive numeric components. Used as the standard deviation of the scale simulation model. |
test |
A character string. Indicates which tests to perform. "t" runs
Welch's t and Wilcoxon tests. "kw" runs Kruskal-Wallace and glm tests.
"glm" runs a generalized linear model using a |
effect |
A boolean. Toggles whether to calculate abundances and effect sizes. |
include.sample.summary |
A boolean. Toggles whether to include median clr
values for each sample. Applies to |
verbose |
A boolean. Toggles whether to print diagnostic information while
running. Useful for debugging errors on large datasets. Applies to
|
iterate |
A boolean. Toggles whether to iteratively perform a test. For example, this will use the results from an initial "t" routine to seed the reference (i.e., denominator of Geometric Mean calculation) for a second "t" routine. |
... |
Arguments to embedded method (e.g., |
A list of results. Each element corresponds to a single result for a given value of gamma
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.