Found 530 packages in 0.09 seconds
Fast Kernel Density Estimation with Hexagonal Grid
Kernel density estimation with hexagonal grid for bivariate data.
Hexagonal grid has many beneficial properties like equidistant neighbours
and less edge bias, making it better for spatial analyses than the more
commonly used rectangular grid.
Carr, D. B. et al. (1987)
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.
Bessel Functions Rcpp Interface
Exports an 'Rcpp' interface for the Bessel functions in the 'Bessel' package, which can then be called from the 'C++' code of other packages. For the original 'Fortran' implementation of these functions see Amos (1995)
R Fortunes
A collection of fortunes from the R community.
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'.
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)
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)
'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'.
Efficient Savitzky-Golay Filtering
Smoothing signals and computing their derivatives is a common
requirement in signal processing workflows. Savitzky-Golay filters are a
established method able to do both (Savitzky and Golay, 1964
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 information is available in the inst/COPYRIGHTS.