-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1.2 KB
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 1.2 KB
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
Package: flexhaz
Title: Dynamic Failure Rate Distributions for Survival Analysis
Version: 0.5.1
Authors@R:
person("Alexander", "Towell", , "queelius@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6443-9897"))
Description: Flexible framework for specifying survival distributions through
their hazard (failure rate) functions. Define arbitrary time-varying
hazard functions to model complex failure patterns including bathtub
curves, proportional hazards with covariates, and other non-standard
hazard behaviors. Provides automatic computation of survival, CDF, PDF,
quantiles, and sampling. Implements the likelihood model interface for
maximum likelihood estimation with right-censored and left-censored
survival data.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
stats,
numDeriv,
algebraic.dist,
likelihood.model,
generics
Depends:
R (>= 3.5.0)
VignetteBuilder: knitr
URL: https://github.com/queelius/flexhaz,
https://queelius.github.io/flexhaz/
BugReports: https://github.com/queelius/flexhaz/issues