r-base
|
public |
R is a free software environment for statistical computing and graphics.
|
2023-06-16 |
r-rjsonio
|
public |
This is a package that allows conversion to and from data in Javascript object notation (JSON) format. This allows R objects to be inserted into Javascript/ECMAScript/ActionScript code and allows R programmers to read and convert JSON content to R objects. This is an alternative to rjson package. Originally, that was too slow for converting large R objects to JSON and was not extensible. rjson's performance is now similar to this package, and perhaps slightly faster in some cases. This package uses methods and is readily extensible by defining methods for different classes, vectorized operations, and C code and callbacks to R functions for deserializing JSON objects to R. The two packages intentionally share the same basic interface. This package (RJSONIO) has many additional options to allow customizing the generation and processing of JSON content. This package uses libjson rather than implementing yet another JSON parser. The aim is to support other general projects by building on their work, providing feedback and benefit from their ongoing development.
|
2023-06-16 |
r-foreign
|
public |
Read Data Stored by 'Minitab', 'S', 'SAS', 'SPSS', 'Stata', 'Systat', 'Weka', 'dBase', ...
|
2023-06-16 |
r-squarem
|
public |
Algorithms for accelerating the convergence of slow, monotone sequences from smooth, contraction mapping such as the EM algorithm. It can be used to accelerate any smooth, linearly convergent acceleration scheme. A tutorial style introduction to this package is available in a vignette on the CRAN download page or, when the package is loaded in an R session, with vignette("SQUAREM").
|
2023-06-16 |
r-car
|
public |
Functions and Datasets to Accompany J. Fox and S. Weisberg, An R Companion to Applied
Regression, Second Edition, Sage, 2011
|
2023-06-16 |
r-quantmod
|
public |
No Summary
|
2023-06-16 |
r-openxlsx
|
public |
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, styling and editing worksheets. Through the use of 'Rcpp', read/write times are comparable to the 'xlsx' and 'XLConnect' packages with the added benefit of removing the dependency on Java.
|
2023-06-16 |
r-pls
|
public |
Multivariate regression methods Partial Least Squares Regression (PLSR), Principal Component Regression (PCR) and Canonical Powered Partial Least Squares (CPPLS).
|
2023-06-16 |
r-quantreg
|
public |
Quantile Regression
|
2023-06-16 |
r-deoptimr
|
public |
Differential Evolution (DE) stochastic algorithms for global optimization of problems with and without constraints. The aim is to curate a collection of its state-of-the-art variants that (1) do not sacrifice simplicity of design, (2) are essentially tuning-free, and (3) can be efficiently implemented directly in the R language. Currently, it only provides an implementation of the 'jDE' algorithm by Brest et al. (2006) <doi:10.1109/TEVC.2006.872133>.
|
2023-06-16 |
r-ddalpha
|
public |
Contains procedures for depth-based supervised learning, which are entirely non-parametric, in particular the DDalpha-procedure (Lange, Mosler and Mozharovskyi, 2014 <doi:10.1007/s00362-012-0488-4>). The training data sample is transformed by a statistical depth function to a compact low-dimensional space, where the final classification is done. It also offers an extension to functional data and routines for calculating certain notions of statistical depth functions. 50 multivariate and 5 functional classification problems are included.
|
2023-06-16 |
r-numderiv
|
public |
Methods for calculating (usually) accurate numerical first and second order derivatives. Accurate calculations are done using 'Richardson''s' extrapolation or, when applicable, a complex step derivative is available. A simple difference method is also provided. Simple difference is (usually) less accurate but is much quicker than 'Richardson''s' extrapolation and provides a useful cross-check. Methods are provided for real scalar and vector valued functions.
|
2023-06-16 |
r-ttr
|
public |
Technical Trading Rules
|
2023-06-16 |
r-lava
|
public |
Latent Variable Models
|
2023-06-16 |
r-magic
|
public |
Create and Investigate Magic Squares
|
2023-06-16 |
r-cvst
|
public |
The fast cross-validation via sequential testing (CVST) procedure is an improved cross-validation procedure which uses non-parametric testing coupled with sequential analysis to determine the best parameter set on linearly increasing subsets of the data. By eliminating under-performing candidates quickly and keeping promising candidates as long as possible, the method speeds up the computation while preserving the capability of a full cross-validation. Additionally to the CVST the package contains an implementation of the ordinary k-fold cross-validation with a flexible and powerful set of helper objects and methods to handle the overall model selection process. The implementations of the Cochran's Q test with permutations and the sequential testing framework of Wald are generic and can therefore also be used in other contexts.
|
2023-06-16 |
r-ipred
|
public |
Improved Predictors
|
2023-06-16 |
r-xts
|
public |
eXtensible Time Series
|
2023-06-16 |
r-maptools
|
public |
Tools for Handling Spatial Objects
|
2023-06-16 |
r-rcpproll
|
public |
Provides fast and efficient routines for common rolling / windowed operations. Routines for the efficient computation of windowed mean, median, sum, product, minimum, maximum, standard deviation and variance are provided.
|
2023-06-16 |
r-prodlim
|
public |
Fast and user friendly implementation of nonparametric estimators for censored event history (survival) analysis. Kaplan-Meier and Aalen-Johansen method.
|
2023-06-16 |
r-robustbase
|
public |
Basic Robust Statistics
|
2023-06-16 |
r-rio
|
public |
A Swiss-Army Knife for Data I/O
|
2023-06-16 |
r-zip
|
public |
Cross-Platform 'zip' Compression
|
2023-06-16 |
r-dimred
|
public |
A Framework for Dimensionality Reduction
|
2023-06-16 |
r-sparsem
|
public |
Some basic linear algebra functionality for sparse matrices is provided: including Cholesky decomposition and backsolving as well as standard R subsetting and Kronecker products.
|
2023-06-16 |
r-sfsmisc
|
public |
Utilities from 'Seminar fuer Statistik' ETH Zurich
|
2023-06-16 |
r-drr
|
public |
An Implementation of Dimensionality Reduction via Regression using Kernel Ridge Regression.
|
2023-06-16 |
r-rbokeh
|
public |
A native R plotting library that provides a flexible declarative interface for creating interactive web-based graphics, backed by the Bokeh visualization library <http://bokeh.pydata.org/>.
|
2023-06-16 |
r-cardata
|
public |
Companion to Applied Regression Data Sets
|
2023-06-16 |
r-geometry
|
public |
Makes the qhull library (www.qhull.org) available in R, in a similar manner as in Octave and MATLAB. Qhull computes convex hulls, Delaunay triangulations, halfspace intersections about a point, Voronoi diagrams, furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm for computing the convex hull. Qhull does not support constrained Delaunay triangulations, or mesh generation of non-convex objects, but the package does include some R functions that allow for this. Currently the package only gives access to Delaunay triangulation and convex hull computation.
|
2023-06-16 |
r-gower
|
public |
Gower's Distance
|
2023-06-16 |
r-sp
|
public |
Classes and methods for spatial data; the classes document where the spatial location information resides, for 2D or 3D data. Utility functions are provided, e.g. for plotting data as maps, spatial selection, as well as methods for retrieving coordinates, for subsetting, print, summary, etc.
|
2023-06-16 |
r-timedate
|
public |
The 'timeDate' class fulfils the conventions of the ISO 8601 standard as well as of the ANSI C and POSIX standards. Beyond these standards it provides the "Financial Center" concept which allows to handle data records collected in different time zones and mix them up to have always the proper time stamps with respect to your personal financial center, or alternatively to the GMT reference time. It can thus also handle time stamps from historical data records from the same time zone, even if the financial centers changed day light saving times at different calendar dates.
|
2023-06-16 |
r-readr
|
public |
Read Rectangular Text Data
|
2023-06-16 |
r-haven
|
public |
Import and Export SPSS, Stata and SAS Files
|
2023-06-16 |
r-shiny
|
public |
Web Application Framework for R
|
2023-06-16 |
r-promises
|
public |
No Summary
|
2023-06-16 |
r-httpuv
|
public |
HTTP and WebSocket Server Library
|
2023-06-16 |
r-lme4
|
public |
Linear Mixed-Effects Models using 'Eigen' and S4
|
2023-06-16 |
r-nloptr
|
public |
R Interface to NLopt
|
2023-06-16 |
r-later
|
public |
Utilities for Delaying Function Execution
|
2023-06-16 |
r-pbkrtest
|
public |
No Summary
|
2023-06-16 |
r-rcppeigen
|
public |
Rcpp Integration for the Eigen Templated Linear Algebra Library
|
2023-06-16 |
r-r.utils
|
public |
Various Programming Utilities
|
2023-06-16 |
r-r.oo
|
public |
No Summary
|
2023-06-16 |
r-plotrix
|
public |
Various Plotting Functions
|
2023-06-16 |
r-r.methodss3
|
public |
No Summary
|
2023-06-16 |
r-quadprog
|
public |
No Summary
|
2023-06-16 |
r-gridextra
|
public |
No Summary
|
2023-06-16 |