forked from paul-buerkner/brms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexpose_functions.Rd
30 lines (26 loc) · 935 Bytes
/
expose_functions.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/brmsfit-methods.R, R/generics.R
\name{expose_functions.brmsfit}
\alias{expose_functions.brmsfit}
\alias{expose_functions}
\title{Expose user-defined \pkg{Stan} functions}
\usage{
\method{expose_functions}{brmsfit}(x, vectorize = FALSE, env = globalenv(),
...)
expose_functions(x, ...)
}
\arguments{
\item{x}{An \R object}
\item{vectorize}{Logical; Indicates if the exposed functions
should be vectorized via \code{\link{Vectorize}}.
Defaults to \code{FALSE}.}
\item{env}{Environment where the functions should be made
available. Defaults to the global environment.}
\item{...}{Further arguments passed to
\code{\link[rstan:expose_stan_functions]{expose_stan_functions}}.}
}
\description{
Export user-defined \pkg{Stan} function and
optionally vectorize them. For more details see
\code{\link[rstan:expose_stan_functions]{expose_stan_functions}}.
}