prophet/R/man/get_prophet_stan_model.Rd

20 lines
396 B
Text
Raw Normal View History

2017-02-22 23:59:43 +00:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/prophet.R
\name{get_prophet_stan_model}
\alias{get_prophet_stan_model}
\title{Load compiled Stan model}
\usage{
get_prophet_stan_model()
2017-02-22 23:59:43 +00:00
}
\arguments{
\item{model}{String 'linear' or 'logistic' to specify a linear or logistic
trend.}
}
\value{
Stan model.
}
\description{
Load compiled Stan model
}
\keyword{internal}