Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Clark committed Mar 19, 2024
1 parent 2cbd0de commit 79572c2
Show file tree
Hide file tree
Showing 53 changed files with 366 additions and 311 deletions.
8 changes: 4 additions & 4 deletions R/mvgam.R
Original file line number Diff line number Diff line change
Expand Up @@ -589,13 +589,13 @@
#' time = 1:50,
#' series = 'series2',
#' x = x,
#' ntrials = trials)) %>%
#' dplyr::mutate(series = as.factor(series)) %>%
#' dplyr::arrange(time, series)
#' ntrials = trials))
#' dat <- dplyr::mutate(dat, series = as.factor(series))
#' dat <- dplyr::arrange(dat, time, series)
#'
#' # Fit a model using the binomial() family; must specify observations
#' # and number of trials in the cbind() wrapper
#' mod <- mvgam(cbind(y, ntrials) ~ series + s(x, by = series)
#' mod <- mvgam(cbind(y, ntrials) ~ series + s(x, by = series),
#' family = binomial(),
#' data = dat)
#' summary(mod)
Expand Down
378 changes: 197 additions & 181 deletions docs/articles/mvgam_overview.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/reference/Rplot002.png
Binary file modified docs/reference/figures/README-unnamed-chunk-13-1.png
Binary file modified docs/reference/figures/README-unnamed-chunk-14-1.png
Binary file modified docs/reference/figures/README-unnamed-chunk-15-1.png
Binary file modified docs/reference/figures/README-unnamed-chunk-16-1.png
Binary file modified docs/reference/figures/README-unnamed-chunk-17-1.png
Binary file modified docs/reference/figures/README-unnamed-chunk-18-1.png
Binary file modified docs/reference/figures/README-unnamed-chunk-19-1.png
Binary file modified docs/reference/figures/README-unnamed-chunk-20-1.png
Binary file modified docs/reference/figures/README-unnamed-chunk-21-1.png
Binary file modified docs/reference/figures/README-unnamed-chunk-22-1.png
Binary file modified docs/reference/figures/README-unnamed-chunk-23-1.png
Binary file modified docs/reference/figures/README-unnamed-chunk-24-1.png
17 changes: 1 addition & 16 deletions docs/reference/forecast.mvgam.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 43 additions & 37 deletions docs/reference/get_mvgam_priors.html

Large diffs are not rendered by default.

11 changes: 2 additions & 9 deletions docs/reference/hindcast.mvgam.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 79572c2

Please sign in to comment.