-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.15 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
Package: likelihood.model
Type: Package
Title: Likelihood Model
Version: 0.9.0
Authors@R:
person("Alexander", "Towell", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6443-9897"))
Maintainer: Alexander Towell <[email protected]>
Description: Facilitates building likelihood models. It defines a number of generic methods for working with likelihoods, and a few functions that are strictly functions of these generic methods. It is designed to interoperate well with the algebraic.mle R package. It also comes with a likelihood contributions model, a likelihood model that is composed of multiple likelihood contributions assuming i.i.d. data.
License: MIT + file LICENSE
Encoding: UTF-8
ByteCompile: true
LazyData: true
Imports:
mvtnorm,
generics,
MASS,
stats,
numDeriv,
boot,
dplyr
URL: https://github.com/queelius/likelihood.model,
https://queelius.github.io/likelihood.model/
BugReports: https://github.com/queelius/likelihood.model/issues
Suggests:
rmarkdown,
dplyr,
knitr,
tibble,
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)