Found 504 packages in 0.01 seconds
Visualising Statistical Models using Dynamic Nomograms
Demonstrate the results of a statistical model object as a dynamic nomogram in an RStudio panel or web browser. The package provides two generics functions: DynNom, which display statistical model objects as a dynamic nomogram; DNbuilder, which builds required scripts to publish a dynamic nomogram on a web server such as the < https://www.shinyapps.io/>. Current version of 'DynNom' supports stats::lm, stats::glm, survival::coxph, rms::ols, rms::Glm, rms::lrm, rms::cph, and mgcv::gam model objects.
Estimate Diet Proportions Using Multivariate Tweedie Model
Defines predict function that transforms output from a Tweedie
Generalized Linear Mixed Model (using 'glmmTMB'),
Generalized Additive Model (using 'mgcv'), or
spatio-temporal Generalized Linear Mixed Model (using package 'tinyVAST'),
and returns predicted proportions (and standard errors) across a
grouping variable from an equivalent multivariate-logit Tweedie model.
These predicted proportions can then be used for standard plotting
and diagnostics. See Thorson et al. 2022
Multivariate Spatio-Temporal Models using Structural Equations
Fits a wide variety of multivariate spatio-temporal models
with simultaneous and lagged interactions among variables (including
vector autoregressive spatio-temporal ('VAST') dynamics)
for areal, continuous, or network spatial domains.
It includes time-variable, space-variable, and space-time-variable
interactions using dynamic structural equation models ('DSEM')
as expressive interface, and the 'mgcv' package to specify splines
via the formula interface. See Thorson et al. (2025)
Generalized Kernel Regularized Least Squares
Kernel regularized least squares, also known as kernel ridge regression,
is a flexible machine learning method. This package implements this method by
providing a smooth term for use with 'mgcv' and uses random sketching to
facilitate scalable estimation on large datasets. It provides additional
functions for calculating marginal effects after estimation and for use with
ensembles ('SuperLearning'), double/debiased machine learning ('DoubleML'),
and robust/clustered standard errors ('sandwich'). Chang and Goplerud (2024)
Distributional Stochastic Frontier Analysis
Framework to fit distributional stochastic frontier models. Casts the stochastic frontier model into the flexible framework of distributional regression or otherwise known as General Additive Models of Location, Scale and Shape (GAMLSS). Allows for linear, non-linear, random and spatial effects on all the parameters of the distribution of the output, e.g. effects on the production or cost function, heterogeneity of the noise and inefficiency. Available distributions are the normal-halfnormal and normal-exponential distribution. Estimation via the fast and reliable routines of the 'mgcv' package. For more details see
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),
Interpreting Time Series and Autocorrelated Data Using GAMMs
GAMM (Generalized Additive Mixed Modeling; Lin & Zhang, 1999) as implemented in the R package 'mgcv' (Wood, S.N., 2006; 2011) is a nonlinear regression analysis which is particularly useful for time course data such as EEG, pupil dilation, gaze data (eye tracking), and articulography recordings, but also for behavioral data such as reaction times and response data. As time course measures are sensitive to autocorrelation problems, GAMMs implements methods to reduce the autocorrelation problems. This package includes functions for the evaluation of GAMM models (e.g., model comparisons, determining regions of significance, inspection of autocorrelational structure in residuals) and interpreting of GAMMs (e.g., visualization of complex interactions, and contrasts).
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)
Transformation Models with Mixed Effects
Likelihood-based estimation of mixed-effects transformation models
using the Template Model Builder ('TMB', Kristensen et al., 2016)