Package | Description |
---|---|
ubic.basecode.math.linearmodels |
Modifier and Type | Method and Description |
---|---|
GenericAnovaResult |
LinearModelSummary.getAnova() |
Modifier and Type | Method and Description |
---|---|
protected List<GenericAnovaResult> |
LeastSquaresFit.anova()
Compute ANOVA based on the model fit (Type I SSQ, sequential)
|
Modifier and Type | Method and Description |
---|---|
void |
LinearModelSummary.setAnova(GenericAnovaResult genericAnovaResult) |
Constructor and Description |
---|
LinearModelSummary(String k,
Double[] coefficients,
Double[] residuals,
List<String> terms,
DoubleMatrix<String,String> contrastCoefficients,
Double[] effects,
Double[] stdevUnscaled,
double rsquared,
double adjRsquared,
double fstat,
Integer ndof,
Integer ddof,
GenericAnovaResult anovaResult,
double sigma,
boolean isShrunken) |
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.