powered by
cvam
Summarizes the result from a call to cvam
# S3 method for cvam summary(object, showCoef=TRUE, showEstimates=TRUE, digits = 4L, ...) # S3 method for cvam print(x, ...) # S3 method for summary.cvam print(x, ...)
for the summary method, an object of class "summary.cvam".
summary
"summary.cvam"
an object resulting from a call to cvam containing results from a fitted model.
if TRUE, the table of coefficients will be displayed when the print method is invoked.
TRUE
print
if TRUE, estimated marginal and conditional probabilities requested by the estimate argument will be displayed when the print method is invoked.
estimate
for printing.
additional arguments to be passed to methods.
cvam or cvam.summary object
cvam.summary
Joe Schafer Joseph.L.Schafer@census.gov
For more information, refer to the package vignette Log-Linear Modeling with Missing and Coarsened Values Using the cvam Package.
# saturated model for hivtest data result <- cvam( ~ A*B*C*D, data=hivtest, freq=COUNT ) summary(result)
Run the code above in your browser using DataLab