diff --git a/NEWS.md b/NEWS.md index e1ed5511..fc976d56 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ # mvgam 1.1.4 (development version; not yet on CRAN) ## New functionalities * Improved various plotting functions by returning `ggplot` objects in place of base plots (thanks to @mhollanders #38) -* Added the brier score (`score = 'brier'`) as an option for scoring forecasts of binary variables when using `family = bernoulli()` +* Added the brier score (`score = 'brier'`) as an option in `score.mvgam_forecast()` for scoring forecasts of binary variables when using `family = bernoulli()` * Added `augment()` function to add residuals and fitted values to an mvgam object's observed data (thanks to @swpease #83) * Added support for approximate `gp()` effects with more than one covariate and with different kernel functions (#79) * Added function `jsdgam()` to estimate Joint Species Distribution Models in which both the latent factors and the observation model components can include any of mvgam's complex linear predictor effects. Also added a function `residual_cor()` to compute residual correlation, covariance and precision matrices from `jsdgam` models. See `?mvgam::jsdgam` and `?mvgam::residual_cor` for details diff --git a/docs/news/index.html b/docs/news/index.html index 9151f79c..c7738d71 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -60,7 +60,10 @@

mvgam 1.1.4 (development version; not yet on CRAN)

New functionalities

-
diff --git a/docs/reference/score.mvgam_forecast-1.png b/docs/reference/score.mvgam_forecast-1.png new file mode 100644 index 00000000..62e5df57 Binary files /dev/null and b/docs/reference/score.mvgam_forecast-1.png differ diff --git a/docs/reference/score.mvgam_forecast-2.png b/docs/reference/score.mvgam_forecast-2.png new file mode 100644 index 00000000..1380111d Binary files /dev/null and b/docs/reference/score.mvgam_forecast-2.png differ diff --git a/docs/reference/score.mvgam_forecast.html b/docs/reference/score.mvgam_forecast.html index a0955c25..0cf3cc07 100644 --- a/docs/reference/score.mvgam_forecast.html +++ b/docs/reference/score.mvgam_forecast.html @@ -1,5 +1,5 @@ -Compute probabilistic forecast scores for mvgam objects — score.mvgam_forecast • mvgamCompute probabilistic forecast scores for mvgam objects — score.mvgam_forecast • mvgam @@ -10,7 +10,7 @@ mvgam - 1.1.3 + 1.1.4