-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
22 lines (22 loc) · 1.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: JMbayes2
Type: Package
Title: Extended Joint Models for Longitudinal and Time-to-Event Data
Version: 0.5-1
Authors@R: c(
person("Dimitris", "Rizopoulos", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = '0000-0001-9397-0900')),
person("Grigorios", "Papageorgiou", email = "[email protected]", role = "aut"),
person("Pedro", "Miranda Afonso", email = "[email protected]", role = "aut")
)
Maintainer: Dimitris Rizopoulos <[email protected]>
Date: 2024-06-05
BugReports: https://github.com/drizopoulos/JMbayes2/issues
Description: Fit joint models for longitudinal and time-to-event data under the Bayesian approach. Multiple longitudinal outcomes of mixed type (continuous/categorical) and multiple event times (competing risks and multi-state processes) are accommodated. Rizopoulos (2012, ISBN:9781439872864).
Suggests: lattice, knitr, rmarkdown, pkgdown
Encoding: UTF-8
Depends: survival, nlme, GLMMadaptive, splines
Imports: coda, Rcpp, parallel, parallelly, matrixStats, ggplot2, gridExtra
LinkingTo: Rcpp, RcppArmadillo
LazyLoad: yes
LazyData: yes
License: GPL (>= 3)
URL: https://drizopoulos.github.io/JMbayes2/, https://github.com/drizopoulos/JMbayes2