About Anaconda Help Download Anaconda

r_test / packages

Package Name Access Summary Updated
r-rpca public Suppose we have a data matrix, which is the superposition of a low-rank component and a sparse component. Candes, E. J., Li, X., Ma, Y., & Wright, J. (2011). Robust principal component analysis?. Journal of the ACM (JACM), 58(3), 11. prove that we can recover each component individually under some suitable assumptions. It is possible to recover both the low-rank and the sparse components exactly by solving a very convenient convex program called Principal Component Pursuit; among all feasible decompositions, simply minimize a weighted combination of the nuclear norm and of the L1 norm. This package implements this decomposition algorithm resulting with Robust PCA approach. 2025-03-25
r-rpart.utils public This package contains additional tools for working with rpart objects. Most importantly, it includes methods for converting rpart rules into a series of structured tables sufficient for executing the decision tree completely in SQL. 2025-03-25
r-rpartscore public This package contains functions that allow to build classification trees for ordinal responses within the CART framework. The trees are grown using the Generalized Gini impurity function, where the misclassification costs are given by the absolute or squared differences in scores assigned to the categories of the response. Pruning is based on the total misclassification rate or on the total misclassification cost. 2025-03-25
r-rpart.plot public Plot 'rpart' models. Extends plot.rpart() and text.rpart() in the 'rpart' package. 2025-03-25
r-rpaci public Analysis of corneal data obtained from a Placido disk corneal topographer with calculation of irregularity indices. A corneal topographer is an ophthalmic clinical device that obtains measurements in the cornea (the anterior part of the eye). A Placido disk corneal topographer makes use of the Placido disk (Rowsey et al. (1981), <doi:10.1001/archopht.1981.03930011093022>, Rand et al. (1997), <doi:10.1016/S0886-3350(99)00355-7>), which produce a circular pattern of measurement nodes. The raw information measured by such a topographer is used by practitioners to analyze curvatures, to study optical aberrations, or to diagnose specific conditions of the eye. The rPACI package allows the calculation of the corneal irregularity indices described in Ramos-Lopez et al. (2013), <doi:10.1097/OPX.0b013e3182843f2a>, and that were firstly introduced in Ramos-Lopez et al. (2011), <doi:10.1097/OPX.0b013e3182843f2a>. It provides a simple interface to read corneal topography data files as exported by a typical Placido disk topographer, to compute the irregularity indices mentioned before, and to display summary plots that are easy to interpret for a clinician. 2025-03-25
r-rowr public Provides utilities which interact with all R objects as if they were arranged in rows. It allows more consistent and predictable output to common functions, and generalizes a number of utility functions to to be failsafe with any number and type of input objects. 2025-03-25
r-roundhouse public An R wrapper to the 'Internet Chuck Norris database' ('ICNDb') API for generating random Chuck Norris facts. 2025-03-25
r-roughsetknowledgereduction public Rough Sets were introduced by Zdzislaw Pawlak on his book "Rough Sets: Theoretical Aspects of Reasoning About Data". Rough Sets provide a formal method to approximate crisp sets when the set-element belonging relationship is either known or undetermined. This enables the use of Rough Sets for reasoning about incomplete or contradictory knowledge. A decision table is a prescription of the decisions to make given some conditions. Such decision tables can be reduced without losing prescription ability. This package provides the classes and methods for knowledge reduction from decision tables as presented in the chapter 7 of the aforementioned book. This package provides functions for calculating the both the discernibility matrix and the essential parts of decision tables. 2025-03-25
r-rotor public Conditionally rotate or back-up files based on their size or the date of the last backup; inspired by the 'Linux' utility 'logrotate'. 2025-03-25
r-rotationforest public Fit and deploy rotation forest models ("Rodriguez, J.J., Kuncheva, L.I., 2006. Rotation forest: A new classifier ensemble method. IEEE Trans. Pattern Anal. Mach. Intell. 28, 1619-1630 <doi:10.1109/TPAMI.2006.211>") for binary classification. Rotation forest is an ensemble method where each base classifier (tree) is fit on the principal components of the variables of random partitions of the feature set. 2025-03-25
r-rosetteapi public 'Rosette' is an API for multilingual text analysis and information extraction. More information can be found at <https://developer.rosette.com>. 2025-03-25
r-rose public The package provides functions to deal with binary classification problems in the presence of imbalanced classes. Synthetic balanced samples are generated according to ROSE (Menardi and Torelli, 2013). Functions that implement more traditional remedies to the class imbalance are also provided, as well as different metrics to evaluate a learner accuracy. These are estimated by holdout, bootstrap or cross-validation methods. 2025-03-25
r-roptimizely public R package extracts optimizely test results and test information using Optimizely REST API. Only read functionality is supported for analysis and reporting. 2025-03-25
r-roperators public Provides string arithmetic, reassignment operators, logical operators that handle missing values, and extra logical operators such as floating point equality and all or nothing. The intent is to allow R users to write code that is easier to read, write, and maintain while providing a friendlier experience to new R users from other language backgrounds (such as 'Python') who are used to concepts such as x += 1 and 'foo' + 'bar'. 2025-03-25
r-ropenweathermap public OpenWeatherMap (OWM) <http://openweathermap.org/api> is a service providing weather related data. This package can be used to access current weather data for one location or several locations. It can also be used to forecast weather for 5 days with data for every 3 hours. 2025-03-25
r-ropensecretsapi public An R package for the OpenSecrets.org web services API. 2025-03-25
r-ropenfigi public Provide a simple interface to Bloomberg's OpenFIGI API. Please see <https://openfigi.com> for API details and registration. You may be eligible to have an API key to accelerate your loading process. 2025-03-25
r-ropendota public Provides a client for the API of OpenDota. OpenDota is a web service which is provide DOTA2 real time data. Data is collected through the Steam WebAPI. With ROpenDota you can easily grab the latest DOTA2 statistics in R programming such as latest match on official international competition, analyzing your or enemy performance to learn their strategies,etc. Please see <https://github.com/rosdyana/ROpenDota> for more information. 2025-03-25
r-ropendata public 'Rapid7' collects 'cybersecurity' data and makes it available via their 'Open Data' <http://opendata.rapid7.com> portal which has an API. Tools are provided to assist in querying for available data sets and downloading any data set authorized to a free, registered account. 2025-03-25
r-rope public Selects one model with variable selection FDR controlled at a specified level. A q-value for each potential variable is also returned. The input, variable selection counts over many bootstraps for several levels of penalization, is modeled as coming from a beta-binomial mixture distribution. 2025-03-25
r-rop public Trees Classification and Regression using multivariate nodes calculated by an exhaustive numerical approach. We propose a new concept of decision tree, including multivariate knots and non hierarchical pathway. This package's model uses a multivariate nodes tree that calculates directly a risk score for each observation for the state Y observed. Nguyen JM, Gaultier A, Antonioli D (2015) <doi:10.1016/j.respe.2018.03.088> Castillo JM, Knol AC, Nguyen JM, Khammari A, Saint Jean M, Dreno B (2016) <doi:10.1684/ejd.2016.2826> Vildy S, Nguyen JM, Gaultier A, Khammari A, Dreno B (2017) <doi:10.1684/ejd.2016.2955> Nguyen JM, Gaultier A, Antonioli D (2018) <doi:10.1016/j.respe.2018.03.088>. 2025-03-25
r-ronfhir public R on FHIR is an easy to use wrapper around the 'HL7 FHIR' REST API (STU 3). It provides tools to easily read and search resources on a FHIR server and brings the results into the R environment. R on FHIR is based on the FhirClient of the official 'HL7 FHIR .NET API', also made by Firely. 2025-03-25
r-rolr public Provides fast procedures for exploring all pairs of cutpoints of a single covariate with respect to survival and determining optimal cutpoints using a hierarchical method and various ordered logrank tests. 2025-03-25
r-roloc public Functions to convert an R colour specification to a colour name. The user can select and create different lists of colour names and different colour metrics for the conversion. 2025-03-25
r-rolldown public R Markdown output formats based on JavaScript libraries such as 'Scrollama' (<https://github.com/russellgoldenberg/scrollama>) for storytelling. 2025-03-25
r-rollbar public Reports errors and messages to Rollbar, the error tracking platform <https://rollbar.com>. 2025-03-25
r-roi public The R Optimization Infrastructure ('ROI') is a sophisticated framework for handling optimization problems in R. More information can be found on the 'ROI' homepage <http://roi.r-forge.r-project.org/>. 2025-03-25
r-rodm public This package implements an interface to Oracle Data Mining (ODM). It provides an ideal environment for rapid development of demos and proof of concept data mining studies. It facilitates the prototyping of vertical applications and makes ODM and the RDBMS environment easily accessible to statisticians and data analysts familiar with R but not fluent in SQL or familiar with the database environment. It also facilitates the benchmarking and testing of ODM functionality including the production of summary statistics, performance metrics and graphics. It enables the scripting and control of production data mining methodologies from a high-level environment. Oracle Data Mining (ODM) is an option of Oracle Relational Database Management System (RDBMS) Enterprise Edition (EE). It contains several data mining and data analysis algorithms for classification, prediction, regression, clustering, associations, feature selection, anomaly detection, feature extraction, and specialized analytics. It provides means for the creation, management and operational deployment of data mining models inside the database environment. For more information consult the entry for "Oracle Data Mining" in Wikipedia (en.wikipedia.org). 2025-03-25
r-rode public Show physics, math and engineering students how an ODE solver is made and how effective R classes can be for the construction of the equations that describe natural phenomena. Inspiration for this work comes from the book on "Computer Simulations in Physics" by Harvey Gould, Jan Tobochnik, and Wolfgang Christian. Book link: <http://www.compadre.org/osp/items/detail.cfm?ID=7375>. 2025-03-25
r-rodbcdbi public An implementation of R's DBI interface using ODBC package as a back-end. This allows R to connect to any DBMS that has a ODBC driver. 2025-03-25
r-rodam public 'ODAM' (Open Data for Access and Mining) is a framework that implements a simple way to make research data broadly accessible and fully available for reuse, including by a script language such as R. The main purpose is to make a data set accessible online with a minimal effort from the data provider, and to allow any scientists or bioinformaticians to be able to explore the data set and then extract a subpart or the totality of the data according to their needs. The Rodam package has only one class, 'odamws', that provides methods to allow you to retrieve online data using 'ODAM' Web Services. This obviously requires that data are implemented according the 'ODAM' approach , namely that the data subsets were deposited in the suitable data repository in the form of TSV files associated with their metadata also described in TSV files. See <http://www.slideshare.net/danieljacob771282/odam-open-data-access-and-mining>. 2025-03-25
r-rocwogs public Function to estimate the ROC Curve of a continuous-scaled diagnostic test with the help of a second imperfect diagnostic test with binary responses. 2025-03-25
r-rocnit public Non-inferiority test and diagnostic test are very important in clinical trails. This package is to get a p value from the non-inferiority test for ROC curves from diagnostic test. 2025-03-25
r-rocit public Sensitivity (or recall or true positive rate), false positive rate, specificity, precision (or positive predictive value), negative predictive value, misclassification rate, accuracy, F-score- these are popular metrics for assessing performance of binary classifier for certain threshold. These metrics are calculated at certain threshold values. Receiver operating characteristic (ROC) curve is a common tool for assessing overall diagnostic ability of the binary classifier. Unlike depending on a certain threshold, area under ROC curve (also known as AUC), is a summary statistic about how well a binary classifier performs overall for the classification task. ROCit package provides flexibility to easily evaluate threshold-bound metrics. Also, ROC curve, along with AUC, can be obtained using different methods, such as empirical, binormal and non-parametric. ROCit encompasses a wide variety of methods for constructing confidence interval of ROC curve and AUC. ROCit also features the option of constructing empirical gains table, which is a handy tool for direct marketing. The package offers options for commonly used visualization, such as, ROC curve, KS plot, lift plot. Along with in-built default graphics setting, there are rooms for manual tweak by providing the necessary values as function arguments. ROCit is a powerful tool offering a range of things, yet it is very easy to use. 2025-03-25
r-roccv public Cross validate large genetic data while specifying clinical variables that should always be in the model using the function cv(). An ROC plot from the cross validation data with AUC can be obtained using rocplot(), which also can be used to compare different models. Framework was built to handle genetic data, but works for any data. 2025-03-25
r-rocc public Functions for a classification method based on receiver operating characteristics (ROC). Briefly, features are selected according to their ranked AUC value in the training set. The selected features are merged by the mean value to form a metagene. The samples are ranked by their metagene value and the metagene threshold that has the highest accuracy in splitting the training samples is determined. A new sample is classified by its metagene value relative to the threshold. In the first place, the package is aimed at two class problems in gene expression data, but might also apply to other problems. 2025-03-25
r-robustx public Robustness -- 'eXperimental', 'eXtraneous', or 'eXtraordinary' Functionality for Robust Statistics. In other words, methods which are not yet well established, often related to methods in package 'robustbase'. 2025-03-25
r-robustrankaggreg public Methods for aggregating ranked lists, especially lists of genes. It implements the Robust Rank Aggregation (Kolde et. al in preparation) and some other simple algorithms for the task. RRA method uses a probabilistic model for aggregation that is robust to noise and also facilitates the calculation of significance probabilities for all the elements in the final ranking. 2025-03-25
r-robumeta public Functions for conducting robust variance estimation (RVE) meta-regression using both large and small sample RVE estimators under various weighting schemes. These methods are distribution free and provide valid point estimates, standard errors and hypothesis tests even when the degree and structure of dependence between effect sizes is unknown. Also included are functions for conducting sensitivity analyses under correlated effects weighting and producing RVE-based forest plots. 2025-03-25
r-robrsvd public This package provides the function to calculate SVD, regularized SVD, robust SVD and robust regularized SVD method. The robust SVD methods use alternating iteratively reweighted least squares methods. The regularized SVD uses generalized cross validation to choose the optimal smoothing parameters. 2025-03-25
r-robcor public Robust pairwise correlations based on estimates of scale, particularly on "FastQn" one-step M-estimate. 2025-03-25
r-robastrda public Includes 'sysdata.rda' file for packages of the 'RobASt' - family of packages; is currently used by package 'RobExtremes' only. 2025-03-25
r-roauth public Provides an interface to the OAuth 1.0 specification allowing users to authenticate via OAuth to the server of their choice. 2025-03-25
r-rnumerai public Routines to interact with the Numerai Machine Learning Tournament API <https://numer.ai>. The functionality includes the ability to automatically download the current tournament data, submit predictions, and to get information for your user. General 'GraphQL' queries can also be executed. 2025-03-25
r-rnr public Apply sensitivity analysis for offline policy evaluation, as implemented in Jung et al. (2017) <arXiv:1702.04690> based on Rosenbaum and Rubin (1983) <http://www.jstor.org/stable/2345524>. 2025-03-25
r-rnpn public Programmatic interface to the Web Service methods provided by the National 'Phenology' Network (<https://usanpn.org/>), which includes data on various life history events that occur at specific times. 2025-03-25
r-rngforgpd public Generation of univariate and multivariate data that follow the generalized Poisson distribution. The details of the univariate part are explained in Demirtas (2017), and the multivariate part is an extension of the correlated Poisson data generation routine that was introduced in Yahav and Shmueli (2012). 2025-03-25
r-rnetlogo public Interface to use and access Wilensky's 'NetLogo' (Wilensky 1999) from R using either headless (no GUI) or interactive GUI mode. Provides functions to load models, execute commands, and get values from reporters. Mostly analogous to the 'NetLogo' 'Mathematica' Link <https://github.com/NetLogo/Mathematica-Link>. 2025-03-25
r-rneos public Within this package the XML-RPC API to NEOS <https://neos-server.org/neos/> is implemented. This enables the user to pass optimization problems to NEOS and retrieve results within R. 2025-03-25
r-rnentropy public An implementation of a method based on information theory devised for the identification of genes showing a significant variation of expression across multiple conditions. Given expression estimates from any number of RNA-Seq samples and conditions it identifies genes or transcripts with a significant variation of expression across all the conditions studied, together with the samples in which they are over- or under-expressed. Zambelli et al. (2018) <doi:10.1093/nar/gky055>. 2025-03-25

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