https://github.com/cran/brms
Raw File
Tip revision: 6e5288e2153739ef0575dcc167a34a02f1830b4c authored by Paul-Christian Bürkner on 16 September 2018, 15:40:03 UTC
version 2.5.0
Tip revision: 6e5288e
print.brmsprior.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/priors.R
\name{print.brmsprior}
\alias{print.brmsprior}
\title{Print method for \code{brmsprior} objects}
\usage{
\method{print}{brmsprior}(x, show_df, ...)
}
\arguments{
\item{x}{An object of class \code{brmsprior}.}

\item{show_df}{Logical; Print priors as a single 
\code{data.frame} (\code{TRUE}) or as a sequence of 
sampling statements (\code{FALSE})?}

\item{...}{Currently ignored.}
}
\description{
Print method for \code{brmsprior} objects
}
back to top