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.
Check if a given package name is available to use. It checks the name's validity. Checks if it is used on GitHub
', CRAN and Bioconductor'. Checks for unintended meanings by querying Wiktionary and Wikipedia.
Simplifies the execution of command line interface (CLI) tools within isolated and reproducible environments. It enables users to effortlessly manage Conda environments, execute command line tools, handle dependencies, and ensure reproducibility in their data analysis workflows.
This package provides functions and data to estimate causal dose response functions given continuous, ordinal, or binary treatments. A description of the methods is given in Galagate (2016) <https://drum.lib.umd.edu/handle/1903/18170>.
This package provides access to Dataverse APIs <https://dataverse.org/> (versions 4-5), enabling data search, retrieval, and deposit. For Dataverse versions <= 3.0, use the archived dvn package <https://cran.r-project.org/package=dvn>.
Transform output files of some tools to the microtable object of microtable class in microeco package. The microtable class is the basic class in microeco package and is necessary for the downstream microbial community data analysis.
Stores large arrays in files to avoid occupying large memories. Implemented with super fast gigabyte-level multi-threaded reading/writing via OpenMP
'. Supports multiple non-character data types (double, float, complex, integer, logical, and raw).
Extensions to ggplot2 providing low-level debug tools: statistics and geometries echoing their data argument. Layer manipulation: deletion, insertion, extraction and reordering of layers. Deletion of unused variables from the data object embedded in "ggplot" objects.
This package provides functions and analytics for GENEA-compatible accelerometer data into R objects. See topic GENEAread for an introduction to the package. See <https://activinsights.com/technology/geneactiv/> for more details on the GENEActiv device.
This package implements the conditional inference forest approach to modeling interval-censored survival data. It also provides functions to tune the parameters and evaluate the model fit. See Yao et al. (2019) <arXiv:1901.04599>
.
An easy-to-use IMAP client that provides tools for message searching, selective fetching of message attributes, mailbox management, attachment extraction, and several other IMAP features, paving the way for e-mail data analysis in R.
Extract cross sections from long bone meshes at specified intervals along the diaphysis. Calculate two and three-dimensional morphometric maps, cross-sectional geometric parameters, and semilandmarks on the periosteal and endosteal contours of each cross section.
This package provides functions for adaptive parallel tempering (APT) with NIMBLE models. Adapted from Lacki & Miasojedow (2016) <DOI:10.1007/s11222-015-9579-0> and Miasojedow, Moulines and Vihola (2013) <DOI:10.1080/10618600.2013.778779>.
This package provides rectangular elements that can be dragged and resized over plots in shiny apps. This may be useful in applications where users need to mark regions on the plot for further input or processing.
Calculates multivariate analysis of variance based on permutations and some associated pictorial representations. The pictorial representation is based on the principal coordinates of the group means. There are some original results that will be published soon.
Create quantile binned and conditional plots for Exploratory Data Analysis. The package provides several plotting functions that are all based on quantile binning. The plots are created with ggplot2 and patchwork and can be further adjusted.
Datasets for the textbook Stat2: Modeling with Regression and ANOVA (second edition). The package also includes data for the first edition, Stat2: Building Models for a World of Data and a few functions for plotting diagnostics.
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.
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>.
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.
This package provides a simple single-sample gene signature scoring method that uses rank-based statistics to analyze the sample's gene expression profile. It scores the expression activities of gene sets at a single-sample level.
An async parser for multipart/form-data
content-type in Rust.
It accepts a Stream of Bytes as a source, so that it can be plugged into any async Rust environment e.g. any async server.