Last data update: 2014.03.03

wfe

Package: wfe
Version: 1.3
Date: 2014-08-09
Title: Weighted Linear Fixed Effects Regression Models for Causal
Inference
Author: In Song Kim <insong@mit.edu>, Kosuke Imai <kimai@Princeton.edu>
Maintainer: In Song Kim <insong@mit.edu>
Depends: R (>= 2.11.0), utils, arm (>= 1.4-6), Matrix, MASS
Description: This R package provides a computationally efficient way
of fitting weighted linear fixed effects estimators for
causal inference with various weighting schemes. Imai
and Kim (2012) show that weighted linear fixed effects
estimators can be used to estimate the average treatment
effects under different identification strategies. This
includes stratified randomized experiments, matching and
stratification for observational studies, first
differencing, and difference-in-differences. The package
also provides various robust standard errors and a
specification test for standard linear fixed effects
estimators.
LazyLoad: yes
LazyData: yes
License: GPL (>= 2)
Packaged: 2014-08-11 00:00:20 UTC; insong
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-08-11 05:56:52

● 0 images, 2 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'wfe' ...
** package 'wfe' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c vector.c -o vector.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c wfe.c -o wfe.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o wfe.so vector.o wfe.o -L/home/ddbj/local/lib64/R/lib -lRlapack -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/wfe/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'wfe'
    finding HTML links ... done
    pwfe                                    html  
    wfe                                     html  
** building package indices
** testing if installed package can be loaded
* DONE (wfe)
Making 'packages.html' ... done