Learn R Programming

CorReg (version 1.0.5)

readY: a summary-like function

Description

a summary-like function

Usage

readY(A = A, labels = NULL, X = NULL, intercept = TRUE, ANOVA = FALSE,
  print = FALSE, Y = NULL)

Arguments

A
coefficient vector
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