linearDecomp: Linear Decomposition

View source: R/linearDecomposition.R

linearDecompR Documentation

Linear Decomposition

Description

This function correlates the residuals of

Usage

linearDecomp(
  data,
  versuche,
  vars = NULL,
  startvar = "AreaShape_Area.x",
  maxIterations = 40,
  continueIfNA = TRUE
)

Arguments

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.

Value

data.frame containing bla ...


mknoll/cmoRe documentation built on Nov. 18, 2022, 4:01 p.m.