mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-09-04 20:23:41 +00:00
20 lines
359 B
Text
20 lines
359 B
Text
|
|
% Generated by roxygen2: do not edit by hand
|
||
|
|
% Please edit documentation in R/prophet.R
|
||
|
|
\name{compile_stan_model}
|
||
|
|
\alias{compile_stan_model}
|
||
|
|
\title{Compile Stan model}
|
||
|
|
\usage{
|
||
|
|
compile_stan_model(model)
|
||
|
|
}
|
||
|
|
\arguments{
|
||
|
|
\item{model}{String 'linear' or 'logistic' to specify a linear or logistic
|
||
|
|
trend.}
|
||
|
|
}
|
||
|
|
\value{
|
||
|
|
Stan model.
|
||
|
|
}
|
||
|
|
\description{
|
||
|
|
Compile Stan model
|
||
|
|
}
|
||
|
|
|