Other packages > Find by keyword >

daqapo  

Data Quality Assessment for Process-Oriented Data
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("daqapo", "0.3.2")



Attach the package and use:
library("daqapo")
Maintained by
Niels Martin
[Scholar Profile | Author Map]
First Published: 2020-04-08
Latest Update: 2022-07-14
Description:
Provides a variety of methods to identify data quality issues in process-oriented data, which are useful to verify data quality in a process mining context. Builds on the class for activity logs implemented in the package 'bupaR'. Methods to identify data quality issues either consider each activity log entry independently (e.g. missing values, activity duration outliers,...), or focus on the relation amongst several activity log entries (e.g. batch registrations, violations of the expected activity order,...).
How to cite:
Niels Martin (2020). daqapo: Data Quality Assessment for Process-Oriented Data. R package version 0.3.2, https://cran.r-project.org/web/packages/daqapo. Accessed 07 May. 2025.
Previous versions and publish date:
0.3.0 (2020-04-08 11:50), 0.3.1 (2020-10-02 18:22)
Other packages that cited daqapo R package
View daqapo citation profile
Other R packages that daqapo depends, imports, suggests or enhances
Complete documentation for daqapo
Functions, R codes and Examples using the daqapo R package
Some associated functions: daqapo . detect_activity_frequency_violations . detect_activity_order_violations . detect_attribute_dependencies . detect_case_id_sequence_gaps . detect_conditional_activity_presence . detect_duration_outliers . detect_inactive_periods . detect_incomplete_cases . detect_incorrect_activity_names . detect_missing_values . detect_multiregistration . detect_overlaps . detect_related_activities . detect_similar_labels . detect_time_anomalies . detect_unique_values . detect_value_range_violations . domain_categorical . domain_numeric . domain_time . duration_within . filter_anomalies . fix . hospital . hospital_actlog . hospital_events . reexports . 
Some associated R codes: bupar_reexports.R . daqapo.R . data.R . detect_activity_frequency_violations.R . detect_activity_order_violations.R . detect_attribute_dependency_violations.R . detect_case_id_sequence.R . detect_conditional_activity_presence_violations.R . detect_duration_outliers.R . detect_inactive_periods.R . detect_incomplete_cases.R . detect_incorrect_activity_names.R . detect_missing_values.R . detect_multiregistration.R . detect_overlaps.R . detect_related_activities.R . detect_similar_labels.R . detect_time_anomalies.R . detect_unique_values.R . detect_value_range_violations.R . domain_character.R . domain_numeric.R . domain_time.R . duration_within.R . filter_anomalies.R . fix.R . utils.R .  Full daqapo package functions and examples
Downloads during the last 30 days
04/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/05Downloads for daqapo05101520253035404550TrendBars

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
humanize  
Create Values for Human Consumption
An almost direct port of the 'python' 'humanize' package . Thi ...
Download / Learn more Package Citations See dependency  
aroma.affymetrix  
Analysis of Large Affymetrix Microarray Data Sets
A cross-platform R framework that facilitates processing of any number of Affymetrix microarray samp ...
Download / Learn more Package Citations See dependency  
MLDS  
Maximum Likelihood Difference Scaling
Difference scaling is a method for scaling perceived supra-threshold differences. The package cont ...
Download / Learn more Package Citations See dependency  
funLBM  
Model-Based Co-Clustering of Functional Data
The funLBM algorithm allows to simultaneously cluster the rows and the columns of a data matrix wher ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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