Other packages > Find by keyword >

daiquiri  

Data Quality Reporting for Temporal Datasets
View on CRAN: Click here


Download and install daiquiri package within the R console
Install from CRAN:
install.packages("daiquiri")

Install from Github:
library("remotes")
install_github("cran/daiquiri")

Install by package version:
library("remotes")
install_version("daiquiri", "1.1.1")



Attach the package and use:
library("daiquiri")
Maintained by
T. Phuong Quan
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2022-11-11
Latest Update: 2023-07-18
Description:
Generate reports that enable quick visual review of temporal shifts in record-level data. Time series plots showing aggregated values are automatically created for each data field (column) depending on its contents (e.g. min/max/mean values for numeric data, no. of distinct values for categorical data), as well as overviews for missing values, non-conformant values, and duplicated rows. The resulting reports are shareable and can contribute to forming a transparent record of the entire analysis process. It is designed with Electronic Health Records in mind, but can be used for any type of record-level temporal data (i.e. tabular data where each row represents a single "event", one column contains the "event date", and other columns contain any associated values for the event).
How to cite:
T. Phuong Quan (2022). daiquiri: Data Quality Reporting for Temporal Datasets. R package version 1.1.1, https://cran.r-project.org/web/packages/daiquiri. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.0.1 (2022-11-11 16:30), 1.0.2 (2022-11-21 16:40), 1.0.3 (2022-12-06 12:50)
Other packages that cited daiquiri R package
View daiquiri citation profile
Other R packages that daiquiri depends, imports, suggests or enhances
Complete documentation for daiquiri
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA