print.regddmfit {RegDDM} | R Documentation |
Printed summary of RegDDM fit object
Description
Summarize the posterior distributions of estimated regression coefficients and print necessary information.
Usage
## S3 method for class 'regddmfit'
print(x, digits = 3, ...)
Arguments
x |
An |
digits |
digits of the output results. Default value is 3. |
... |
Unused... |
Value
No values are returned.
See Also
summary.regddmfit
Table summaries of the regddmfit
object.
[Package RegDDM version 1.0 Index]