Found 75 packages in 0.01 seconds
Vectorised Nested if-else Statements Similar to CASE WHEN in 'SQL'
Functions for vectorised conditional recoding of variables. case_when() enables you to vectorise multiple if and else statements (like 'CASE WHEN' in 'SQL'). if_else() is a stricter and more predictable version of ifelse() in 'base' that preserves attributes. These functions are forked from 'dplyr' with all package dependencies removed and behave identically to the originals.
Bayesian Inference for the Multivariate Skew-t Model
Estimates the multivariate skew-t and nested models, as described in the
articles Liseo, B., Parisi, A. (2013). Bayesian inference for the multivariate skew-normal
model: a population Monte Carlo approach. Comput. Statist. Data Anal.
Estimation Methods for Gravity Models
A wrapper of different standard estimation methods for gravity models. This package provides estimation methods for log-log models and multiplicative models.
Minimal Type Guesser
Port the type guesser from 'readr' (so-called 'readr' first edition parsing engine, now superseded by 'vroom').
Read Hierarchical Fixed Width Files
Read hierarchical fixed width files like those commonly used by many census data providers. Also allows for reading of data in chunks, and reading 'gzipped' files without storing the full file in memory.