This class of object is returned by the two party, three party, and K-party distributed regression analysis programs when "logistic" 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 vector of the standard error of the coefficients.
the t-values of the coefficietns.
the p-values of the coefficients.
the number of observations in the data.
the null deviance of the fit.
the residual deviance of the fit.
the AIC of the fit.
the BIC of the fit.
the degrees of freedom for the null deviance.
the degrees of freedome for the residual deviance.
the Hosmer Lemshow Test statistics.
a list containing the coordinates for an ROC curve.
the number of iterations of the cox algorithm before convergence.
a matrix of the response. Only returned to the party which holds the response.
a matrix of final fitted values of the regression. Only returned to the party which holds the response.
HoslemTest
, RocTest
, AnalysisCenter.2Party
, AnalysisCenter.3Party
, AnalysisCenter.KParty