compare_two_lm {codaredistlm} | R Documentation |
Statistical test of the collective significance of the ilr variables
Description
Statistical test of the collective significance of the ilr variables
Usage
compare_two_lm(y_str, X1, X2)
Arguments
y_str |
a string representation of the column in |
X1 |
a data.frame or matrix that contains a subset of the predictor variables
in |
X2 |
a data.frame or matrix that contains the predictor variables and outcome variable |
Value
Returns NULL
invisibly. The ANOVA analysis is printed to the console, that is,
the statistical test of whether the additional predictors in X2
improve the
model significantly from the model with only the subset of predictors in X1
.
[Package codaredistlm version 0.1.0 Index]