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