This package provides access to material from the book "Processing and Analyzing Financial Data with R" by Marcelo Perlin (2017) available at <https://sites.google.com/view/pafdr/home>.
This package provides a graphical user interface for viewing and designing various types of graphs of the data. The graphs can be saved in different formats of an image.
Bayesian variable selection for regression models of under-reported count data as well as for (overdispersed) Poisson, negative binomal and binomial logit regression models using spike and slab priors.
Large-scale gene expression studies allow gene network construction to uncover associations among genes. This package is developed for estimating and testing partial correlation graphs with prior information incorporated.
This implementation of the Empirical Mode Decomposition (EMD) works in 2 dimensions simultaneously, and can be applied on spatial data. It can handle both gridded or un-gridded datasets.
Sometimes you need to split your data and work on the two chunks independently before bringing them back together. Taber allows you to do that with its two functions.
Plots and analyzes time-intensity curve data, such as data from (contrast-enhanced) ultrasound. Values such as peak intensity, time to peak and area under the curve are calculated.
This package provides an overview of the demand for natural gas in the US by state and country level. Data source: US Energy Information Administration <https://www.eia.gov/>.
Runitor runs the supplied command, captures its output, and based on its exit code reports successful or failed execution to https://healthchecks.io or your private instance.
ASICS quantifies concentration of metabolites in a complex spectrum. The identification of metabolites is performed by fitting a mixture model to the spectra of the library with a sparse penalty.
Milo performs single-cell differential abundance testing. Cell states are modelled as representative neighbourhoods on a nearest neighbour graph. Hypothesis testing is performed using a negative bionomial generalized linear model.
This package provides the ASCAT R package that can be used to infer tumour purity, ploidy and allele-specific copy number profiles.
This is a package for simplified document database access and manipulation, providing a common API across supported NoSQL databases Elasticsearch, CouchDB, MongoDB as well as SQLite/JSON1, PostgreSQL, and DuckDB.
This package provides a basic set of R functions for querying the Cancer Genomics Data Server (CGDS), hosted by the Computational Biology Center at Memorial-Sloan-Kettering Cancer Center (MSKCC).
How fast can you type R functions on your keyboard? Find out by running a zty.pe
game: export R functions as instructions to type to destroy opponents' vessels.
This package provides the header files for a stripped-down version of the plog header-only C++ logging library, and a method to log to R's standard error stream.
This package provides two high quality and fast PPRNGs that may be used in an OpenMP parallel environment. In addition, there is a generator for one dimensional low-discrepancy sequence.
An approach to age-depth modelling that uses Bayesian statistics to reconstruct accumulation histories for 210Pb-dated deposits using prior information. It can combine 210Pb, radiocarbon, and other dates in the chronologies. See Aquino et al. (2018) <doi:10.1007/s13253-018-0328-7>. Note that parts of the code underlying rplum are derived from the rbacon package by the same authors, and there remains a degree of overlap between the two packages.
This package provides a hiredis
wrapper that includes support for transactions, pipelining, blocking subscription, serialisation of all keys and values, Redis error handling with R errors. It includes an automatically generated R6 interface to the full hiredis
API. Generated functions are faithful to the hiredis
documentation while attempting to match R's argument semantics. Serialization must be explicitly done by the user, but both binary and text-mode serialisation is supported.
This package provides a companion to the World Checklist of Vascular Plants (WCVP). It includes functions to generate maps and species lists, as well as match names to the WCVP. For more details and to cite the package, see: Brown M.J.M., Walker B.E., Black N., Govaerts R., Ondo I., Turner R., Nic Lughadha E. (in press). "rWCVP
: A companion R package to the World Checklist of Vascular Plants". New Phytologist.
Implementation of the Johnson Quantile-Parameterised Distribution in R. The Johnson Quantile-Parameterised Distribution (J-QPD) is a flexible distribution system that is parameterised by a symmetric percentile triplet of quantile values (typically the 10th-50th-90th) along with known support bounds for the distribution. The J-QPD system was developed by Hadlock and Bickel (2017) <doi:10.1287/deca.2016.0343>. This package implements the density, quantile, CDF and random number generator functions.
Analysis of moderation (ANOMO) method conceptualizes the difference and equivalence tests as a moderation problem to test the difference and equivalence of two means (or two effects in two studies).
Generates bivariate residual plots with simulation polygons for any diagnostics and bivariate model from which functions to extract the desired diagnostics, simulate new data and refit the models are available.
Tests the parallel regression assumption wit the brant test by Brant (1990) <doi: 10.2307/2532457> for ordinal logit models generated with the function polr()
from the package MASS'.