print {bayesnec} | R Documentation |
Prints a summary for objects fitted by bnec
Description
Prints a summary for objects fitted by bnec
.
x
should be of class bayesnecfit
or
bayesmanecfit
.
Usage
## S3 method for class 'bayesnecfit'
print(x, ...)
## S3 method for class 'bayesmanecfit'
print(x, ...)
Arguments
x |
An object of class |
... |
Unused. |
Value
A summary print of the fitted model as returned for a
brmsfit
object.
Examples
library(bayesnec)
print(manec_example)
nec4param <- pull_out(manec_example, "nec4param")
print(nec4param)
[Package bayesnec version 2.1.2.0 Index]