Learn R Programming

tern.gee (version 0.1.5)

gee_methods: Methods for GEE Models

Description

Additional methods which can simplify working with the GEE result object.

Usage

# S3 method for tern_gee
VarCorr(x, sigma = 1, ...)

# S3 method for tern_gee QIC(object, ...)

Value

VarCorr() returns the estimated covariance matrix, and QIC() returns the QIC value.

Arguments

x

(tern_gee)
result of fit_gee().

sigma

an optional numeric value used as a multiplier for the standard deviations. The default is x$sigma or 1 depending on class(x).

...

further optional arguments passed to other methods (none for the methods documented here).

object

(tern_gee)
result of fit_gee().