print.qgcompemmfit {qgcompint} | R 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 |
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
[Package qgcompint version 1.0.0 Index]