print.qgcompemmfit: Default printing method for a qgcompemmfit object

View source: R/base_generics.R

print.qgcompemmfitR Documentation

Default printing method for a qgcompemmfit object

Description

Prints output depending the model used. qgcomp.emm.glm.noboot and qgcomp.emm.cox.noboot will output final estimate of joint exposure effect, as well as estimates of the 'weights' (scaled coefficients). qgcomp.emm.glm.boot and qgcomp.emm.glm.ee methods will only output final effect estimates.

Usage

## S3 method for class 'qgcompemmfit'
print(x, showweights = TRUE, ...)

Arguments

x

"qgcompemmfit" object from qgcomp.emm.glm.noboot function

showweights

logical: should weights be printed, if estimated?

...

unused

Value

Invisibly returns x. Called primarily for side effects.

See Also

qgcomp.emm.glm.noboot, getstratweights


qgcompint documentation built on April 3, 2025, 7:49 p.m.