Description Usage Arguments Value Author(s)
View source: R/transformation.R
Returns the starting formula that we wish to interogate the data with in estimating the lambda for a Box-Cox transformation
1 2 3 4 | formulaDeterminingLambda(noSexes,
depVariable,
multipleBatches,
equation)
|
noSexes |
number of sexes in the data; mandatory argument |
depVariable |
a character string defining the dependent variable of interest; mandatory argument |
multipleBatches |
TRUE if there are multiple batch values in the data, FALSE otherwise |
equation |
a character string defining the equation to use. Possible values "withWeight" (default),"withoutWeight" |
Returns a formula
Natasha Karp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.