This class of object is returned by the two party, three party, and K-party distributed regression analysis programs when "linear" regression is specified. Objects of this class have methods for the functions print
and summary
.
logical value. If FALSE
, then there was an error processing the data. if TRUE
, there were no errors.
logical value. If TRUE
, the regression converged. If FALSE
, it did not.
a vector which indicates the party from which each covariate came.
the vector of coefficients. If the model is over-determined, there will be NA
values in the vector corresponding to the redudant columns model matrix.
the t-values of the coefficietns.
the vector of the standard error of the coefficients.
the p-values of the coefficients.
sum of squared errors.
residual standard error.
r squared.
adjusted r squared.
the F-statistic for the linear regression.
the p-value of the F-statistic for the linear regression.
The numerator degrees of freedom for the F-statistic.
The denominator degrees of freedom for the F-statistic.
the number of observations in the data.
a matrix of the transpose of the covariates times the covarites. Used by differentModel
.
a matrix of the transpose of the covarites times the response. Used by differentModel
.
sum of squares of the reponse. Used by differentModel
.
the mean of the response. Used by differentModel
.
the mean of each covaraite. Used by differentModel
.
differentModel
, AnalysisCenter.2Party
, AnalysisCenter.3Party
, AnalysisCenter.KParty