r-fnn
|
public |
Fast Nearest Neighbor Search Algorithms and Applications
|
2023-06-16 |
r-date
|
public |
Functions for Handling Dates
|
2023-06-16 |
r-dfoptim
|
public |
Derivative-Free Optimization
|
2023-06-16 |
r-geepack
|
public |
Generalized Estimating Equation Package
|
2023-06-16 |
r-hexview
|
public |
Viewing Binary Files
|
2023-06-16 |
r-mondate
|
public |
Keep track of dates in terms of months
|
2023-06-16 |
r-goftest
|
public |
Classical Goodness-of-Fit Tests for Univariate Distributions
|
2023-06-16 |
r-ibdreg
|
public |
Regression Methods for IBD Linkage With Covariates
|
2023-06-16 |
r-prettyunits
|
public |
Pretty, Human Readable Formatting of Quantities
|
2023-06-16 |
r-rem
|
public |
Relational Event Models (REM)
|
2023-06-16 |
r-desc
|
public |
Manipulate DESCRIPTION Files
|
2023-06-16 |
r-r.cache
|
public |
Fast and Light-Weight Caching (Memoization) of Objects and Results to Speed Up Computations
|
2023-06-16 |
r-rcsdp
|
public |
R Interface to the CSDP Semidefinite Programming Library
|
2023-06-16 |
r-cliapp
|
public |
Create Rich Command Line Applications
|
2023-06-16 |
r-rex
|
public |
Friendly Regular Expressions
|
2023-06-16 |
r-ini
|
public |
Read and Write '.ini' Files
|
2023-06-16 |
r-downloader
|
public |
Download Files over HTTP and HTTPS
|
2023-06-16 |
r-gamlss.data
|
public |
GAMLSS Data
|
2023-06-16 |
r-png
|
public |
Read and write PNG images
|
2023-06-16 |
r-visnetwork
|
public |
Network Visualization using 'vis.js' Library
|
2023-06-16 |
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-quantmod
|
public |
No Summary
|
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-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-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-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 |