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
rows2labels.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/marginal_effects-helpers.R
\name{rows2labels}
\alias{rows2labels}
\title{Convert Rows to Labels}
\usage{
rows2labels(x, digits = 2, sep = " & ", incl_vars = TRUE, ...)
}
\arguments{
\item{x}{A \code{data.frame} for which to extract labels.}

\item{digits}{Minimal number of decimal places shown in
the labels of numeric variables.}

\item{sep}{A single character string defining the separator 
between variables used in the labels.}

\item{incl_vars}{Indicates if variable names should 
be part of the labels. Defaults to \code{TRUE}.}

\item{...}{Currently unused.}
}
\value{
A character vector of the same length as the number
  of rows of \code{x}.
}
\description{
Convert information in rows to labels for each row.
}
\seealso{
\code{\link{make_conditions}}, code{\link{marginal_effects}}
}
back to top