-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.33 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: BASSLINE
Type: Package
Title: Bayesian Survival Analysis Using Shape Mixtures of Log-Normal Distributions
Version: 0.0.0.9010
Authors@R: c(person("Catalina", "Vallejos", role = c("aut"),
email="[email protected]"),
person("Nathan","Constantine-Cooke", role = c("cre","aut"),
email="[email protected]"))
Description: Mixtures of life distributions provide a convenient framework for
survival analysis: particularly when standard models such as the Weibull
are unable to capture some features from the data. These mixtures can also
account for unobserved heterogeneity or outlying observations.
BASSLINE uses shape mixtures of log-normal distributions and has particular
applicability to data with fat tails.
License: GPL-3
Depends: R (>= 3.5.0)
Imports:
MASS,
truncnorm,
VGAM,
MCMCpack,
mvtnorm,
Rcpp,
ggplot2
Suggests:
testthat,
knitr,
msm,
rmarkdown,
coda,
spelling
LazyData: true
URL: https://www.constantine-cooke.com/BASSLINE/ https://github.com/nathansam/BASSLINE
BugReports: https://github.com/nathansam/BASSLINE/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Encoding: UTF-8
VignetteBuilder: knitr
LinkingTo:
Rcpp,
RcppArmadillo
SystemRequirements: C++11
NeedsCompilation: yes
Language: en-US