-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
52 lines (52 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: bbmle
Title: Tools for General Maximum Likelihood Estimation
Description: Methods and functions for fitting maximum likelihood models in R. This package modifies and extends the 'mle' classes in the 'stats4' package.
Version: 1.0.26
Authors@R: c(person("Ben","Bolker",email="[email protected]",role=c("aut","cre"),
comment=c(ORCID="0000-0002-2127-0443")),
person("R Development Core Team",role=c("aut")),
person("Iago Giné-Vázquez", role=c("ctb"))
)
Depends:
R (>= 3.0.0),
stats4
Imports:
stats,
numDeriv,
lattice,
MASS,
methods,
bdsmatrix,
Matrix,
mvtnorm
Suggests:
emdbook,
rms,
ggplot2,
RUnit,
MuMIn,
AICcmodavg,
Hmisc,
optimx (>= 2013.8.6),
knitr,
testthat,
tinytest
VignetteBuilder: knitr
BuildVignettes: yes
License: GPL
URL: https://github.com/bbolker/bbmle
Collate:
'mle2-class.R'
'mle2-methods.R'
'mle.R'
'confint.R'
'predict.R'
'profile.R'
'update.R'
'dists.R'
'IC.R'
'slice.R'
'impsamp.R'
'TMB.R'
RoxygenNote: 7.3.0
Encoding: UTF-8