readY: a summary-like function
Description
a summary-like functionUsage
readY(A = A, labels = NULL, X = NULL, intercept = TRUE, ANOVA = FALSE,
print = FALSE, Y = NULL)
Arguments
labels
name of the covariates
X
the dataset (named) if labels is null
intercept
boolean defining wether A contains an intercept or not
ANOVA
boolean to add Anova test for each coefficient
print
boolean to print ANOVA if computed
Y
the response variable if ANOVA is computed