print.GLMModelResult {RobinCar} | R Documentation |
Print glm model result
Description
Print glm model result
Usage
## S3 method for class 'GLMModelResult'
print(x, ...)
Arguments
x |
A GLMModelResult object |
... |
Additional arguments |
Value
Prints the treatment mean estimates (and variances) based on a GLM working model, along with the settings used. See RobinCar::robincar_glm().
[Package RobinCar version 0.3.0 Index]