-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.23 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
# Generated by roxygen2: do not edit by hand
export(calcCollectRegressionData)
export(nlsAddLines)
export(nlsregression)
export(robust_vce)
export(toolCollectRegressionVariables)
export(toolRegression)
export(toolRegressionTable)
import(madrat)
import(magclass)
import(magpiesets)
import(mrcommons)
import(utils)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(boot,corr)
importFrom(countrycode,countrycode)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(graphics,curve)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(lmtest,bptest)
importFrom(lmtest,coeftest)
importFrom(madrat,vcat)
importFrom(magpiesets,findset)
importFrom(mrfaocore,toolFAOcombine)
importFrom(nlstools,confint2)
importFrom(sandwich,sandwich)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,nls)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,resid)
importFrom(stats,runif)
importFrom(stats,shapiro.test)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(stats,weights)