r-misctools
|
public |
Miscellaneous small tools and utilities. Many of them facilitate the work with matrices, e.g. inserting rows or columns, creating symmetric matrices, or checking for semidefiniteness. Other tools facilitate the work with regression models, e.g. extracting the standard errors, obtaining the number of (estimated) parameters, or calculating R-squared values.
|
2025-03-25 |
r-misc3d
|
public |
A collection of miscellaneous 3d plots, including isosurfaces.
|
2025-03-25 |
r-mgsub
|
public |
Designed to enable simultaneous substitution in strings in a safe fashion. Safe means it does not rely on placeholders (which can cause errors in same length matches).
|
2025-03-25 |
r-memoise
|
public |
Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value.
|
2025-03-25 |
r-mc2d
|
public |
A complete framework to build and study Two-Dimensional Monte-Carlo simulations, aka Second-Order Monte-Carlo simulations. Also includes various distributions (pert, triangular, Bernoulli, empirical discrete and continuous).
|
2025-03-25 |
r-matrixmodels
|
public |
Modelling with sparse and dense 'Matrix' matrices, using modular prediction and response module classes.
|
2025-03-25 |
r-matrixcalc
|
public |
A collection of functions to support matrix calculations for probability, econometric and numerical analysis. There are additional functions that are comparable to APL functions which are useful for actuarial models such as pension mathematics. This package is used for teaching and research purposes at the Department of Finance and Risk Engineering, New York University, Polytechnic Institute, Brooklyn, NY 11201.
|
2025-03-25 |
r-matlab
|
public |
Emulate MATLAB code using R
|
2025-03-25 |
r-matconv
|
public |
Transferring over a code base from Matlab to R is often a repetitive and inefficient use of time. This package provides a translator for Matlab / Octave code into R code. It does some syntax changes, but most of the heavy lifting is in the function changes since the languages are so similar. Options for different data structures and the functions that can be changed are given. The Matlab code should be mostly in adherence to the standard style guide but some effort has been made to accommodate different number of spaces and other small syntax issues. This will not make the code more R friendly and may not even run afterwards. However, the rudimentary syntax, base function and data structure conversion is done quickly so that the maintainer can focus on changes to the design structure.
|
2025-03-25 |
r-magrittr
|
public |
Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, "Ceci n'est pas un pipe."
|
2025-03-25 |
r-magic
|
public |
A collection of efficient, vectorized algorithms for the creation and investigation of magic squares and hypercubes, including a variety of functions for the manipulation and analysis of arbitrarily dimensioned arrays. The package includes methods for creating normal magic squares of any order greater than 2. The ultimate intention is for the package to be a computerized embodiment all magic square knowledge, including direct numerical verification of properties of magic squares (such as recent results on the determinant of odd-ordered semimagic squares). Some antimagic functionality is included. The package also serves as a rebuttal to the often-heard comment "I thought R was just for statistics".
|
2025-03-25 |
r-longmemo
|
public |
Datasets and Functionality from 'Jan Beran' (1994). Statistics for Long-Memory Processes; Chapman & Hall. Estimation of Hurst (and more) parameters for fractional Gaussian noise, 'fARIMA' and 'FEXP' models.
|
2025-03-25 |
r-lle
|
public |
LLE is a non-linear algorithm for mapping high-dimensional data into a lower dimensional (intrinsic) space. This package provides the main functions to performs the LLE alogrithm including some enhancements like subset selection, calculation of the intrinsic dimension etc.
|
2025-03-25 |
r-listenv
|
public |
List environments are environments that have list-like properties. For instance, the elements of a list environment are ordered and can be accessed and iterated over using index subsetting, e.g. 'x <- listenv(a = 1, b = 2); for (i in seq_along(x)) x[[i]] <- x[[i]] ^ 2; y <- as.list(x)'.
|
2025-03-25 |
r-learnbayes
|
public |
A collection of functions helpful in learning the basic tenets of Bayesian statistical inference. It contains functions for summarizing basic one and two parameter posterior distributions and predictive distributions. It contains MCMC algorithms for summarizing posterior distributions defined by the user. It also contains functions for regression models, hierarchical models, Bayesian tests, and illustrations of Gibbs sampling.
|
2025-03-25 |
r-latticeextra
|
public |
Building on the infrastructure provided by the lattice package, this package provides several new high-level functions and methods, as well as additional utilities such as panel and axis annotation functions.
|
2025-03-25 |
r-lambda.r
|
public |
A language extension to efficiently write functional programs in R. Syntax extensions include multi-part function definitions, pattern matching, guard statements, built-in (optional) type safety.
|
2025-03-25 |
r-lagged
|
public |
Provides classes and methods for lagged objects.
|
2025-03-25 |
r-laeken
|
public |
Estimation of indicators on social exclusion and poverty, as well as Pareto tail modeling for empirical income distributions.
|
2025-03-25 |
r-labeling
|
public |
Provides a range of axis labeling algorithms
|
2025-03-25 |
r-knitr
|
public |
Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques.
|
2025-03-25 |
r-kendall
|
public |
Computes the Kendall rank correlation and Mann-Kendall trend test. See documentation for use of block bootstrap when there is autocorrelation.
|
2025-03-25 |
r-janeaustenr
|
public |
Full texts for Jane Austen's 6 completed novels, ready for text analysis. These novels are "Sense and Sensibility", "Pride and Prejudice", "Mansfield Park", "Emma", "Northanger Abbey", and "Persuasion".
|
2025-03-25 |
r-iterators
|
public |
Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data.
|
2025-03-25 |
r-iswr
|
public |
Data sets and scripts for text examples and exercises in P. Dalgaard (2008), `Introductory Statistics with R', 2nd ed., Springer Verlag, ISBN 978-0387790534.
|
2025-03-25 |