Other packages > Find by keyword >

edeaR  

Exploratory and Descriptive Event-Based Data Analysis
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("edeaR", "1.0.0")



Attach the package and use:
library("edeaR")
Maintained by
Gert Janssenswillen
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-01-14
Latest Update: 2025-07-09
Description:
Exploratory and descriptive analysis of event based data. Provides methods for describing and selecting process data, and for preparing event log data for process mining. Builds on the S3-class for event logs implemented in the package 'bupaR'.
How to cite:
Gert Janssenswillen (2016). edeaR: Exploratory and Descriptive Event-Based Data Analysis. R package version 1.0.0, https://cran.r-project.org/web/packages/edeaR. Accessed 18 Sep. 2026.
Previous versions and publish date:
(2026-07-09 07:34), 0.3.2 (2016-01-14 22:52), 0.4.1 (2016-06-02 18:16), 0.4.2 (2016-08-01 14:55), 0.4.3 (2016-08-25 18:05), 0.4.4 (2016-09-21 19:27), 0.4.7 (2016-11-13 17:03), 0.5.0 (2017-04-01 18:03), 0.6.0 (2017-06-20 10:51), 0.7.0 (2017-09-05 09:26), 0.7.1 (2017-09-07 21:00), 0.7.2 (2017-12-05 14:23), 0.8.0 (2018-03-22 16:52), 0.8.1 (2018-07-02 13:00), 0.8.2 (2019-02-22 15:40), 0.8.3 (2019-08-19 12:10), 0.8.4 (2020-02-25 14:40), 0.8.5 (2020-06-17 18:10), 0.8.6 (2020-10-01 14:20), 0.9.0 (2022-07-10 20:00), 0.9.1 (2022-10-03 09:20), 0.9.2 (2023-01-15 22:00), 0.9.3 (2023-02-16 18:30), 0.9.4 (2023-04-27 10:33), 0.9.5 (2025-07-09 15:40), 1.0.0 (2025-11-29 07:10)
Other packages that cited edeaR R package
View edeaR citation profile
Other R packages that edeaR depends, imports, suggests or enhances
Complete documentation for edeaR
Functions, R codes and Examples using the edeaR R package
Some associated functions: activity_frequency . activity_presence . add_fixed_holiday . add_floating_holiday . add_holiday_periods . augment . calculate_queuing_length . calculate_queuing_times . change_day . create_work_schedule . edeaR . end_activities . filter_activity . filter_activity_frequency . filter_activity_instance . filter_activity_presence . filter_case . filter_case_condition . filter_endpoints . filter_endpoints_condition . filter_flow_time . filter_idle_time . filter_infrequent_flows . filter_lifecycle . filter_lifecycle_presence . filter_precedence . filter_precedence_condition . filter_precedence_resource . filter_processing_time . filter_resource . filter_resource_frequency . filter_throughput_time . filter_time_period . filter_trace . filter_trace_frequency . filter_trace_length . filter_trim . filter_trim_lifecycle . idle_time . ifilter . number_of_repetitions . number_of_selfloops . number_of_traces . plot . print.work_schedule . processing_time . redo_repetitions_referral_matrix . redo_selfloops_referral_matrix . reexports . resource_frequency . resource_involvement . resource_specialisation . setdiff . size_of_repetitions . size_of_selfloops . start_activities . throughput_time . trace_coverage . trace_length . 
Some associated R codes: activity_frequency.R . activity_frequency_activity.R . activity_frequency_case.R . activity_frequency_log.R . activity_frequency_trace.R . activity_presence.R . augment.R . calculate_queuing_length.R . calculate_queuing_times.R . calculate_work_schedule_time.R . contains_sequence.R . create_minimal_activity_log.R . create_precedence_df.R . edeaR.R . end_activities.R . end_activities_activity.R . end_activities_case.R . end_activities_log.R . end_activities_resource.R . end_activities_resource_activity.R . filter_activity.R . filter_activity_frequency.R . filter_activity_instance.R . filter_activity_presence.R . filter_case.R . filter_case_condition.R . filter_endpoints.R . filter_endpoints_condition.R . filter_endpoints_percentile.R . filter_endpoints_sets.R . filter_flow_time.R . filter_idle_time.R . filter_idle_time_percentage.R . filter_idle_time_threshold.R . filter_infrequent_flows.R . filter_lifecycle.R . filter_lifecycle_presence.R . filter_precedence.R . filter_precedence_condition.R . filter_precedence_resource.R . filter_processing_time.R . filter_processing_time_percentile.R . filter_processing_time_threshold.R . filter_resource.R . filter_resource_frequency.R . filter_throughput_time.R . filter_throughput_time_percentile.R . filter_throughput_time_threshold.R . filter_time_period.R . filter_trace.R . filter_trace_frequency.R . filter_trace_frequency_percentile.R . filter_trace_frequency_threshold.R . filter_trace_length.R . filter_trace_length_percentile.R . filter_trace_length_threshold.R . filter_trim.R . filter_trim_lifecycle.R . generate_pattern_dummies.R . idle_time.R . idle_time_case.R . idle_time_log.R . idle_time_resource.R . idle_time_trace.R . ifilter.R . number_of_repetitions.R . number_of_selfloops.R . number_of_traces.R . plot.activity_frequency.R . plot.activity_presence.R . plot.end_activity.R . plot.idle_time.R . plot.number_of_repetitions.R . plot.number_of_selfloops.R . plot.processing_time.R . plot.referral_matrix.R . plot.resource_frequency.R . plot.resource_involvement.R . plot.resource_specialisation.R . plot.start_activities.R . plot.throughput_time.R . plot.trace_coverage.R . plot.trace_length.R . processing_time.R . processing_time_activity.R . processing_time_activity_instance.R . processing_time_case.R . processing_time_log.R . processing_time_resource.R . processing_time_resource_activity.R . processing_time_trace.R . redo_repetitions_referral_matrix.R . redo_selfloops_referral_matrix.R . repetitions_all.R . repetitions_redo.R . repetitions_repeat.R . resource_frequency.R . resource_frequency_activity.R . resource_frequency_case.R . resource_frequency_log.R . resource_frequency_resource.R . resource_frequency_resource_activity.R . resource_involvement.R . resource_involvement_case.R . resource_involvement_resource.R . resource_involvement_resource_activity.R . resource_specialisation.R . resource_specialisation_activity.R . resource_specialisation_case.R . resource_specialisation_log.R . resource_specialisation_resource.R . rework_base.R . selfloops_all.R . selfloops_redo.R . selfloops_repeat.R . setdiff.R . size_of_repetitions.R . size_of_selfloops.R . start_activities.R . start_activities_activity.R . start_activities_case.R . start_activities_log.R . start_activities_resource.R . start_activities_resource_activity.R . throughput_time.R . throughput_time_case.R . throughput_time_log.R . throughput_time_trace.R . trace_coverage.R . trace_coverage_case.R . trace_coverage_log.R . trace_coverage_trace.R . trace_length.R . trace_length_case.R . trace_length_log.R . trace_length_trace.R . utils.R . work_schedule.R .  Full edeaR package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

hmeasure  
The H-Measure and Other Scalar Classification Performance Metrics
Classification performance metrics that are derived from the ROC curve of a classifier. The package ...
Download / Learn more Package Citations See dependency  
injectoR  
R Dependency Injection
R dependency injection framework. Dependency injection allows a program design to follow the depend ...
Download / Learn more Package Citations See dependency  
data360r  
Wrapper for 'TCdata360' and 'Govdata360' API
Makes it easy to engage with the Application Program Interface (API) of the 'TCdata360' and 'Govdat ...
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  
eyelinker  
Import ASC Files from EyeLink Eye Trackers
Imports plain-text ASC data files from EyeLink eye trackers into (relatively) tidy data frames for ...
Download / Learn more Package Citations See dependency  
downlit  
Syntax Highlighting and Automatic Linking
Syntax highlighting of R code, specifically designed for the needs of 'RMarkdown' packages like 'pk ...
Download / Learn more Package Citations See dependency  

28,565

R Packages

239,283

Dependencies

75,677

Author Associations

28,566

Publication Badges

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