| R Documentation | 
bnecPrints a summary for objects fitted by bnec.
x should be of class bayesnecfit or
bayesmanecfit.
## S3 method for class 'bayesnecfit'
print(x, ...)
## S3 method for class 'bayesmanecfit'
print(x, ...)
| x | An object of class  | 
| ... | Unused. | 
A summary print of the fitted model as returned for a
brmsfit object.
library(bayesnec)
print(manec_example)
nec4param <- pull_out(manec_example, "nec4param")
print(nec4param)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.