print.qgcompemmfit {qgcompint} | R Documentation |
Default printing method for a qgcompemmfit object
Description
Prints output depending for qgcomp.emm.noboot
will output final estimate of joint exposure
effect (similar to the 'index' effect in weighted quantile sums), as well
as estimates of the 'weights' (standardized coefficients).
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.noboot
, getstratweights
[Package qgcompint version 0.7.0 Index]