-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
S3method(coef,APEs)
S3method(coef,feglm)
S3method(coef,summary.APEs)
S3method(coef,summary.feglm)
S3method(fitted,feglm)
S3method(predict,feglm)
S3method(print,APEs)
S3method(print,feglm)
S3method(print,summary.APEs)
S3method(print,summary.feglm)
S3method(summary,APEs)
S3method(summary,feglm)
S3method(vcov,APEs)
S3method(vcov,feglm)
export(biasCorr)
export(feglm)
export(feglm.control)
export(feglm.nb)
export(feglmControl)
export(getAPEs)
export(getFEs)
export(simGLM)
importFrom(Formula,Formula)
importFrom(MASS,negative.binomial)
importFrom(MASS,theta.ml)
importFrom(Rcpp,evalCpp)
importFrom(data.table,":=")
importFrom(data.table,.SD)
importFrom(data.table,setDT)
importFrom(data.table,setkeyv)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,printCoefmat)
importFrom(stats,rgamma)
importFrom(stats,rlogis)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,terms)
importFrom(stats,vcov)
importFrom(utils,combn)
useDynLib(alpaca, .registration = TRUE)