Description Usage Arguments Value
View source: R/param_setters.R
permParams
sets the parameters for permutations (randomizations)
used for example in arrayAnova
or tanova
.
1 | permParams(n = 999L, type = c("residuals", "observations"))
|
n |
integer number of randomization runs |
type |
character string which defines if model residuals ("residuals", the default), or the raw observations ("observations") should be permuted |
parallelParams
returns a list with two elements corresponding
to the arguments ('n' and 'type')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.