forked from sgaure/lfe
-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
65 lines (64 loc) · 1.43 KB
/
NAMESPACE
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Generated by roxygen2: do not edit by hand
S3method(bread,felm)
S3method(coef,felm)
S3method(confint,felm)
S3method(estfun,felm)
S3method(logLik,felm)
S3method(model.frame,felm)
S3method(model.matrix,felm)
S3method(nobs,felm)
S3method(predict,fepois)
S3method(print,felm)
S3method(print,summary.felm)
S3method(print,summary.fepois)
S3method(residuals,felm)
S3method(summary,felm)
S3method(summary,fepois)
S3method(update,felm)
S3method(vcov,felm)
S3method(weights,felm)
S3method(xtable,felm)
S3method(xtable,summary.felm)
export(..oldfelm)
export(bccorr)
export(btrap)
export(cgsolve)
export(chainsubset)
export(compfactor)
export(condfstat)
export(demeanlist)
export(efactory)
export(felm)
export(fepois)
export(fevcov)
export(fixedse)
export(getfe)
export(is.estimable)
export(kaczmarz)
export(makeDmatrix)
export(mctrace)
export(nlexpect)
export(sargan)
export(varvars)
export(waldtest)
import('stats')
import(Formula)
importClassesFrom(Matrix,sparseMatrix)
importFrom(Formula,Formula)
importFrom(Matrix,Cholesky)
importFrom(Matrix,Diagonal)
importFrom(Matrix,colSums)
importFrom(Matrix,crossprod)
importFrom(Matrix,diag)
importFrom(Matrix,nnzero)
importFrom(Matrix,rankMatrix)
importFrom(Matrix,rowSums)
importFrom(Matrix,solve)
importFrom(Matrix,t)
importFrom(Matrix,tcrossprod)
importFrom(methods,as)
importFrom(methods,is)
importFrom(sandwich,bread)
importFrom(sandwich,estfun)
importFrom(xtable,xtable)
useDynLib(lfe, .registration=TRUE, .fixes='C_')