About Anaconda Help Download Anaconda

r_test / packages

Package Name Access Summary Updated
r-frcc public This package implements the functions associated with Fast Regularized Canonical Correlation Analysis. 2023-06-16
r-fpcompare public Comparisons of floating point numbers are problematic due to errors associated with the binary representation of decimal numbers. Despite being aware of these problems, people still use numerical methods that fail to account for these and other rounding errors (this pitfall is the first to be highlighted in Circle 1 of Burns (2012) 'The R Inferno' <http://www.burns-stat.com/pages/Tutor/R_inferno.pdf>). This package provides new relational operators useful for performing floating point number comparisons with a set tolerance. 2023-06-16
r-fourgametep public The four-gamete test is based on the infinite-sites model which assumes that the probability of the same mutation occurring twice (recurrent or parallel mutations) and the probability of a mutation back to the original state (reverse mutations) are close to zero. Without these types of mutations, the only explanation for observing the four dilocus genotypes (example below) is recombination (Hudson and Kaplan 1985, Genetics 111:147-164). Thus, the presence of all four gametes is also called phylogenetic incompatibility. 2023-06-16
r-forward public Robust analysis using forward search in linear and generalized linear regression models, as described in Atkinson, A.C. and Riani, M. (2000), Robust Diagnostic Regression Analysis, First Edition. New York: Springer. 2023-06-16
r-formalseries public Implemented, addition, subtracking, multiplication, division in formal series rings of any number of variables (except division is only to 3 variables). Also are available "[" "[<-" operators. 2023-06-16
r-flickrapi public Provides an interface to the Flickr API <https://www.flickr.com/services/api/> and allows R users to download data on Flickr. 2023-06-16
r-fisheyer public fisheyeR provides tools for creating Interactive Data Visualizations by implementing ideas from Furnas, Munzner, Costa and Venturini. 2023-06-16
r-fgeo.x public Access small example datasets from Luquillo, a ForestGEO site in Puerto Rico (<https://forestgeo.si.edu/sites/north-america/luquillo>). 2023-06-16
r-ffmetadata public A collection of functions that allows users to retrieve metadata for the Fragile Families challenge via a Web API (<http://api.metadata.fragilefamilies.princeton.edu>). Users can select and search metadata for relevant variables by filtering on different attribute names. 2023-06-16
r-favnums public A dataset of favourite numbers, selected from an online poll of over 30,000 people by Alex Bellos (http://pages.bloomsbury.com/favouritenumber). 2023-06-16
r-faseg public It contains a function designed to the joint segmentation in the mean of several correlated series. The method is described in the paper X. Collilieux, E. Lebarbier and S. Robin. A factor model approach for the joint segmentation with between-series correlation (2015) <arXiv:1505.05660>. 2023-06-16
r-extlasso public The package estimates coefficients of extended LASSO penalized linear regression and generalized linear models. Currently lasso and elastic net penalized linear regression and generalized linear models are considered. The package currently utilizes an accurate approximation of L1 penalty and then a modified Jacobi algorithm to estimate the coefficients. There is provision for plotting of the solutions and predictions of coefficients at given values of lambda. The package also contains functions for cross validation to select a suitable lambda value given the data. The package also provides a function for estimation in fused lasso penalized linear regression. 2023-06-16
r-gambin public Fits unimodal and multimodal gambin distributions to species-abundance distributions from ecological data, as in in Matthews et al. (2014) <DOI:10.1111/ecog.00861>. 'gambin' is short for 'gamma-binomial'. The main function is fit_abundances(), which estimates the 'alpha' parameter(s) of the gambin distribution using maximum likelihood. Functions are also provided to generate the gambin distribution and for calculating likelihood statistics. 2023-06-16
r-gamair public Data sets and scripts used in the book 'Generalized Additive Models: An Introduction with R', Wood (2006,2017) CRC. 2023-06-16
r-fuzzywuzzyr public Fuzzy string matching implementation of the 'fuzzywuzzy' <https://github.com/seatgeek/fuzzywuzzy> 'python' package. It uses the Levenshtein Distance <https://en.wikipedia.org/wiki/Levenshtein_distance> to calculate the differences between sequences. 2023-06-16
r-funta public Computes the functional tangential angle pseudo-depth and its robustified version from the paper by Kuhnt and Rehage (2016). See Kuhnt, S.; Rehage, A. (2016): An angle-based multivariate functional pseudo-depth for shape outlier detection, JMVA 146, 325-340, <doi:10.1016/j.jmva.2015.10.016> for details. 2023-06-16
r-frmpd public Estimation of panel data regression models for fractional responses. 2023-06-16
r-frbs public An implementation of various learning algorithms based on fuzzy rule-based systems (FRBSs) for dealing with classification and regression tasks. Moreover, it allows to construct an FRBS model defined by human experts. FRBSs are based on the concept of fuzzy sets, proposed by Zadeh in 1965, which aims at representing the reasoning of human experts in a set of IF-THEN rules, to handle real-life problems in, e.g., control, prediction and inference, data mining, bioinformatics data processing, and robotics. FRBSs are also known as fuzzy inference systems and fuzzy models. During the modeling of an FRBS, there are two important steps that need to be conducted: structure identification and parameter estimation. Nowadays, there exists a wide variety of algorithms to generate fuzzy IF-THEN rules automatically from numerical data, covering both steps. Approaches that have been used in the past are, e.g., heuristic procedures, neuro-fuzzy techniques, clustering methods, genetic algorithms, squares methods, etc. Furthermore, in this version we provide a universal framework named 'frbsPMML', which is adopted from the Predictive Model Markup Language (PMML), for representing FRBS models. PMML is an XML-based language to provide a standard for describing models produced by data mining and machine learning algorithms. Therefore, we are allowed to export and import an FRBS model to/from 'frbsPMML'. Finally, this package aims to implement the most widely used standard procedures, thus offering a standard package for FRBS modeling to the R community. 2023-06-16
r-foolbox public Provides functionality for manipulating functions and translating them in metaprogramming. 2023-06-16
r-fisherem public The FisherEM algorithm, proposed by Bouveyron & Brunet (201) <doi:10.1007/s11222-011-9249-9>, is an efficient method for the clustering of high-dimensional data. FisherEM models and clusters the data in a discriminative and low-dimensional latent subspace. It also provides a low-dimensional representation of the clustered data. A sparse version of Fisher-EM algorithm is also provided. 2023-06-16
r-fgac public Bi-variate data fitting is done by two stochastic components: the marginal distributions and the dependency structure. The dependency structure is modeled through a copula. An algorithm was implemented considering seven families of copulas (Generalized Archimedean Copulas), the best fitting can be obtained looking all copula's options (totally positive of order 2 and stochastically increasing models). 2023-06-16
r-featurizer public A collection of functions that would help one to build features based on external data. Very useful for Data Scientists in data to day work. Many functions create features using parallel computation. Since the nitty gritty of parallel computation is hidden under the hood, the user need not worry about creating clusters and shutting them down. 2023-06-16
r-fasthica public It implements HICA (Hierarchical Independent Component Analysis) algorithm. This approach, obtained through the integration between treelets and Independent Component Analysis, is able to provide a multi-scale non-orthogonal data-driven basis, whose elements have a phenomenological interpretation according to the problem under study. 2023-06-16
r-facebook.s4 public Provides an interface to the Facebook API and builds collections of elements that reflects the graph architecture of Facebook. See <https://developers.facebook.com/docs/graph-api> for more information. 2023-06-16
r-evapotranspiration public Uses data and constants to calculate potential evapotranspiration (PET) and actual evapotranspiration (AET) from 21 different formulations including Penman, Penman-Monteith FAO 56, Priestley-Taylor and Morton formulations. 2023-06-16
r-etc public The package allows selecting those treatments of a one-way layout being equivalent to a control. Bonferroni adjusted "two one-sided t-tests" (TOST) and related simultaneous confidence intervals are given for both differences or ratios of means of normally distributed data. For the case of equal variances and balanced sample sizes for the treatment groups, the single-step procedure of Bofinger and Bofinger (1995) can be chosen. For non-normal data, the Wilcoxon test is applied. 2023-06-16
r-es.dif public Computes various effect sizes of the difference, their variance, and confidence interval. This package treats Cohen's d, Hedges' d, biased/unbiased c (an effect size between a mean and a constant) and e (an effect size between means without assuming the variance equality). 2023-06-16
r-fuzzynumbers public S4 classes and methods to deal with fuzzy numbers. They allow for computing any arithmetic operations (e.g., by using the Zadeh extension principle), performing approximation of arbitrary fuzzy numbers by trapezoidal and piecewise linear ones, preparing plots for publications, computing possibility and necessity values for comparisons, etc. 2023-06-16
r-fpca3d public Run three dimensional functional principal component analysis and return the three dimensional functional principal component scores. The details of the method are explained in Lin et al.(2015) <doi:10.1371/journal.pone.0132945>. 2023-06-16
r-foretell public Project Customer Retention based on Beta Geometric, Beta Discrete Weibull and Latent Class Discrete Weibull Models.This package is based on Fader and Hardie (2007) <doi:10.1002/dir.20074> and Fader and Hardie et al. (2018) <doi:10.1016/j.intmar.2018.01.002>. 2023-06-16
r-flipscores public Provides robust tests for testing in GLMs, by sign-flipping score contributions. The tests are often robust against overdispersion, heteroscedasticity and, in some cases, ignored nuisance variables. See Hemerik and Goeman (2017) <doi:10.1007/s11749-017-0571-1>. 2023-06-16
r-fitdrc public Fits Density Ratio Classes to elicited probability-quantile points or intervals. 2023-06-16
r-fcmapper public Provides several functions to create and manipulate fuzzy cognitive maps. It is based on 'FCMapper' for Excel, distributed at <http:// www.fcmappers.net/joomla/>, developed by Michael Bachhofer and Martin Wildenberg. Maps are inputted as adjacency matrices. Attributes of the maps and the equilibrium values of the concepts (including with user-defined constrained values) can be calculated. The maps can be graphed with a function that calls 'igraph'. Multiple maps with shared concepts can be aggregated. 2023-06-16
r-fabricatr public Helps you imagine your data before you collect it. Hierarchical data structures and correlated data can be easily simulated, either from random number generators or by resampling from existing data sources. This package is faster with 'data.table' and 'mvnfast' installed. 2023-06-16
r-extremogram public Estimation of the sample univariate, cross and return time extremograms. The package can also adds empirical confidence bands to each of the extremogram plots via a permutation procedure under the assumption that the data are independent. Finally, the stationary bootstrap allows us to construct credible confidence bands for the extremograms. 2023-06-16
r-exteriormatch public If one treated group is matched to one control reservoir in two different ways to produce two sets of treated-control matched pairs, then the two control groups may be entwined, in the sense that some control individuals are in both control groups. The exterior match is used to compare the two control groups. 2023-06-16
r-events public Stores, manipulates, aggregates and otherwise messes with event data from KEDS/TABARI or any other extraction tool with similar output 2023-06-16
r-etrunct public Computes moments of univariate truncated t distribution. There is only one exported function, e_trunct(), which should be seen for details. 2023-06-16
r-gamrr public To calculate the relative risk (RR) for the generalized additive model. 2023-06-16
r-gamm4 public Estimate generalized additive mixed models via a version of function gamm() from 'mgcv', using 'lme4' for estimation. 2023-06-16
r-forwards public Anonymized data from surveys conducted by Forwards <https://forwards.github.io/>, the R Foundation task force on women and other under-represented groups. Currently, a single data set of responses to a survey of attendees at useR! 2016 <https://www.r-project.org/useR-2016/>, the R user conference held at Stanford University, Stanford, California, USA, June 27 - June 30 2016. 2023-06-16
r-focusedmds public Takes a distance matrix and plots it as an interactive graph. One point is focused at the center of the graph, around which all other points are plotted in their exact distances as given in the distance matrix. All other non-focus points are plotted as best as possible in relation to one another. Double click on any point to choose a new focus point, and hover over points to see their ID labels. If color label categories are given, hover over colors in the legend to highlight only those points and click on colors to highlight multiple groups. For more information on the rationale and mathematical background, as well as an interactive introduction, see <https://lea-urpa.github.io/focusedMDS.html>. 2023-06-16
r-fillr public Edit vectors to fill missing values, based on the vector itself. 2023-06-16
r-fgalgorithm public This is a package for implementation of Flury-Gautschi algorithms. 2023-06-16
r-fdrsampsize public Defines a collection of functions to compute average power and sample size for studies that use the false discovery rate as the final measure of statistical significance. 2023-06-16
r-fahrmeir public Data and functions for the book "Multivariate Statistical Modelling Based on Generalized Linear Models", first edition, by Ludwig Fahrmeir and Gerhard Tutz. Useful when using the book. 2023-06-16
r-fadist public Probability distributions that are sometimes useful in hydrology. 2023-06-16
r-exptest public Tests for the composite hypothesis of exponentiality 2023-06-16
r-eurosarcbayes public Bayesian sample size calculation software and examples for EuroSARC clinical trials which utilise Bayesian methodology. These trials rely on binomial based endpoints so the majority of programs found here relate to this sort of endpoint. Developed as part of the EuroSARC FP7 grant. 2023-06-16
r-fusionlearn public The fusion learning method uses a model selection algorithm to learn from multiple data sets across different experimental platforms through group penalization. The responses of interest may include a mix of discrete and continuous variables. The responses may share the same set of predictors, however, the models and parameters differ across different platforms. Integrating information from different data sets can enhance the power of model selection. Package is based on Xin Gao, Raymond J. Carroll (2017) <arXiv:1610.00667v1>. 2023-06-16

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