This package provides methods for controlling the median of the false discovery proportion (mFDP
). Depending on the method, simultaneous or non-simultaneous inference is provided. The methods take a vector of p-values or test statistics as input.
Calculate POTH for treatment hierarchies from frequentist and Bayesian network meta-analysis. POTH quantifies the certainty in a treatment hierarchy. Subset POTH, POTH residuals, and best k treatments POTH can also be calculated to improve interpretation of treatment hierarchies.
Implement the algorithm provided in scan for estimating the transmission route on railway network using passenger volume. It is a generalization of the scan statistic approach for railway network to identify the hot railway route for transmitting infectious diseases.
Simple implementation of Semantic Versioning 2.0.0 ('SemVer
') on the vctrs package. This package provides a simple way to create, compare, and manipulate semantic versions in R. It is designed to be lightweight and easy to use.
This package provides a non convex optimization package that optimizes any function under the criterion, combination of variables are on the surface of a unit sphere, as described in the paper : Das et al. (2019) <arXiv:1909.04024>
.
Recursive partytioning of transformation models with corresponding random forest for conditional transformation models as described in Transformation Forests (Hothorn and Zeileis, 2021, <doi:10.1080/10618600.2021.1872581>) and Top-Down Transformation Choice (Hothorn, 2018, <DOI:10.1177/1471082X17748081>).
This package provides tools for timescale decomposition of the classic variance ratio of community ecology. Tools are as described in Zhao et al (in prep), extending commonly used methods introduced by Peterson et al (1975) <doi: 10.2307/1936306>.
Differentiate client errors (4xx) from server errors (5xx) for the plumber and RestRserve
HTTP API frameworks. The package also includes a built-in logging mechanism to standard output (STDOUT) or standard error (STDERR) depending on the log level.
An oceanographic data processing package for analyzing and visualizing Video Plankton Recorder data. This package was developed at Bedford Institute of Oceanography'. Functions are designed to process automated image classification output and create organized and easily portable data products.
The zlog
package offers functions to transform laboratory measurements into standardised z or z(log)-values. Therefore the lower and upper reference limits are needed. If these are not known they could be estimated from a given sample.
Rspamd is an advanced spam filtering system that allows evaluation of messages by a number of rules including regular expressions, statistical analysis and custom services such as URL black lists. Each message is analysed by Rspamd and given a spam score.
This package provides a Bayesian companion to the rms package, rmsb provides Bayesian model fitting, post-fit estimation, and graphics. It implements Bayesian regression models whose fit objects can be processed by rms functions such as contrast()
', summary()
', Predict()
', nomogram()
', and latex()
'. The fitting function currently implemented in the package is blrm()
for Bayesian logistic binary and ordinal regression with optional clustering, censoring, and departures from the proportional odds assumption using the partial proportional odds model of Peterson and Harrell (1990) <https://www.jstor.org/stable/2347760>.
Retrieves efficiently and reliably Investors Exchange ('IEX') stock and market data using IEX Cloud API'. The platform is offered by Investors Exchange Group (IEX Group). Main goal is to leverage R capabilities including existing packages to effectively provide financial and statistical analysis as well as visualization in support of fact-based decisions. In addition, continuously improve and enhance Riex by applying best practices and being in tune with users feedback and requirements. Please, make sure to review and acknowledge Investors Exchange Group (IEX Group) terms and conditions before using Riex (<https://iexcloud.io/terms/>).
Parentage assignment package. Parentage assignment is performed based on observed average Mendelian transmission probability distributions or Exclusion. The main functions of this package are the function APIS_2n()
, APIS_3n()
and launch_APIShiny()
, which perform parentage assignment.
This package provides a collection of command-line color styles based on the crayon package. Colt styles are defined in themes that can easily be switched, to ensure command line output looks nice on dark as well as light consoles.
Estimation and inference for linear models where some or all of the fixed-effects coefficients are subject to order restrictions. This package uses the robust residual bootstrap methodology for inference, and can handle some structure in the residual variance matrix.
Analysis, visualisation and simulation of digital polymerase chain reaction (dPCR
) (Burdukiewicz et al. (2016) <doi:10.1016/j.bdq.2016.06.004>). Supports data formats of commercial systems (Bio-Rad QX100 and QX200; Fluidigm BioMark
) and other systems.
Discriminant Adaptive Nearest Neighbor Classification is a variation of k nearest neighbors where the shape of the neighborhood is data driven. This package implements dann and sub_dann from Hastie (1996) <https://web.stanford.edu/~hastie/Papers/dann_IEEE.pdf>.
Draw samples from the direct sampling spatial prior model as described in G. White, D. Sun, P. Speckman (2019) <arXiv:1906.05575>
. The basic model assumes a Gaussian likelihood and derives a spatial prior based on thin-plate splines.
Unified regularized estimating equation solver. Currently the package includes one solver with the l1 penalty only. More solvers and penalties are under development. Reference: Yi Yang, Yuwen Gu, Yue Zhao, Jun Fan (2021) <doi:10.48550/arXiv.2110.11074>
.
All data sets required for the examples and exercises in the book "Forecasting: principles and practice" (2nd ed, 2018) by Rob J Hyndman and George Athanasopoulos <https://otexts.com/fpp2/>. All packages required to run the examples are also loaded.
Given an adjacency matrix drawn from a Generalized Stochastic Block Model with missing observations, this package robustly estimates the probabilities of connection between nodes and detects outliers nodes, as describes in Gaucher, Klopp and Robin (2019) <arXiv:1911.13122>
.
Estimation of covariance matrices as solutions of continuous time Lyapunov equations. Sparse coefficient matrix and diagonal noise are estimated with a proximal gradient method for an l1-penalized loss minimization problem. Varando G, Hansen NR (2020) <arXiv:2005.10483>
.
An implementation of various methods for estimating intrinsic dimension of vector-valued dataset or distance matrix. Most methods implemented are based on different notion of fractal dimension such as the capacity dimension, the box-counting dimension, and the information dimension.