r-oomisc
|
public |
Includes miscellaneous functions.
|
2023-06-16 |
r-pcit
|
public |
Apply Partial Correlation coefficient with Information Theory (PCIT) to a correlation matrix. The PCIT algorithm identifies meaningful correlations to define edges in a weighted network. The algorithm can be applied to any correlation-based network including but not limited to gene co-expression networks. To reduce compute time by making use of multiple compute cores, simply run PCIT on a computer with has multiple cores and also has the Rmpi package installed. PCIT will then auto-detect the multicore environment and run in parallel mode without the need to rewrite your scripts. This makes scripts, using PCIT, portable across single core (or no Rmpi package installed) computers which will run in serial mode and multicore (with Rmpi package installed) computers which will run in parallel mode.
|
2023-06-16 |
r-pacbo
|
public |
A function for clustering online datasets. The number of cells is data-driven which need not to be chosen in advance by the user. The method is introduced and fully described in Le Li, Benjamin Guedj and Sebastien Loustau (2016), "PAC-Bayesian Online Clustering" (arXiv preprint: <https://arxiv.org/abs/1602.00522>).
|
2023-06-16 |
r-ormdr
|
public |
Odds ratio based multifactor-dimensionality reduction method for detecting gene-gene interactions
|
2023-06-16 |
r-obliclus
|
public |
This package conducts factor rotation techniques which intentd to identify a simple and well-clustered structure in a factor loading matrix.
|
2023-06-16 |
r-pbdncdf4
|
public |
This package adds collective parallel read and write capability to the R package ncdf4 version 1.8. Typical use is as a parallel NetCDF4 file reader in SPMD style programming. Each R process reads and writes its own data in a synchronized collective mode, resulting in faster parallel performance. Performance improvement is conditional on a parallel file system.
|
2023-06-16 |
r-nsrfa
|
public |
A collection of statistical tools for objective (non-supervised) applications of the Regional Frequency Analysis methods in hydrology. The package refers to the index-value method and, more precisely, helps the hydrologist to: (1) regionalize the index-value; (2) form homogeneous regions with similar growth curves; (3) fit distribution functions to the empirical regional growth curves. Most of the methods are those described in the Flood Estimation Handbook (Centre for Ecology & Hydrology, 1999, ISBN:9781906698003). Homogeneity tests from Hosking and Wallis (1993) <doi:10.1029/92WR01980> and Viglione et al. (2007) <doi:10.1029/2006WR005095> are available.
|
2023-06-16 |
r-npst
|
public |
Package 'npst' generalizes Hewitt's (1971) test for seasonality and Rogerson's (1996) extension based on Monte-Carlo simulation.
|
2023-06-16 |
r-nonpmodelcheck
|
public |
Provides tests of significance for covariates (or groups of covariates) in a fully nonparametric regression model and a variable (or group) selection procedure based on False Discovery Rate. In addition, it provides a function for local polynomial regression for any number of dimensions, using a bandwidth specified by the user or automatically chosen by cross validation or an adaptive procedure.
|
2023-06-16 |
r-nmfgpu4r
|
public |
Wrapper package for the nmfgpu library, which implements several Non-negative Matrix Factorization (NMF) algorithms for CUDA platforms. By using the acceleration of GPGPU computing, the NMF can be used for real-world problems inside the R environment. All CUDA devices starting with Kepler architecture are supported by the library.
|
2023-06-16 |
r-parallelsvm
|
public |
By sampling your data, running the Support-Vector-Machine algorithm on these samples in parallel on your own machine and letting your models vote on a prediction, we return much faster predictions than the regular Support-Vector-Machine and possibly even more accurate predictions.
|
2023-06-16 |
r-parallelize.dynamic
|
public |
Passing a given function name or a call to the parallelize/parallelize_call functions analyses and executes the code, if possible in parallel. Parallel code execution can be performed locally or on remote batch queuing systems.
|
2023-06-16 |
r-nutshell.audioscrobbler
|
public |
This package contains the Audio Scrobbler data set used as an example in the book "R in a Nutshell" from O'Reilly Media. For more information about this book, see http://shop.oreilly.com/product/0636920022008.do
|
2023-06-16 |
r-npsimex
|
public |
This package contains a collection of functions to to perform nonparametric deconvolution using simulation extrapolation (SIMEX). We propose an estimator that adopts the SIMEX idea but bypasses the simulation step in the original SIMEX algorithm. There is no bandwidth parameter and the estimate is determined by appropriately selecting "design points". See details in: Wang, X.F., Sun, J. and Fan, Z. (2011). Deconvolution density estimation with heteroscedastic errors using SIMEX.
|
2023-06-16 |
r-parsetools
|
public |
Tools and utilities for dealing with parse data. Parse data represents the parse tree as data with location and type information. This package provides functions for navigating the parse tree as a data frame.
|
2023-06-16 |
r-paneldata
|
public |
Linear models for panel data: the fixed effect model and the random effect model
|
2023-06-16 |
r-pairheatmap
|
public |
A tool to compare two heatmaps and discover patterns within and across groups. In the context of biology, group can be defined based on gene ontology.
|
2023-06-16 |
r-packs4
|
public |
Illustration of the book "Petit Manuel de Programmation Orientee Objet sous R". The english version "A (Not so) Short Introduction to S4" is on CRAN, 'Contributed documentation'.
|
2023-06-16 |
r-obs.agree
|
public |
The package includes two functions for measuring agreement. Raw Agreement Indices (RAI) to categorical data and Information-Based Measure of Disagreement (IBMD) to continuous data. It can be used for multiple raters and multiple readings cases.
|
2023-06-16 |
r-pawls
|
public |
Efficient algorithms for fitting weighted least squares regression with \eqn{L_{1}}{L1} regularization on both the coefficients and weight vectors, which is able to perform simultaneous variable selection and outliers detection efficiently.
|
2023-06-16 |
r-nnlm
|
public |
This is a package for Non-Negative Linear Models (NNLM). It implements fast sequential coordinate descent algorithms for non-negative linear regression and non-negative matrix factorization (NMF). It supports mean square error and Kullback-Leibler divergence loss. Many other features are also implemented, including missing value imputation, domain knowledge integration, designable W and H matrices and multiple forms of regularizations.
|
2023-06-16 |
r-netcomp
|
public |
This package contains functions to carry out high throughput data analysis and to conduct data set comparisons. Similarity matrices from high throughput phenotypic data containing uninformative (e.g. wild type) or missing data can be calculated to report similarity of response. A suite of graph comparisons using an adjacency or correlation matrix format are included to facilitate quick network analysis.
|
2023-06-16 |
r-netcoh
|
public |
Model fitting procedures for regression with network cohesion effects, when a network connecting sample individuals is available in a regression problem. In the future, other commonly used statistical models will be added, such as gaussian graphical model.
|
2023-06-16 |
r-pbdrpc
|
public |
A very light implementation yet secure for remote procedure calls with unified interface via ssh (OpenSSH) or plink/plink.exe (PuTTY).
|
2023-06-16 |
r-optgs
|
public |
Functions to find near-optimal multi-stage designs for continuous outcomes.
|
2023-06-16 |
r-nvennr
|
public |
Provides an interface for the "nVenn"" algorithm (Perez-Silva, Araujo-Voces and Quesada (2018), <doi:10.1093/bioinformatics/bty109>). This algorithm works for any number of sets, and usually yields pleasing and informative Venn diagrams with proportionality information. However, representing more than six sets takes a long time and is hard to interpret, unless many of the regions are empty. If you cannot make sense of the result, you may want to consider 'UpSetR'.
|
2023-06-16 |
r-paleobiodb
|
public |
Includes 19 functions to wrap each endpoint of the PaleobioDB API, plus 8 functions to visualize and process the fossil data. The API documentation for the Paleobiology Database can be found in <http://paleobiodb.org/data1.1/>.
|
2023-06-16 |
r-p2distance
|
public |
The welfare's synthetic indicator provides an ideal tool for measuring multi-dimensional concepts such as welfare, development, living standards, etc. It enables information from the various indicators to be aggregated into a single synthetic measure.
|
2023-06-16 |
r-nws
|
public |
Provides coordination and parallel execution facilities, as well as limited cross-language data exchange, using the netWorkSpaces server developed by REvolution Computing
|
2023-06-16 |
r-nsgp
|
public |
A Gaussian process regression using a Gaussian kernel for both one-sample and two-sample cases. Includes non-stationary Gaussian kernel (exponential decay function) and several likelihood ratio tests for differential testing along target points.
|
2023-06-16 |
r-yummlyr
|
public |
Yummly.com is one of the world's largest and most powerful recipe search sites and this package aims to provide R bindings for publicly available Yummly.com Recipe API (https://developer.yummly.com/).
|
2023-06-16 |
r-wmdb
|
public |
Distance discriminant analysis method is one of classification methods according to multiindex performance parameters.However,the traditional Mahalanobis distance discriminant method treats with the importance of all parameters equally,and exaggerates the role of parameters which changes a little.The weighted Mahalanobis distance is used in discriminant analysis method to distinguish the importance of each parameter.In the concrete application,firstly based on the principal component analysis scheme,a new group of parameters and their corresponding percent contributions of the parameters are calculated ,and the weighted matrix is regarded as the diagonal matrix of the contributions rates.Setting data to standardization,then the weighted Mahalanobis distance can be calculated.Besides the methods metioned above,bayes method is also given.
|
2023-06-16 |
r-wvtool
|
public |
This tool, wood vision tool, is intended to facilitate preprocessing and analyzing 2-dimensional wood images toward automated recognition. The former includes some basics such as functions to RGB to grayscale, gray to binary, cropping, rotation(bilinear), median/mean/Gaussian filter, and Canny/Sobel edge detection. The latter includes gray level co-occurrence matrix (GLCM), Haralick parameters, local binary pattern (LBP), higher order local autocorrelation (HLAC), Fourier transform (radial and azimuthal integration), and Gabor filtering. The functions are intended to read data using 'readTIFF(x,info=T)' from 'tiff' package. The functions in this packages basically assumes the grayscale images as input data, thus the color images should be subjected to the function rgb2gray() before used for some other functions.
|
2023-06-16 |
r-worms
|
public |
Retrieves taxonomic information from <http://www.marinespecies.org> using WoRMS' RESTful Webservice. Utility functions aim at taxonomic consistency.
|
2023-06-16 |
r-wilcoxcv
|
public |
This package provides functions to perform fast variable selection based on the Wilcoxon rank sum test in the cross-validation or Monte-Carlo cross-validation settings, for use in microarray-based binary classification.
|
2023-06-16 |
r-wavefunction
|
public |
Real probability distributions can be represented as the square of an orthogonal sum in the Hermite basis. This representation is formally similar to the representation of quantum mechanical states as wave functions, whose squared modulus is a probability density. This is described in more detail in "Wave function representation of probability distributions," by Madeleine B. Thompson <arXiv:1712.07764>. This package provides a reference implementation of the technique.
|
2023-06-16 |
r-zen4r
|
public |
Provides an Interface to 'Zenodo' (<https://zenodo.org>) REST API, including management of depositions, attribution of DOIs by 'Zenodo' and upload of files.
|
2023-06-16 |
r-wsvm
|
public |
We propose weighted SVM methods with penalization form. By adding weights to loss term, we can build up weighted SVM easily and examine classification algorithm properties under weighted SVM. Through comparing each of test error rates, we conclude that our Weighted SVM with boosting has predominant properties than the standard SVM have, as a whole.
|
2023-06-16 |
r-wikipediar
|
public |
Provides an interface to the Wikipedia web application programming interface (API), using internet connexion.Three functions provide details for a specific Wikipedia page : all links that are present, all pages that link to, all the contributions (revisions for main pages, and discussions for talk pages). Two functions provide details for a specific user : all contributions, and general information (as name, gender, rights or groups). It provides additional information compared to others packages, as WikipediR. It does not need login. The multiplex network that can be constructed from the results of the functions of WikipediaR can be modeled as Stochastic Block Model as in Barbillon P., Donnet, S., Lazega E., and Bar-Hen A. : Stochastic Block Models for Multiplex networks: an application to networks of researchers, ArXiv 1501.06444, http://arxiv.org/abs/1501.06444.
|
2023-06-16 |
r-xltabr
|
public |
Writes beautifully formatted cross tabulations to Excel using 'openxlsx'. It has been developed to help automate the process of publishing Official Statistics. The user provides a dataframe, which is outputted to Excel with various types of rich formatting which are automatically detected from the structure of the cross tabulation. Documentation can be found at the following url <https://github.com/moj-analytical-services/xltabr>.
|
2023-06-16 |
r-xhwe
|
public |
Conduct the likelihood ratio tests for Hardy-Weinberg equilibrium at marker loci on the X chromosome.
|
2023-06-16 |
r-xgobi
|
public |
Interface to the XGobi and XGvis programs for graphical data analysis.
|
2023-06-16 |
r-zoomgrid
|
public |
Provides the grid search algorithm with a zoom. The grid search algorithm with a zoom aims to help solving difficult optimization problem where there are many local optima inside the domain of the target function. It offers suitable initial or starting value for the following optimization procedure, provided that the global optimum exists in the neighbourhood of the initial or starting value. The grid search algorithm with a zoom saves time tremendously in cases with high-dimensional arguments.
|
2023-06-16 |
r-whoapi
|
public |
Retrieve data from the 'Whoapi' (https://whoapi.com) store of domain information, including a domain's geographic location, registration status and search prominence.
|
2023-06-16 |
r-xyloplot
|
public |
A method for creating vertical histograms sharing a y-axis using base graphics.
|
2023-06-16 |
r-xlsimple
|
public |
Provides a simple wrapper for some 'XLConnect' functions. 'XLConnect' is a package that allows for reading, writing, and manipulating Microsoft Excel files. This package, 'xlsimple', adds some documentation and pre-defined formatting to the outputted Excel file. Individual sheets can include a description on the first row to remind user what is in the data set. Auto filters and freeze rows are turned on. A brief readme file is created that provides a summary listing of the created sheets and, where provided, the description.
|
2023-06-16 |
r-wee
|
public |
Secondary analysis of case-control studies using a weighted estimating equation (WEE) approach: logistic regression for binary secondary outcomes, linear regression and quantile regression for continuous secondary outcomes.
|
2023-06-16 |
r-webddx
|
public |
Freely available online differential-diagnosis generating tools are changing clinical medicine and biomedical research. With webddx, useRs can generate differential diagnosis lists given a set of symptoms. The web tools would likely be directly used in clinical practice, but programmatic interaction and data manipulation can sharply increase efficiency and reproducibility of research in clinical informatics. Relevant visualizations can also be created with webddx.
|
2023-06-16 |
r-wordmatch
|
public |
Matches words in one file with words in another file and shows index(row number) for the matches
|
2023-06-16 |
r-wcq
|
public |
The package contains the WCQ method for detection of QTL effects in a small mapping population. It also contains implementation of the Chen-Qin two-sample and one-sample test of means.
|
2023-06-16 |