Found 461 packages in 0.01 seconds
Shape Constrained Additive Models
Generalized additive models under shape
constraints on the component functions of the linear predictor.
Models can include multiple shape-constrained (univariate
and bivariate) and unconstrained terms. Routines of the
package 'mgcv' are used to set up the model matrix, print,
and plot the results. Multiple smoothing parameter
estimation by the Generalized Cross Validation or similar.
See Pya and Wood (2015)
Create Elegant Data Visualisations Using the Grammar of Graphics
A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.
Predict and Visualize Population-Level Changes in Allele Frequencies in Response to Climate Change
Methods (
Meta-Analysis of Generalized Additive Models
Meta-analysis of generalized additive
models and generalized additive mixed models. A typical use case is
when data cannot be shared across locations, and an overall meta-analytic
fit is sought. 'metagam' provides functionality for removing individual
participant data from models computed using the 'mgcv' and 'gamm4' packages such
that the model objects can be shared without exposing individual data.
Furthermore, methods for meta-analysing these fits are provided. The implemented
methods are described in Sorensen et al. (2020),
Transformation Models with Mixed Effects
Likelihood-based estimation of mixed-effects transformation models
using the Template Model Builder ('TMB', Kristensen et al., 2016)
Generalized Additive Models with Flexible Response Functions
Standard generalized additive models assume a response function,
which induces an assumption on the shape of the distribution of the
response. However, miss-specifying the response function results in biased
estimates. Therefore in Spiegel et al. (2017)
Easy Graphs for Data Visualisation and Linear Models for ANOVA
Easily explore data by plotting graphs with a few lines of code. Use these ggplot() wrappers to quickly draw graphs of scatter/dots with box-whiskers, violins or SD error bars, data distributions, before-after graphs, factorial ANOVA and more. Customise graphs in many ways, for example, by choosing from colour blind-friendly palettes (12 discreet, 3 continuous and 2 divergent palettes). Use the simple code for ANOVA as ordinary (lm()) or mixed-effects linear models (lmer()), including randomised-block or repeated-measures designs, and fit non-linear outcomes as a generalised additive model (gam) using mgcv(). Obtain estimated marginal means and perform post-hoc comparisons on fitted models (via emmeans()). Also includes small datasets for practising code and teaching basics before users move on to more complex designs. See vignettes for details on usage < https://grafify-vignettes.netlify.app/>. Citation:
Spatial and Spatiotemporal SPDE-Based GLMMs with 'TMB'
Implements spatial and spatiotemporal GLMMs (Generalized Linear
Mixed Effect Models) using 'TMB', 'fmesher', and the SPDE (Stochastic Partial
Differential Equation) Gaussian Markov random field approximation to
Gaussian random fields. One common application is for spatially explicit
species distribution models (SDMs).
See Anderson et al. (2024)
Companion to Applied Regression
Functions to Accompany J. Fox and S. Weisberg, An R Companion to Applied Regression, Third Edition, Sage, 2019.
Linear Mixed-Effects Models using 'Eigen' and S4
Fit linear and generalized linear mixed-effects models. The models and their components are represented using S4 classes and methods. The core computational algorithms are implemented using the 'Eigen' C++ library for numerical linear algebra and 'RcppEigen' "glue".