From 6415dffd0ce97fe0c9de127ea67727514647314b Mon Sep 17 00:00:00 2001 From: cam122286 Date: Fri, 7 Apr 2017 21:06:13 -0500 Subject: [PATCH] Update prophet.R (#154) Minor grammatical fix --- R/R/prophet.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/R/prophet.R b/R/R/prophet.R index 4f33913..a2fde89 100644 --- a/R/R/prophet.R +++ b/R/R/prophet.R @@ -41,7 +41,7 @@ globalVariables(c( #' @param changepoint.prior.scale Parameter modulating the flexibility of the #' automatic changepoint selection. Large values will allow many changepoints, #' small values will allow few changepoints. -#' @param mcmc.samples Integer, if great than 0, will do full Bayesian +#' @param mcmc.samples Integer, if greater than 0, will do full Bayesian #' inference with the specified number of MCMC samples. If 0, will do MAP #' estimation. #' @param interval.width Numeric, width of the uncertainty intervals provided