Found 550 packages in 0.02 seconds
Data Sets for Copula Modeling
Data sets used for copula modeling in addition to those in the R package 'copula'. These include a random subsample from the US National Education Longitudinal Study (NELS) of 1988 and nursing home data from Wisconsin.
The Ranking Project: Visualizations for Comparing Populations
Functions to generate plots and tables for comparing independently-
sampled populations. Companion package to "A Primer on Visualizations
for Comparing Populations, Including the Issue of Overlapping Confidence
Intervals" by Wright, Klein, and Wieczorek (2019)
Fast Library for Number Theory
An R interface to 'FLINT' < https://flintlib.org/>, a C library for
number theory. 'FLINT' extends GNU 'MPFR' < https://www.mpfr.org/>
and GNU 'MP' < https://gmplib.org/> with support for operations on
standard rings (the integers, the integers modulo n, finite
fields, the rational, p-adic, real, and complex numbers) as well
as matrices and polynomials over rings. 'FLINT' implements
midpoint-radius interval arithmetic, also known as ball
arithmetic, in the real and complex numbers, enabling computation
in arbitrary precision with rigorous propagation of rounding and
other errors; see Johansson (2017)
Data Sets from Mixed-Effects Models in S
Data sets and sample analyses from Pinheiro and Bates, "Mixed-effects Models in S and S-PLUS" (Springer, 2000).
Estimation in Optimal Adaptive Two-Stage Designs
Methods to evaluate the performance characteristics of
various point and interval estimators for optimal adaptive two-stage designs as described
in Meis et al. (2024)
Facilities for Simulating from ODE-Based Models
Facilities for running simulations from ordinary differential equation ('ODE') models, such as pharmacometrics and other compartmental models. A compilation manager translates the ODE model into C, compiles it, and dynamically loads the object code into R for improved computational efficiency. An event table object facilitates the specification of complex dosing regimens (optional) and sampling schedules. NB: The use of this package requires both C and Fortran compilers, for details on their use with R please see Section 6.3, Appendix A, and Appendix D in the "R Administration and Installation" manual. Also the code is mostly released under GPL. The 'VODE' and 'LSODA' are in the public domain. The vendored 'SUNDIALS' 'CVODE' sources and headers are released under the BSD-3-Clause license. The information is available in the inst/COPYRIGHTS.
Big Data Statistical Analysis for High-Dimensional Models
Big data statistical analysis for high-dimensional models is made possible by modifying lasso.proj() in 'hdi' package by replacing its nodewise-regression with sparse precision matrix computation using 'BigQUIC'.
A Toolbox for Writing Pretty Papers and Reports
A toolbox for writing 'knitr', 'Sweave' or other 'LaTeX'- or 'markdown'-based reports and to prettify the output of various estimated models.
Estimation of Order of Mixture Distributions
Methods for estimating the order of a mixture model. The approaches considered are
based on the following papers (extensive list of references is available in the vignette):
1. Dacunha-Castelle, Didier, and Elisabeth Gassiat. The estimation of the order of a mixture model. Bernoulli 3, no. 3 (1997): 279-299. < https://projecteuclid.org/download/pdf_1/euclid.bj/1177334456>.
2. Woo, Mi-Ja, and T. N. Sriram. Robust estimation of mixture complexity. Journal of the American Statistical Association 101, no. 476 (2006): 1475-1486.
'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.