-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·33 lines (33 loc) · 1.13 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
Package: tcensReg
Title: MLE of a Truncated Normal Distribution with Censored Data
Version: 0.1.7
Authors@R:
person(given = "Justin",
family = "Williams",
email = "williazo@ucla.edu", role = c("aut", "cre"))
Description: Maximum likelihood estimation (MLE) of parameters assuming an underlying left truncated normal distribution with left censoring described in Williams, J, Kim, H, and Crespi, C. (2020) <doi:10.1186/s12874-020-01032-9>. Censoring is assumed to occur above the truncation threshold meaning that only censored observations are observed. Additional maximum likelihood estimation procedures are implemented to solve left censored only and left truncated only problems.
Depends:
R (>= 3.3)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.0
Imports:
stats,
maxLik,
Rdpack
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0),
ggplot2,
viridis,
future.apply,
tictoc,
censReg,
truncreg,
microbenchmark
RdMacros: Rdpack
VignetteBuilder: knitr
BugReports: https://github.com/williazo/tcensReg/issues
URL: https://github.com/williazo/tcensReg