Learn R Programming

bayesnec (version 2.1.3.0)

print: 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 bayesnecfit
print(x, ...)

# S3 method for bayesmanecfit print(x, ...)

Value

A summary print of the fitted model as returned for a brmsfit object.

Arguments

x

An object of class bayesnecfit or bayesmanecfit.

...

Unused.

Examples

Run this code
# \donttest{
library(bayesnec)
print(manec_example)
nec4param <- pull_out(manec_example, "nec4param")
print(nec4param)
# }

Run the code above in your browser using DataLab