-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.08 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
Type: Package
Package: Rwtdttt
Title: Parametric Waiting Time Distribution estimation
Version: 0.3.0
Author: Sabrina Giometto, Malcolm Gillies, Olga Paoletti, Henrik Støvring
Maintainer: Henrik Støvring <hstov@health.sdu.dk>
Description: Estimation of prescription durations and treatment
probability based on the parametric Waiting Time Distribution.
Pharmacoepidemiologic databases contains information on medication
dispensings at pharmacies. Studies using such data typically require
some estimate of duration of treatment after a dispensing (known as
the prescription duration), which can be estimated using the
parametric Waiting Time Distribution.
License: GPL (>= 3)
Roxygen: list(markdown = TRUE)
Imports:
bbmle,
data.table (>= 1.15.0),
methods,
graphics,
rlang,
stats
Suggests:
testthat (>= 3.0.0),
haven
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Collate:
'Rwtdttt-package.R'
'dfunctions.R'
'wtd-class.R'
'plot.R'
'pred_dur_prob.R'
'wtdttt.R'
'ranwtdttt.R'
'sandwich.R'