r-mvmeta
|
public |
Collection of functions to perform fixed and random-effects multivariate and univariate meta-analysis and meta-regression.
|
2025-03-25 |
r-mumin
|
public |
Tools for performing model selection and model averaging. Automated model selection through subsetting the maximum model, with optional constraints for model inclusion. Model parameter and prediction averaging based on model weights derived from information criteria (AICc and alike) or custom model weighting schemes.
|
2025-03-25 |
r-mpv
|
public |
Most of this package consists of data sets from the textbook Introduction to Linear Regression Analysis (3rd ed), by Montgomery, Peck and Vining. Some additional data sets and functions are included.
|
2025-03-25 |
r-mondate
|
public |
Keep track of dates in terms of months. Model dates as at close of business. Perform date arithmetic in units of "months" and "years" (multiples of months). Allow "infinite" dates to model "ultimate" time spans.
|
2025-03-25 |
r-mockr
|
public |
Provides a means to mock a package function, i.e., temporarily substitute it for testing. Designed as a drop-in replacement for 'testthat::with_mock()', which may break in R 3.4.0 and later.
|
2025-03-25 |
r-measures
|
public |
Provides the biggest amount of statistical measures in the whole R world. Includes measures of regression, (multiclass) classification and multilabel classification. The measures come mainly from the 'mlr' package and were programed by several 'mlr' developers.
|
2025-03-25 |
r-measurements
|
public |
Collection of tools to make working with physical measurements easier. Convert between metric and imperial units, or calculate a dimension's unknown value from other dimensions' measurements.
|
2025-03-25 |
r-matchit
|
public |
Selects matched samples of the original treated and control groups with similar covariate distributions -- can be used to match exactly on covariates, to match on propensity scores, or perform a variety of other matching procedures. The package also implements a series of recommendations offered in Ho, Imai, King, and Stuart (2007) <DOI:10.1093/pan/mpl013>.
|
2025-03-25 |
r-march
|
public |
Computation of various Markovian models for categorical data including homogeneous Markov chains of any order, MTD models, Hidden Markov models, and Double Chain Markov Models.
|
2025-03-25 |
r-manipulate
|
public |
Interactive plotting functions for use within RStudio. The manipulate function accepts a plotting expression and a set of controls (e.g. slider, picker, checkbox, or button) which are used to dynamically change values within the expression. When a value is changed using its corresponding control the expression is automatically re-executed and the plot is redrawn.
|
2025-03-25 |
r-mallet
|
public |
This package allows you to train topic models in mallet and load results directly into R.
|
2025-03-25 |
r-lsmeans
|
public |
Obtain least-squares means for linear, generalized linear, and mixed models. Compute contrasts or linear functions of least-squares means, and comparisons of slopes. Plots and compact letter displays. Least-squares means were proposed in Harvey, W (1960) "Least-squares analysis of data with unequal subclass numbers", Tech Report ARS-20-8, USDA National Agricultural Library, and discussed further in Searle, Speed, and Milliken (1980) "Population marginal means in the linear model: An alternative to least squares means", The American Statistician 34(4), 216-221 <doi:10.1080/00031305.1980.10483031>. NOTE: lsmeans now relies primarily on code in the 'emmeans' package. 'lsmeans' will be archived in the near future.
|
2025-03-25 |
r-lsa
|
public |
The basic idea of latent semantic analysis (LSA) is, that text do have a higher order (=latent semantic) structure which, however, is obscured by word usage (e.g. through the use of synonyms or polysemy). By using conceptual indices that are derived statistically via a truncated singular value decomposition (a two-mode factor analysis) over a given document-term matrix, this variability problem can be overcome.
|
2025-03-25 |
r-loo
|
public |
Efficient approximate leave-one-out cross-validation (LOO) for Bayesian models fit using Markov chain Monte Carlo. The approximation uses Pareto smoothed importance sampling (PSIS), a new procedure for regularizing importance weights. As a byproduct of the calculations, we also obtain approximate standard errors for estimated predictive errors and for the comparison of predictive errors between models. The package also provides methods for using stacking and other model weighting techniques to average Bayesian predictive distributions.
|
2025-03-25 |
r-lmodel2
|
public |
Computes model II simple linear regression using ordinary least squares (OLS), major axis (MA), standard major axis (SMA), and ranged major axis (RMA).
|
2025-03-25 |
r-lavaan
|
public |
Fit a variety of latent variable models, including confirmatory factor analysis, structural equation modeling and latent growth curve models.
|
2025-03-25 |
r-languager
|
public |
Data sets exemplifying statistical methods, and some facilitatory utility functions used in ``Analyzing Linguistic Data: A practical introduction to statistics using R'', Cambridge University Press, 2008.
|
2025-03-25 |
r-itertools
|
public |
Various tools for creating iterators, many patterned after functions in the Python itertools module, and others patterned after functions in the 'snow' package.
|
2025-03-25 |
r-iplots
|
public |
Interactive plots for R.
|
2025-03-25 |
r-invgamma
|
public |
Light weight implementation of the standard distribution functions for the inverse gamma distribution, wrapping those for the gamma distribution in the stats package.
|
2025-03-25 |
r-inline
|
public |
Functionality to dynamically define R functions and S4 methods with 'inlined' C, C++ or Fortran code supporting the .C and .Call calling conventions.
|
2025-03-25 |
r-import
|
public |
This is an alternative mechanism for importing objects from packages. The syntax allows for importing multiple objects from a package with a single command in an expressive way. The import package bridges some of the gap between using library (or require) and direct (single-object) imports. Furthermore the imported objects are not placed in the current environment. It is also possible to import objects from stand-alone .R files. For more information, refer to the package vignette.
|
2025-03-25 |
r-igraphdata
|
public |
A small collection of various network data sets, to use with the 'igraph' package: the Enron email network, various food webs, interactions in the immunoglobulin protein, the karate club network, Koenigsberg's bridges, visuotactile brain areas of the macaque monkey, UK faculty friendship network, domestic US flights network, etc.
|
2025-03-25 |
r-hsaur2
|
public |
Functions, data sets, analyses and examples from the second edition of the book ''A Handbook of Statistical Analyses Using R'' (Brian S. Everitt and Torsten Hothorn, Chapman & Hall/CRC, 2008). The first chapter of the book, which is entitled ''An Introduction to R'', is completely included in this package, for all other chapters, a vignette containing all data analyses is available. In addition, the package contains Sweave code for producing slides for selected chapters (see HSAUR2/inst/slides).
|
2025-03-25 |
r-hsaur
|
public |
Functions, data sets, analyses and examples from the book ''A Handbook of Statistical Analyses Using R'' (Brian S. Everitt and Torsten Hothorn, Chapman & Hall/CRC, 2006). The first chapter of the book, which is entitled ''An Introduction to R'', is completely included in this package, for all other chapters, a vignette containing all data analyses is available.
|
2025-03-25 |
r-hmeasure
|
public |
Classification performance metrics that are derived from the ROC curve of a classifier. The package includes the H-measure performance metric as described in <http://link.springer.com/article/10.1007/s10994-009-5119-5>, which computes the minimum total misclassification cost, integrating over any uncertainty about the relative misclassification costs, as per a user-defined prior. It also offers a one-stop-shop for other scalar metrics of performance, including sensitivity, specificity and many others, and also offers plotting tools for ROC curves and related statistics.
|
2025-03-25 |
r-hexview
|
public |
Functions to view files in raw binary form like in a hex editor. Additional functions to specify and read arbitrary binary formats.
|
2025-03-25 |
r-gwidgetstcltk
|
public |
Port of the gWidgets API to the tcltk package. Requires Tk 8.5 or greater.
|
2025-03-25 |
r-gridgraphics
|
public |
Functions to convert a page of plots drawn with the 'graphics' package into identical output drawn with the 'grid' package. The result looks like the original 'graphics'-based plot, but consists of 'grid' grobs and viewports that can then be manipulated with 'grid' functions (e.g., edit grobs and revisit viewports).
|
2025-03-25 |
r-globaloptions
|
public |
It provides more configurations on the option values such as validation and filtering on the values, making options invisible or private.
|
2025-03-25 |
r-glmmadaptive
|
public |
Fits generalized linear mixed models for a single grouping factor under maximum likelihood approximating the integrals over the random effects with an adaptive Gaussian quadrature rule; Jose C. Pinheiro and Douglas M. Bates (1995) <doi:10.1080/10618600.1995.10474663>.
|
2025-03-25 |
r-glmbb
|
public |
Find all hierarchical models of specified generalized linear model with information criterion (AIC, BIC, or AICc) within specified cutoff of minimum value. Alternatively, find all such graphical models. Use branch and bound algorithm so we do not have to fit all models.
|
2025-03-25 |
r-gamair
|
public |
Data sets and scripts used in the book "Generalized Additive Models: An Introduction with R", Wood (2006) CRC.
|
2025-03-25 |
r-fortunes
|
public |
A collection of fortunes from the R community.
|
2025-03-25 |
r-fontquiver
|
public |
Provides a set of fonts with permissive licences. This is useful when you want to avoid system fonts to make sure your outputs are reproducible.
|
2025-03-25 |
r-fontliberation
|
public |
A placeholder for the Liberation fontset intended for the `fontquiver` package. This fontset covers the 12 combinations of families (sans, serif, mono) and faces (plain, bold, italic, bold italic) supported in R graphics devices.
|
2025-03-25 |
r-fontcm
|
public |
Computer Modern font for use with extrafont package
|
2025-03-25 |
r-fontbitstreamvera
|
public |
Provides fonts licensed under the 'Bitstream Vera Fonts' license for the 'fontquiver' package.
|
2025-03-25 |
r-fmstable
|
public |
This package implements some basic procedures for dealing with log maximally skew stable distributions, which are also called finite moment log stable distributions.
|
2025-03-25 |
r-fimport
|
public |
Provides a collection of utility functions to download and manage data sets from the Internet or from other sources.
|
2025-03-25 |
r-fauxpas
|
public |
HTTP error helpers. Methods included for general purpose HTTP error handling, as well as individual methods for every HTTP status code, both via status code numbers as well as their descriptive names. Supports ability to adjust behavior to stop, message or warning. Includes ability to use custom whisker template to have any configuration of status code, short description, and verbose message. Currently supports integration with 'crul', 'curl', and 'httr'.
|
2025-03-25 |
r-exposition
|
public |
A variety of descriptive multivariate analyses with the singular value decomposition, such as principal components analysis, correspondence analysis, and multidimensional scaling. See An ExPosition of the Singular Value Decomposition in R (Beaton et al 2014) <doi:10.1016/j.csda.2013.11.006>.
|
2025-03-25 |
r-emulator
|
public |
Allows one to estimate the output of a computer program, as a function of the input parameters, without actually running it. The computer program is assumed to be a Gaussian process, whose parameters are estimated using Bayesian techniques that give a PDF of expected program output. This PDF is conditional on a training set of runs, each consisting of a point in parameter space and the model output at that point. The emphasis is on complex codes that take weeks or months to run, and that have a large number of undetermined input parameters; many climate prediction models fall into this class. The emulator essentially determines Bayesian posterior estimates of the PDF of the output of a model, conditioned on results from previous runs and a user-specified prior linear model. A vignette is provided and the help pages include examples.
|
2025-03-25 |
r-dynamictreecut
|
public |
Contains methods for detection of clusters in hierarchical clustering dendrograms.
|
2025-03-25 |
r-domc
|
public |
Provides a parallel backend for the %dopar% function using the multicore functionality of the parallel package.
|
2025-03-25 |
r-disposables
|
public |
Create disposable R packages for testing. You can create, install and load multiple R packages with a single function call, and then unload, uninstall and destroy them with another function call. This is handy when testing how some R code or an R package behaves with respect to other packages.
|
2025-03-25 |
r-diagram
|
public |
Visualises simple graphs (networks) based on a transition matrix, utilities to plot flow diagrams, visualising webs, electrical networks, etc. Support for the book "A practical guide to ecological modelling - using R as a simulation platform" by Karline Soetaert and Peter M.J. Herman (2009), Springer. and the book "Solving Differential Equations in R" by Karline Soetaert, Jeff Cash and Francesca Mazzia (2012), Springer. Includes demo(flowchart), demo(plotmat), demo(plotweb).
|
2025-03-25 |
r-deriv
|
public |
R-based solution for symbolic differentiation. It admits user-defined function as well as function substitution in arguments of functions to be differentiated. Some symbolic simplification is part of the work.
|
2025-03-25 |
r-denstrip
|
public |
Graphical methods for compactly illustrating probability distributions, including density strips, density regions, sectioned density plots and varying width strips.
|
2025-03-25 |
r-debugme
|
public |
Specify debug messages as special string constants, and control debugging of packages via environment variables.
|
2025-03-25 |