About Anaconda Help Download Anaconda

r_test / packages

Package Name Access Summary Updated
r-rap public To find the reversal association between variables. 2025-04-22
r-rankresponse public Methods for ranking responses of a single response question or a multiple response question 2025-04-22
r-rankingproject public Functions to generate plots and tables for comparing independently- sampled populations. Companion package to "A Primer on Visualizations for Comparing Populations, Including the Issue of Overlapping Confidence Intervals" by Wright, Klein, and Wieczorek (2017, in press). 2025-04-22
r-rankhazard public Rank-hazard plots Karvanen and Harrell (2009) <DOI:10.1002/sim.3591> visualize the relative importance of covariates in a proportional hazards model. The key idea is to rank the covariate values and plot the relative hazard as a function of ranks scaled to interval [0,1]. The relative hazard is plotted in respect to the reference hazard, which can bee.g. the hazard related to the median of the covariate. 2025-04-22
r-rankfd public The rankFD() function calculates the Wald-type statistic (WTS) and the ANOVA-type statistic (ATS) for nonparametric factorial designs, e.g., for count, ordinal or score data in a crossed design with an arbitrary number of factors. 2025-04-22
r-rangemodelr public Generates expected values of species richness, with continuous or scattered ranges, for data across one or two dimensions. 2025-04-22
r-randtests public Several non parametric randomness tests for numeric sequences 2025-04-22
r-randomizebe public Contains a function to randomize subjects, patients in groups of sequences (treatment sequences). If a blocksize is given, the randomization will be done within blocks. The randomization may be controlled by a Wald-Wolfowitz runs test. Functions to obtain the p-value of that test are included. The package is mainly intended for randomization of bioequivalence studies but may be used also for other clinical crossover studies. Contains two helper functions sequences() and williams() to get the sequences of commonly used designs in BE studies. 2025-04-22
r-randomglm public The package implements a bagging predictor based on general linear models 2025-04-22
r-random public The true random number service provided by the RANDOM.ORG website created by Mads Haahr samples atmospheric noise via radio tuned to an unused broadcasting frequency together with a skew correction algorithm due to John von Neumann. More background is available in the included vignette based on an essay by Mads Haahr. In its current form, the package offers functions to retrieve random integers, randomized sequences and random strings. 2025-04-22
r-randmeta public A novel numerical algorithm that provides functionality for estimating the exact 95% confidence interval of the location parameter in the random effects model, and is much faster than the naive method. Works best when the number of studies is between 6-20. 2025-04-22
r-randgeo public Generate random positions (latitude/longitude), Well-known text ('WKT') points or polygons, or 'GeoJSON' points or polygons. 2025-04-22
r-randcorr public Implements the algorithm by Pourahmadi and Wang (2015) <doi:10.1016/j.spl.2015.06.015> for generating a random p x p correlation matrix. Briefly, the idea is to represent the correlation matrix using Cholesky factorization and p(p-1)/2 hyperspherical coordinates (i.e., angles), sample the angles from a particular distribution and then convert to the standard correlation matrix form. The angles are sampled from a distribution with pdf proportional to sin^k(theta) (0 < theta < pi, k >= 1) using the efficient sampling algorithm described in Enes Makalic and Daniel F. Schmidt (2018) <arXiv:1809.05212>. 2025-04-22
r-rampath public We rewrite of RAMpath software developed by John McArdle and Steven Boker as an R package. In addition to performing regular SEM analysis through the R package lavaan, RAMpath has unique features. First, it can generate path diagrams according to a given model. Second, it can display path tracing rules through path diagrams and decompose total effects into their respective direct and indirect effects as well as decompose variance and covariance into individual bridges. Furthermore, RAMpath can fit dynamic system models automatically based on latent change scores and generate vector field plots based upon results obtained from a bivariate dynamic system. Starting version 0.4, RAMpath can conduct power analysis for both univariate and bivariate latent change score models. 2025-04-22
r-ramify public Additional matrix functionality for R including: (1) wrappers for the base matrix function that allow matrices to be created from character strings and lists (the former is especially useful for creating block matrices), (2) better printing of large matrices via the generic "pretty" print function, and (3) a number of convenience functions for users more familiar with other scientific languages like 'Julia', 'Matlab'/'Octave', or 'Python'+'NumPy'. 2025-04-22
r-ramchoice public It is widely documented in psychology, economics and other disciplines that socio-economic agent may not pay full attention to all available alternatives, rendering standard revealed preference theory invalid. This package implements the estimation and inference procedures of Cattaneo, Ma, Masatlioglu and Suleymanov (2019) <arXiv:1712.03448>, which utilizes standard choice data to partially identify and estimate a decision maker's preference. For inference, several simulation-based critical values are provided. 2025-04-22
r-ramble public Parser generator for R using combinatory parsers. It is inspired by combinatory parsers developed in Haskell. 2025-04-22
r-raltmetric public Provides a programmatic interface to the citation information and alternate metrics provided by 'Altmetric'. Data from Altmetric allows researchers to immediately track the impact of their published work, without having to wait for citations. This allows for faster engagement with the audience interested in your work. For more information, visit <https://www.altmetric.com/>. 2025-04-22
r-rainfarmr public An implementation of the RainFARM (Rainfall Filtered Autoregressive Model) stochastic precipitation downscaling method (Rebora et al. (2006) <doi:10.1175/JHM517.1>). Adapted for climate downscaling according to D'Onofrio et al. (2018) <doi:10.1175/JHM-D-13-096.1> and for complex topography as in Terzago et al. (2018) <doi:10.5194/nhess-18-2825-2018>. The RainFARM method is based on the extrapolation to small scales of the Fourier spectrum of a large-scale precipitation field, using a fixed logarithmic slope and random phases at small scales, followed by a nonlinear transformation of the resulting linearly correlated stochastic field. RainFARM allows to generate ensembles of spatially downscaled precipitation fields which conserve precipitation at large scales and whose statistical properties are consistent with the small-scale statistics of observed precipitation, based only on knowledge of the large-scale precipitation field. 2025-04-22
r-rainfallerosivityfactor public Determination of rainfall-runoff erosivity factor. 2025-04-22
r-rahrefs public Enables downloading detailed reports from <https://ahrefs.com> about backlinks from pointing to website, provides authentication with an API key as well as ordering, grouping and filtering functionalities. 2025-04-22
r-rafalib public A series of shortcuts for routine tasks originally developed by Rafael A. Irizarry to facilitate data exploration. 2025-04-22
r-radwords public Aims at loading Google Adwords data into R. Adwords is an online advertising service that enables advertisers to display advertising copy to web users (see <https://developers.google.com/adwords/> for more information). Therefore the package implements three main features. First, the package provides an authentication process for R with the Google Adwords API (see <https://developers.google.com/adwords/api/> for more information) via OAUTH2. Second, the package offers an interface to apply the Adwords query language in R and query the Adwords API with ad-hoc reports. Third, the received data are transformed into suitable data formats for further data processing and data analysis. 2025-04-22
r-radviz public An implementation of the radviz projection in R. It enables the visualization of multidimensional data while maintaining the relation to the original dimensions. This package provides functions to create and plot radviz projections, and a number of summary plots that enable comparison and analysis. For reference see Ankerst et al. (1996) <http://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.68.1811> for original implementation, see Di Caro et al. (2010) <DOI:10.1007/978-3-642-13672-6_13> for the original method for dimensional anchor arrangements. 2025-04-22
r-radjust public Calculates adjusted p-values for the null hypothesis of no replicability across studies for two study designs: (i) a primary and follow-up study, where the features in the follow-up study are selected from the primary study, as described in Bogomolov and Heller (2013) <doi:10.1080/01621459.2013.829002> and Heller, Bogomolov and Benjamini (2014) <doi:10.1073/pnas.1314814111>; (ii) two independent studies, where the features for replicability are first selected in each study separately, as described in Bogomolov and Heller (2018) <doi:10.1093/biomet/asy029>. The latter design is the one encountered in a typical meta-analysis of two studies, but the inference is for replicability rather than for identifying the features that are non-null in at least one study. 2025-04-22

© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.0) Legal | Privacy Policy