Learn R Programming

cvam (version 0.9.3)

summary.cvam: Summarize a cvam Object

Description

Summarizes the result from a call to cvam

Usage

# 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, ...)

Value

for the summary method, an object of class "summary.cvam".

Arguments

object

an object resulting from a call to cvam containing results from a fitted model.

showCoef

if TRUE, the table of coefficients will be displayed when the print method is invoked.

showEstimates

if TRUE, estimated marginal and conditional probabilities requested by the estimate argument will be displayed when the print method is invoked.

digits

for printing.

...

additional arguments to be passed to methods.

x

cvam or cvam.summary object

Author

Joe Schafer Joseph.L.Schafer@census.gov

References

For more information, refer to the package vignette Log-Linear Modeling with Missing and Coarsened Values Using the cvam Package.

See Also

cvam

Examples

Run this code
# 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