Package: markovMSM
Type: Package
Title: Methods for Checking the Markov Condition in Multi-State
        Survival Data
Version: 0.1.3
Authors@R: c(
	person(
		given = "Gustavo",
		family = "Soutinho",
		role = c("aut", "cre"),
		email = "gustavosoutinho@sapo.pt",
		comment = c(ORCID = "0000-0002-0559-1327")
	),
	person(
		given = "Luis",
		family = "Meira-Machado",
		role = "aut",
		email = "lmachado@math.uminho.pt",
		comment = c(ORCID = "0000-0002-8577-7665")
	)
	)
Description: The inference in multi-state models is traditionally performed under
             a Markov assumption that claims that past and future of the process
             are independent given the present state. In this package, we 
             consider tests of the Markov assumption that are applicable to 
             general multi-state models. Three approaches using existing 
             methodology are considered: a simple method based on including
             covariates depending on the history in Cox models for the transition
             intensities; methods based on measuring the discrepancy of the 
             non-Markov estimators of the transition probabilities to the 
             Markov Aalen-Johansen estimators; and, finally, methods that were
             developed by considering summaries from families of log-rank 
             statistics where patients are grouped by the state occupied of the
             process at a particular time point (see Soutinho G, Meira-Machado L
             (2021) <doi:10.1007/s00180-021-01139-7> and Titman AC, Putter H
             (2020) <doi:10.1093/biostatistics/kxaa030>).
License: GPL-3
Depends: R (>= 3.5.0)
Imports: survival, mstate
RoxygenNote: 7.2.1
Encoding: UTF-8
LazyLoad: yes
LazyData: yes
NeedsCompilation: yes
Suggests: rmarkdown, knitr, doParallel, devtools, bibtex, testthat
VignetteBuilder: knitr
Packaged: 2023-02-15 08:54:35 UTC; asus
Author: Gustavo Soutinho [aut, cre] (<https://orcid.org/0000-0002-0559-1327>),
  Luis Meira-Machado [aut] (<https://orcid.org/0000-0002-8577-7665>)
Maintainer: Gustavo Soutinho <gustavosoutinho@sapo.pt>
Repository: CRAN
Date/Publication: 2023-02-15 09:10:02 UTC
Built: R 4.2.0; ; 2023-02-16 13:09:44 UTC; unix
