-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·38 lines (37 loc) · 952 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,ca)
S3method(plot,spe)
S3method(plot,subpop)
S3method(summary,ca)
S3method(summary,spe)
S3method(summary,subpop)
export(ca)
export(spe)
export(subpop)
importFrom(Hmisc,wtd.mean)
importFrom(Hmisc,wtd.quantile)
importFrom(SparseM,as.matrix.csr)
importFrom(boot,boot)
importFrom(dummies,dummy.data.frame)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(parallel,detectCores)
importFrom(pbapply,closepb)
importFrom(pbapply,setpb)
importFrom(pbapply,startpb)
importFrom(quantreg,rq)
importFrom(quantreg,sfn.control)
importFrom(stats,binomial)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rexp)
importFrom(stats,weighted.mean)