From e5afe012d06babd7473357a12fa9d1130a0aac91 Mon Sep 17 00:00:00 2001 From: Piller Date: Wed, 18 Sep 2024 10:07:03 +0200 Subject: [PATCH] update namespace and documentation with missing fcts --- DESCRIPTION | 2 +- NAMESPACE | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4da4cb8c..b4df1e36 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -46,6 +46,6 @@ License: MIT + file LICENSE LazyData: true URL: https://adibender.github.io/pammtools/ BugReports: https://github.com/adibender/pammtools/issues -RoxygenNote: 7.1.2 +RoxygenNote: 7.3.2 Encoding: UTF-8 Roxygen: list(markdown = TRUE) diff --git a/NAMESPACE b/NAMESPACE index 2c1f0d96..bd597919 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -61,11 +61,14 @@ export(GeomStepHazard) export(GeomStepribbon) export(GeomSurv) export(add_cif) +export(add_counterfactual_transitions) export(add_cumu_hazard) export(add_hazard) export(add_surv_prob) export(add_tdc) export(add_term) +export(add_trans_ci) +export(add_trans_prob) export(arrange) export(as_ped) export(as_ped_multistate)