summary.cvam: Summarize a 'cvam' Object

summary.cvamR Documentation

Summarize a cvam Object

Description

Summarizes the result from a call to cvam

Usage

## S3 method for class 'cvam'
summary(object, showCoef=TRUE, showEstimates=TRUE,
   digits = 4L, ...)
## S3 method for class 'cvam'
print(x, ...)
## S3 method for class 'summary.cvam'
print(x, ...)

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

Value

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

Author(s)

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

# saturated model for hivtest data
result <- cvam( ~ A*B*C*D, data=hivtest, freq=COUNT )
summary(result)

cvam documentation built on March 7, 2023, 5:29 p.m.