Description Usage Arguments Value Examples
Compute Kivt coefficient
1 | compute_kivt(calendar, clusters_desc, years = NULL)
|
calendar |
Calendar data read with |
clusters_desc |
Clusters / groups description read with |
years |
Years to consider, if |
a data.table
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
# Calendar data
calendar <- read_calendar(path = "REF_Planning_5_ans_mars_2018.xlsx")
# Clusters description
clusters <- read_cluster_desc("HypothesesRTE_CHO-4145.xlsx")
# Kivt computation
kivt <- compute_kivt(calendar, clusters)
kivt
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.