Found 32 packages in 0.01 seconds
Extension to 'tmap' for Creating Cartograms
Provides new layer functions to 'tmap' for creating various types of cartograms. A cartogram is a type of thematic map in which geographic areas are resized or distorted based on a quantitative variable, such as population. The goal is to make the area sizes proportional to the selected variable while preserving geographic positions as much as possible.
Extension to 'tmap' for Creating Network Visualizations
Provides functions for visualizing networks with 'tmap'. It supports 'sfnetworks' objects natively but is not limited to them. Useful for adding network layers such as edges and nodes to 'tmap' maps. More features may be added in future versions.
Construct Cohort Inclusion and Restriction Criteria Expressions
Wraps the 'CIRCE' (< https://github.com/ohdsi/circe-be>) 'Java' library allowing cohort definition expressions to be edited and converted to 'Markdown' or 'SQL'.
Routines for Performing Empirical Calibration of Observational Study Estimates
Routines for performing empirical calibration of observational
study estimates. By using a set of negative control hypotheses we can
estimate the empirical null distribution of a particular observational
study setup. This empirical null distribution can be used to compute a
calibrated p-value, which reflects the probability of observing an
estimated effect size when the null hypothesis is true taking both random
and systematic error into account. A similar approach can be used to
calibrate confidence intervals, using both negative and positive controls.
For more details, see Schuemie et al. (2013)
Quantile Binned Plots
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.
Create and Explore Geographic Zoning Systems
Functions, documentation and example data to help divide
geographic space into discrete polygons (zones).
The package supports new zoning systems that are documented in the
accompanying paper,
"ClockBoard: A zoning system for urban analysis",
by Lovelace et al. (2022)
Standard Dataset Manager for Observational Medical Outcomes Partnership Common Data Model Sample Datasets
Facilitates access to sample datasets from the 'EunomiaDatasets' repository (< https://github.com/ohdsi/EunomiaDatasets>).
Interpreting Time Series and Autocorrelated Data Using GAMMs
GAMM (Generalized Additive Mixed Modeling; Lin & Zhang, 1999) as implemented in the R package 'mgcv' (Wood, S.N., 2006; 2011) is a nonlinear regression analysis which is particularly useful for time course data such as EEG, pupil dilation, gaze data (eye tracking), and articulography recordings, but also for behavioral data such as reaction times and response data. As time course measures are sensitive to autocorrelation problems, GAMMs implements methods to reduce the autocorrelation problems. This package includes functions for the evaluation of GAMM models (e.g., model comparisons, determining regions of significance, inspection of autocorrelational structure in residuals) and interpreting of GAMMs (e.g., visualization of complex interactions, and contrasts).
Prediction Model Pooling, Selection and Performance Evaluation Across Multiply Imputed Datasets
Pooling, backward and forward selection of linear, logistic and Cox regression models in
multiply imputed datasets. Backward and forward selection can be done
from the pooled model using Rubin's Rules (RR), the D1, D2, D3, D4 and
the median p-values method. This is also possible for Mixed models.
The models can contain continuous, dichotomous, categorical and restricted
cubic spline predictors and interaction terms between all these type of predictors.
The stability of the models can be evaluated using (cluster) bootstrapping. The package
further contains functions to pool model performance measures as ROC/AUC, Reclassification,
R-squared, scaled Brier score, H&L test and calibration plots for logistic regression models.
Internal validation can be done across multiply imputed datasets with cross-validation or
bootstrapping. The adjusted intercept after shrinkage of pooled regression coefficients
can be obtained. Backward and forward selection as part of internal validation is possible.
A function to externally validate logistic prediction models in multiple imputed
datasets is available and a function to compare models. For Cox models a strata variable
can be included.
Eekhout (2017)
Data and Statistical Analyses after Multiple Imputation
Statistical Analyses and Pooling after Multiple Imputation. A large variety
of repeated statistical analysis can be performed and finally pooled. Statistical analysis
that are available are, among others, Levene's test, Odds and Risk Ratios, One sample
proportions, difference between proportions and linear and logistic regression models.
Functions can also be used in combination with the Pipe operator.
More and more statistical analyses and pooling functions will be added over time.
Heymans (2007)