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
cor_brms.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/correlations.R
\name{cor_brms}
\alias{cor_brms}
\alias{cor_brms-class}
\title{Correlation structure classes for the \pkg{brms} package}
\description{
Classes of correlation structures available in the \pkg{brms} package. 
\code{cor_brms} is not a correlation structure itself, 
but the class common to all correlation structures implemented in \pkg{brms}.
}
\section{Available correlation structures}{

\describe{
  \item{cor_arma}{autoregressive-moving average (ARMA) structure, 
  with arbitrary orders for the autoregressive and moving
  average components}
  \item{cor_ar}{autoregressive (AR) structure of arbitrary order}
  \item{cor_ma}{moving average (MA) structure of arbitrary order} 
  \item{cor_arr}{response autoregressive (ARR) structure}
  \item{cor_car}{Spatial conditional autoregressive (CAR) structure}
  \item{cor_sar}{Spatial simultaneous autoregressive (SAR) structure}
  \item{cor_bsts}{Bayesian structural time series (BSTS) structure}
  \item{cor_fixed}{fixed user-defined covariance structure}
}
}

\seealso{
\code{\link{cor_arma}, \link{cor_ar}, \link{cor_ma}, \link{cor_arr}, 
      \link{cor_car}, \link{cor_sar}, \link{cor_bsts}, \link{cor_fixed}}
}
back to top