forked from morrowcj/remotePARTS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
73 lines (72 loc) · 1.64 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
66
67
68
69
70
71
72
73
# Generated by roxygen2: do not edit by hand
S3method(coef,remoteAR)
S3method(coef,remoteCLS)
S3method(get_fm,remoteCLS)
S3method(print,remoteAR)
S3method(print,remoteCLS)
S3method(print,remoteGLS)
S3method(residuals,remoteAR)
S3method(residuals,remoteCLS)
S3method(summary,remoteCLS)
export(AR_df)
export(AR_funct)
export(GLS_worker)
export(boot_corF)
export(calc_dfpart)
export(check_posdef)
export(cor_F.test)
export(cor_chisq)
export(cor_chisq.test)
export(cor_t)
export(cor_t.test)
export(crosspart_worker)
export(dist_km)
export(fitAR)
export(fitAR.map)
export(fitCLS)
export(fitCLS.map)
export(fitGLS)
export(fitGLS.partition)
export(fitGLS.partition.mc)
export(fitGLS.partition_rcpp)
export(fitGLS2)
export(fitGLS_R)
export(fitNugget)
export(fitNugget_Rcpp)
export(fitV)
export(fit_spatialcor)
export(get_fm)
export(invert_chol)
export(invert_cholR)
export(optimize_GLS)
export(optimize_nugget)
export(part_csv)
export(part_data)
export(remoteGLS)
export(sample_partitions)
export(scale_dist)
export(taper_sphere)
importFrom(Rcpp,evalCpp)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(iterators,iter)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,nls)
importFrom(stats,nls.control)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,p.adjust)
importFrom(stats,pf)
importFrom(stats,pt)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,sigma)
useDynLib(remotePARTS, .registration = TRUE)