-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
34 lines (34 loc) · 1.03 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
Encoding: UTF-8
Package: smoothHR
Type: Package
Version: 1.0.5
Date: 2024-02-25
Title: Smooth Hazard Ratio Curves Taking a Reference Value
Authors@R: c(
person(
given = "Artur",
family = "Araujo",
role = c("aut", "cre"),
email = "artur.stat@gmail.com",
comment = c(ORCID = "0000-0003-1419-4208")
),
person(
given = "Luis",
family = "Meira-Machado",
role = "aut",
email = "lmachado@math.uminho.pt",
comment = c(ORCID = "0000-0002-8577-7665")
) )
Depends: R (>= 2.12.0), survival, splines
Description: Provides flexible hazard ratio curves allowing non-linear
relationships between continuous predictors and survival.
To better understand the effects that each continuous covariate
has on the outcome, results are expressed in terms of hazard
ratio curves, taking a specific covariate value as reference.
Confidence bands for these curves are also derived.
License: GPL-3
URL: https://github.com/arturstat/smoothHR
BugReports: https://github.com/arturstat/smoothHR/issues
LazyLoad: yes
LazyData: yes
NeedsCompilation: no