View source: R/base_generics.R
print.qgcompemmfit | R Documentation |
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.
## S3 method for class 'qgcompemmfit'
print(x, showweights = TRUE, ...)
x |
"qgcompemmfit" object from |
showweights |
logical: should weights be printed, if estimated? |
... |
unused |
Invisibly returns x. Called primarily for side effects.
qgcomp.emm.glm.noboot
, getstratweights
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.