print.brmsprior {brms}R Documentation

Print method for brmsprior objects

Description

Print method for brmsprior objects

Usage

## S3 method for class 'brmsprior'
print(x, show_df = NULL, ...)

Arguments

x

An object of class brmsprior.

show_df

Logical; Print priors as a single data.frame (TRUE) or as a sequence of sampling statements (FALSE)?

...

Currently ignored.


[Package brms version 2.21.0 Index]