Found 549 packages in 0.02 seconds
Template Model Builder: A General Random Effect Tool Inspired by 'ADMB'
With this tool, a user should be able to quickly implement complex random effect models through simple C++ templates. The package combines 'CppAD' (C++ automatic differentiation), 'Eigen' (templated matrix-vector library) and 'CHOLMOD' (sparse matrix routines available from R) to obtain an efficient implementation of the applied Laplace approximation with exact derivatives. Key features are: Automatic sparseness detection, parallelism through 'BLAS' and parallel user templates.
Data Sets from "SAS System for Mixed Models
Data sets and sample lmer analyses corresponding to the examples in Littell, Milliken, Stroup and Wolfinger (1996), "SAS System for Mixed Models", SAS Institute.
Linear Fitting for Complex Valued Data
Tools for linear fitting with complex variables. Includes ordinary least-squares (zlm()) and robust M-estimation (rzlm()), and complex methods for oft used generics. Originally adapted from the rlm() functions of 'MASS' and the lm() functions of 'stats'.
'OpenCL'-Ported R 'Mathlib' for GPU-Accelerated Packages
Ships statistical and mathematical routines from R internal
'nmath' ('Mathlib') as 'OpenCL' C sources under directory 'inst/cl/', with R
wrappers that use the GPU when 'OpenCL' is available at compile time and
fall back to 'stats' equivalents otherwise. Aimed at package developers
building custom kernels (for example Bayesian GLMs via suggested package
'glmbayes') using 'opencltools' kernel loaders and related helpers. Contains
translated shims, an illustrative GLM-related kernel subsystem, vignettes,
and optional GPU acceleration. The ported routines are translated from the
'nmath' ('Mathlib') and 'Rmath' sources of R Core Team (2026) "R: A
Language and Environment for Statistical Computing"
Bayesian Generalized Linear Models (IID Samples)
Provides Bayesian linear and generalized linear model fitting
with independent and identically distributed (iid) posterior samples. The
main functions mirror R's lm() and glm() interfaces while adding prior
family specifications for Gaussian, Poisson, binomial, and Gamma models
with log-concave likelihoods. Sampling for supported non-conjugate models
uses accept-reject methods based on likelihood subgradients as in Nygren
and Nygren (2006)
'OpenCL' Tools for R Package Developers
Runtime 'OpenCL' support for R package developers: probe hardware and drivers, load and concatenate kernel sources, and manage dependency-annotated '.cl' libraries, so packages like 'nmathopencl' and other ported libraries can offer GPU acceleration without each re-implementing and related helpers. Vignettes illustrate integration with suggested package 'nmathopencl' and with downstream applications such as 'glmbayes'; production kernels for those applications ship in those packages rather than here.
Generalized Regression on Orthogonal Components
Robust multiple or multivariate linear regression, nonparametric regression on orthogonal components, classical or robust partial least squares models as described in Bilodeau, Lafaye De Micheaux and Mahdi (2015)
Core C++ Sampling Engine for 'glmbayes'
Core C++ engine for 'glmbayes': envelope-based iid linear and
generalized linear model samplers, prior-family routing, and optional
'OpenCL' acceleration. Sampling for supported non-conjugate models uses
accept-reject methods based on likelihood subgradients as in Nygren and
Nygren (2006)
R Fortunes
A collection of fortunes from the R community.
'ggplot' Visualizations for the 'partykit' Package
Extends 'ggplot2' functionality to the 'partykit' package. 'ggparty' provides the necessary tools to create clearly structured and highly customizable visualizations for tree-objects of the class 'party'.