Skip to content
/ edeaR Public

❗ This is a read-only mirror of the CRAN R package repository. edeaR — Exploratory and Descriptive Event-Based Data Analysis. Homepage: https://bupar.net/https://github.com/bupaverse/edeaR/https://bupaverse.github.io/edeaR/ Report bugs for this package: https://github.com/bupaverse/edeaR/issues/

License

Notifications You must be signed in to change notification settings

cran/edeaR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edeaR

CRAN_Status_Badge GitHub version R-CMD-check Codecov test coverage Lifecycle: stable

This package provides several useful techniques for Exploratory and Descriptive Analysis of event based data in R.

For more information, check the manual on GitHub or the bupaR Documentation website.

Installation

You can install edeaR from CRAN with:

install.packages("edeaR")

Development Version

You can install the development version of edeaR from GitHub with:

# install.packages("devtools")
devtools::install_github("bupaverse/edeaR")

Example

library(edeaR)
#> 
#> Attaching package: 'edeaR'
#> The following object is masked from 'package:base':
#> 
#>     setdiff
library(eventdataR)

# Calculate idle times per resource:
patients %>%
  idle_time(level = "resource", units = "days")
#> # A tibble: 7 × 2
#>   employee idle_time    
#>   <fct>    <drtn>       
#> 1 r7       464.4199 days
#> 2 r1       450.2124 days
#> 3 r4       442.6260 days
#> 4 r5       430.1764 days
#> 5 r3       429.1064 days
#> 6 r6       425.5362 days
#> 7 r2       214.7436 days

About

❗ This is a read-only mirror of the CRAN R package repository. edeaR — Exploratory and Descriptive Event-Based Data Analysis. Homepage: https://bupar.net/https://github.com/bupaverse/edeaR/https://bupaverse.github.io/edeaR/ Report bugs for this package: https://github.com/bupaverse/edeaR/issues/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages