Found 533 packages in 0.01 seconds
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)
Spline-Based Nonlinear Modeling for Multilevel and Longitudinal Data
Provides tools for fitting, predicting, and visualizing nonlinear
relationships in single-level, multilevel, and longitudinal regression
models. Nonlinear functional forms are represented using natural cubic
splines from 'splines' and smooth terms from 'mgcv'. The package offers a
unified interface for specifying nonlinear effects, interactions with time
variables, random-intercept clustering structures, and additional linear
covariates. Utilities are included to generate prediction grids and produce
effect plots, facilitating interpretation and visualization of nonlinear
relationships in applied regression workflows. The implementation builds on
established methods for spline-based regression and mixed-effects modeling
(Hastie and Tibshirani, 1990
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.shenoylab.com/>. Citation:
Parallelize Common Functions via One Magic Function
The futurize() function transpiles calls to sequential map-reduce functions such as base::lapply(), purrr::map(), 'foreach::foreach() %do% { ... }' into concurrent alternatives, providing you with a simple, straightforward path to scalable parallel computing via the 'future' ecosystem
Latent Variable Models Diagnostics
Diagnostics and visualization tools for latent variable models
fitted with 'lavaan' (Rosseel, 2012
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.
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. (2025)
Community Ecology Package
Ordination methods, diversity analysis and other functions for community and vegetation ecologists.