-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.26 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
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]"))
Author: Susan Athey [aut],
Mohsen Bayati [aut],
Nikolay Doudchenko [aut],
Guido Imbens [aut],
Khashayar Khosravi [aut, cre]
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 (>= 0.12.13), RcppEigen, latex2exp, ggplot2, glmnet
LinkingTo: Rcpp, RcppEigen
License: GPL-2
RoxygenNote: 6.0.1