Package: etm Type: Package Title: Empirical Transition Matrix Version: 1.1.2 Authors@R: c(person("Arthur", "Allignol", role = "aut", email = "arthur.allignol@gmail.com"), person("Mark", "Clements", role = c("cre","aut"), email = "mark.clements@ki.se")) Description: The etm (empirical transition matrix) package permits to estimate the matrix of transition probabilities for any time-inhomogeneous multi-state model with finite state space using the Aalen-Johansen estimator. Functions for data preparation and for displaying are also included (Allignol et al., 2011 ). Functionals of the Aalen-Johansen estimator, e.g., excess length-of-stay in an intermediate state, can also be computed (Allignol et al. 2011 ). License: MIT + file LICENSE Depends: R (>= 3.0.0) Imports: survival, lattice, data.table, Rcpp (>= 0.11.4) Suggests: ggplot2, kmi, geepack LinkingTo: Rcpp, RcppArmadillo NeedsCompilation: yes Repository: https://mclements.r-universe.dev Date/Publication: 2025-04-12 08:09:43 UTC RemoteUrl: https://github.com/mclements/etm RemoteRef: HEAD RemoteSha: f9ff9b45524e83ac79f3c5db6170f6d724a328a5 Packaged: 2026-06-01 07:57:57 UTC; root Author: Arthur Allignol [aut], Mark Clements [cre, aut] Maintainer: Mark Clements