View source: R/linearDecomposition.R
linearDecomp | R Documentation |
This function correlates the residuals of
linearDecomp( data, versuche, vars = NULL, startvar = "AreaShape_Area.x", maxIterations = 40, continueIfNA = TRUE )
data |
data |
versuche |
Zu vergleichende Versuche |
vars |
output of intersectLmeCor |
startvar |
Startvariable, standard: AreaShape_Area.x |
maxIterations |
maximum of allowed Iterations |
continueIfNA |
If the residual cannot be calculated, NA values occur. The calculation continues if set to TRUE. If set to FALSE it stops. |
data.frame containing bla ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.