Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Clark committed Oct 30, 2024
1 parent 48fefa5 commit f9efe63
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
3 changes: 2 additions & 1 deletion R/globals.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ utils::globalVariables(c("y", "year", "smooth_vals", "smooth_num",
"time_lag", "dis_time", "maxt", "orig_rows",
"matches", "time.", "file_name", ".data",
"horizon", "target", "Series", "evd", "mean_evd",
"total_evd"))
"total_evd", "smooth_label", "by_variable",
"gr", "tot_subgrs", "subgr"))
3 changes: 2 additions & 1 deletion R/jsdgam.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#'\pkg{mvgam} can handle)
#'
#'@inheritParams mvgam
#'@inheritParams ZMVN
#'@param factor_formula A \code{character} string specifying the linear predictor
#'effects for the latent factors. These are exactly like the formula
#'for a GLM except that smooth terms, `s()`, `te()`, `ti()`, `t2()`, as well as time-varying
Expand Down Expand Up @@ -45,7 +46,7 @@
#'pooled and any latent, unmodelled residual associations can also be learned. In \pkg{mvgam}, both of
#'these effects can be modelled with the full power of latent factor Hierarchical GAMs, providing unmatched
#'flexibility to model full communities of species
#'@seealso \code{\link[mgcv]{mvgam}}
#'@seealso [mvgam]
#'@return A \code{list} object of classes \code{jsdgam} and \code{mvgam} containing model output,
#'the text representation of the model file,
#'the mgcv model output (for easily generating simulations at
Expand Down
23 changes: 22 additions & 1 deletion man/jsdgam.Rd

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

Binary file modified src/mvgam.dll
Binary file not shown.

0 comments on commit f9efe63

Please sign in to comment.