forked from susanathey/MCPanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·36 lines (36 loc) · 1.36 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
Package: MCPanel
Type: Package
Title: Matrix Completion algorithms for Causal Panel Data Models
Version: 0.0
Date: 2017-11-13
Authors@R: c(
person("Susan", "Athey", role = "aut",
email = "[email protected]"),
person("Mohsen", "Bayati", role = "aut",
email = "[email protected]"),
person("Nikolay", "Doudchenko", role = "aut",
email = "[email protected]"),
person("Guido", "Imbens", role = "aut",
email = "[email protected]"),
person("Khashayar", "Khosravi", role = c("aut", "cre"),
email = "[email protected]"),
person("Apoorva", "Lal", role = c("ctb"),
email = "[email protected]")
)
Author: Susan Athey [aut],
Mohsen Bayati [aut],
Nikolay Doudchenko [aut],
Guido Imbens [aut],
Khashayar Khosravi [aut, cre],
Apoorva Lal [ctb]
Maintainer: Khashayar Khosravi <[email protected]>
Description: Given any matrix which some of its entries are missing, it is important
to recover (estimate) missing entries. Inference questions usually can be only
answered once this completion is finished. This package provides tools and
functions to accomplish this task effectively.
Encoding: UTF-8
LazyData: true
Imports: Rcpp, RcppEigen, glmnet, dfms, sparseDFM, data.table, kernlab, filling
LinkingTo: Rcpp, RcppEigen
License: GPL-2
RoxygenNote: 7.2.3