This package creates SEER (Surveillance, Epidemiology and End Results) and A-bomb data binaries from ASCII sources and provides tools for estimating SEER second cancer risks. Methods are described in <doi:10.1038/leu.2015.258>.
Most function focus on specific ways to customize a graph. They use a qgraph output as the first argument, and return a modified qgraph object. This allows the functions to be chained by a pipe operator.
Create "good enough" tables with a single formula. tablespan tables can be exported to Excel', HTML', LaTeX
', and RTF by leveraging the packages openxlsx and gt'. See <https://jhorzek.github.io/tablespan/> for an introduction.
Easily collect walk scores, bike scores, and transit scores (where available) from the Walk Score API <https://www.walkscore.com/professional/api.php>, a proprietary API that assigns locations a walkability score between 0 and 100.
Collects several classical word pools used most often to provide lists of words in psychological studies of learning and memory. It provides a simple function, pickList
for selecting random samples of words within given ranges.
Shared order between genomic sequences provide a great deal of information. Synteny objects produced by the R package DECIPHER provides quantitative information about that shared order. SynExtend
provides tools for extracting information from Synteny objects.
This package provides a cross-platform command-line argument parser written purely in R with no external dependencies. It is useful with the Rscript front-end and facilitates turning an R script into an executable script.
This package provides a macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted.
This package provides a macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted.
RedNotebook is a modern desktop journal. It lets you format, tag and search your entries. You can also add pictures, links and customizable templates, spell check your notes, and export to plain text, HTML, Latex or PDF.
This library allows reading and writing RPM packages. It is used by the fpm
tool. It is written in pure Ruby because librpm
is not available on all systems and requires many dependencies.
As everyone knows, the most complex codes were composed of a mass of different kinds of parentheses (typically: lisp). This plugin will help you read these codes by showing different levels of parentheses in different colors.
This package contains functions for random generation of R x C and 2 x 2 x K contingency tables. In addition to the generation of contingency tables over predetermined intraclass-correlated clusters, it is possible to generate contingency tables without intraclass correlations under product multinomial, multinomial, and Poisson sampling plans. It also consists of a function for generation of random data from a given discrete probability distribution function. See Demirhan (2016) <https://journal.r-project.org/archive/2016-1/demirhan.pdf> for more information.
It is widely documented in psychology, economics and other disciplines that socio-economic agent may not pay full attention to all available alternatives, rendering standard revealed preference theory invalid. This package implements the estimation and inference procedures of Cattaneo, Ma, Masatlioglu and Suleymanov (2020) <arXiv:1712.03448>
and Cattaneo, Cheung, Ma, and Masatlioglu (2022) <arXiv:2110.10650>
, which utilizes standard choice data to partially identify and estimate a decision maker's preference and attention. For inference, several simulation-based critical values are provided.
This package provides Rcpp bindings for cpptimer', a simple tic-toc timer class for benchmarking C++ code <https://github.com/BerriJ/cpptimer>
. It's not just simple, it's blazing fast! This sleek tic-toc timer class supports overlapping timers as well as OpenMP
parallelism <https://www.openmp.org/>. It boasts a nanosecond-level time resolution. We did not find any overhead of the timer itself at this resolution. Results (with summary statistics) are automatically passed back to R as a data frame.
Solving a system of linear equations is one of the most fundamental computational problems for many fields of mathematical studies, such as regression problems from statistics or numerical partial differential equations. This package provides basic stationary iterative solvers such as Jacobi, Gauss-Seidel, Successive Over-Relaxation and SSOR methods. Nonstationary, also known as Krylov subspace methods are also provided. Sparse matrix computation is also supported in that solving large and sparse linear systems can be manageable using the Matrix
package along with RcppArmadillo
.
rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to R from Python, a proposed high-level interface, including wrappers to graphical libraries, as well as R-like structures and functions.
This package provides new_partialised()
and new_composed()
, which extend partial()
and compose()
functions of purrr to make it easier to extract and replace arguments and functions. It also has additional adverbial functions.
This package provides a simple method to improve the accessibility of rmarkdown documents. The package provides functions for creating or modifying rmarkdown documents, resolving known errors and alerts that result in accessibility issues for screen reader users.
BayesX
performs Bayesian inference in structured additive regression (STAR) models. The R package BayesXsrc
provides the BayesX
command line tool for easy installation. A convenient R interface is provided in package R2BayesX
.
It is designed to calculate connection between (among) brain regions and plot connection lines. Also, the summary function is included to summarize group-level connectivity network. Kang, Jian (2016) <doi:10.1016/j.neuroimage.2016.06.042>.
Scrapes various data from <https://www.bls.gov/>. The Bureau of Labor Statistics is the statistical branch of the United States Department of Labor. The package has additional functions to help parse, analyze and visualize the data.
Automated assessment and selection of weighting factors for accurate quantification using linear calibration curve. In addition, a shiny App is provided, allowing users to analyze their data using an interactive graphical user interface, without any programming requirements.
Utilities for converting unstructured electronic prescribing instructions into structured medication data. Extracts drug dose, units, daily dosing frequency and intervals from English-language prescriptions. Based on Karystianis et al. (2015) <doi:10.1186/s12911-016-0255-x>.