Last data update: 2014.03.03

lfe

Package: lfe
Version: 2.5-1998
Date: 2016-04-18
Title: Linear Group Fixed Effects
Author: Simen Gaure, Ragnar Frisch Centre for Economic Research
Maintainer: Simen Gaure <Simen.Gaure@frisch.uio.no>
Copyright: 2011-2016, Simen Gaure
Depends: R (>= 2.15.2), Matrix (>= 1.1-2)
Imports: Formula, xtable, compiler, utils, methods, sandwich
Suggests: knitr, igraph, plm, R2Cuba, numDeriv
VignetteBuilder: knitr
ByteCompile: yes
Description: Transforms away factors with many levels prior to doing an OLS.
Useful for estimating linear models with multiple group fixed effects, and for
estimating linear models which uses factors with many levels as pure control
variables. Includes support for instrumental variables, conditional F statistics
for weak instruments, robust and multi-way clustered standard errors, as well as
limited mobility bias correction.
License: Artistic-2.0
Classification/JEL: C13, C23, C60
Classification/MSC: 62J05, 65F10, 65F50
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-04-18 09:20:05 UTC; sgaure
Repository: CRAN
Date/Publication: 2016-04-19 00:34:26

● Cran Task View: Econometrics
● 0 images, 20 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'lfe' ...
** package 'lfe' successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gawk... gawk
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for timed semaphore wait... yes
checking for library containing pthread_setname_np... none required
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/config.h
config.status: src/config.h is unchanged
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fvisibility=hidden -fopenmp -pthread  -fpic  -g -O2  -c Crowsum.c -o Crowsum.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fvisibility=hidden -fopenmp -pthread  -fpic  -g -O2  -c demean.c -o demean.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fvisibility=hidden -fopenmp -pthread  -fpic  -g -O2  -c factor.c -o factor.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fvisibility=hidden -fopenmp -pthread  -fpic  -g -O2  -c kaczmarz.c -o kaczmarz.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fvisibility=hidden -fopenmp -pthread  -fpic  -g -O2  -c lfe.c -o lfe.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fvisibility=hidden -fopenmp -pthread  -fpic  -g -O2  -c utils.c -o utils.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o lfe.so Crowsum.o demean.o factor.o kaczmarz.o lfe.o utils.o -pthread -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -fopenmp -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/lfe/libs
** R
** exec
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'lfe'
    finding HTML links ... done
    bccorr                                  html  
    btrap                                   html  
    cgsolve                                 html  
    chainsubset                             html  
    compfactor                              html  
    condfstat                               html  
    demeanlist                              html  
    efactory                                html  
    felm                                    html  
    fevcov                                  html  
    getfe                                   html  
    is.estimable                            html  
    kaczmarz                                html  
    lfe-package                             html  
    makeDmatrix                             html  
    mctrace                                 html  
    nlexpect                                html  
    summary                                 html  
    varvars                                 html  
    waldtest                                html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (lfe)
Making 'packages.html' ... done