-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
47 lines (47 loc) · 1.02 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
Package: rblm
Type: Package
Title: Estimation procedures in Bonhomme Lamadon Menresa
Version: 0.3
URL: https://github.com/tlamadon/rblm
BugReports: https://github.com/tlamadon/rblm/issues
Date: 2016-01-28
Authors@R: c( person("Stephane", "Bonhomme", email = "[email protected]",
role = "aut"), person("Thibaut", "Lamadon", email = "[email protected]",
role = "cre"), person("Elena", "Manresa", email = "[email protected]", role =
"aut"))
Maintainer: Thibaut Lamadon <[email protected]>
Description: Estimates non parametric models of the labor market. See paper for
more information.
License: MIT
LazyData: TRUE
biocViews:
Depends:
R (>= 3.0.0),
Matrix,
SparseM,
gtools,
reshape,
splines,
quantreg,
ggplot2,
nnls,
graph,
data.table,
FactoClass,
lpSolve,
reshape2,
stringr,
limSolve,
MASS,
quadprog,
gridExtra,
foreign,
futile.logger,
Hmisc,
plyr,
rmutil,
graph
Suggests:
knitr,
testthat
RoxygenNote: 7.1.1