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 18 Feb. 2025.
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

readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
Download / Learn more Package Citations See dependency  
RobustBayesianCopas  
Robust Bayesian Copas Selection Model
Fits the robust Bayesian Copas (RBC) selection model of Bai et al. (2020) for cor ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
clustMixType  
k-Prototypes Clustering for Mixed Variable-Type Data
Functions to perform k-prototypes partitioning clustering for mixed variable-type data according to ...
Download / Learn more Package Citations See dependency  
fclust  
Fuzzy Clustering
Algorithms for fuzzy clustering, cluster validity indices and plots for cluster validity and visuali ...
Download / Learn more Package Citations See dependency  
OptGS  
Near-Optimal Group-Sequential Designs for Continuous Outcomes
Optimal group-sequential designs minimise some function of the expected and maximum sample size whil ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

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