ldecomp.getQLimits {mdatools} | R Documentation |
Compute critical limits for orthogonal distances (Q)
Description
Compute critical limits for orthogonal distances (Q)
Usage
ldecomp.getQLimits(lim.type, alpha, gamma, params, residuals, eigenvals)
Arguments
lim.type |
which method to use for calculation of critical limits for residuals |
alpha |
significance level for extreme limits. |
gamma |
significance level for outlier limits. |
params |
distribution parameters returned by ldecomp.getLimParams |
residuals |
matrix with residuals (E) |
eigenvals |
egenvalues for the components used to decompose the data |
[Package mdatools version 0.14.1 Index]