print.CalibrationResult | R Documentation |
Print calibration result
## S3 method for class 'CalibrationResult'
print(x, ...)
x |
A GLMModel result. If you'd like to calibrate a linear adjustment, use 'robincar_glm' instead of 'robincar_linear'. |
... |
Additional arguments |
Prints the treatment mean estimates (and variances) based on a calibration on top of a GLM working model, along with the settings used. See RobinCar::robincar_calibrate().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.