-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.42 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
45
46
47
Type: Package
Package: fitODBOD
Title: Modeling Over Dispersed Binomial Outcome Data Using BMD and ABD
Version: 1.5.4
Authors@R: c(
person(given="Amalan",family="Mahendran", email="amalan0595@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0643-9052")),
person(given="Pushpakanthie", family="Wijekoon", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0003-4242-1017"))
)
Description: Contains Probability Mass Functions, Cumulative Mass
Functions, Negative Log Likelihood value, parameter estimation and
modeling data using Binomial Mixture Distributions (BMD) (Manoj et al
(2013) <doi:10.5539/ijsp.v2n2p24>) and Alternate Binomial
Distributions (ABD) (Paul (1985) <doi:10.1080/03610928508828990>),
also Journal article to use the package(<doi:10.21105/joss.01505>).
License: MIT + file LICENSE
URL:
https://github.com/Amalan-ConStat/fitODBOD,https://amalan-constat.github.io/fitODBOD/index.html,https://amalan-con-stat.shinyapps.io/fitODBODRshiny/
BugReports: https://github.com/Amalan-ConStat/fitODBOD/issues
Depends:
R (>= 4.0.0)
Imports:
bbmle,
hypergeo,
MASS,
mvtnorm,
Rdpack,
stats
RdMacros: Rdpack
Suggests:
flextable,
ggplot2,
ggthemes,
grid,
gridExtra,
knitr,
reshape2,
rmarkdown,
spelling,
testthat,
tibble,
viridis
Encoding: UTF-8
Language: en-US
LazyData: TRUE
RoxygenNote: 7.3.1