-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
103 lines (102 loc) · 2.15 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Generated by roxygen2: do not edit by hand
S3method("[",Design)
S3method(plot,PBA)
S3method(plot,RM)
S3method(plot,SimSolve)
S3method(print,Design)
S3method(print,PBA)
S3method(print,RM)
S3method(print,SFA)
S3method(print,SimDesign)
S3method(rbind,Design)
S3method(rbind,SimDesign)
S3method(summary,SimDesign)
S3method(summary,SimSolve)
export(AnalyseIf)
export(Attach)
export(Bradley1978)
export(CC)
export(ECR)
export(EDR)
export(ERR)
export(GenerateIf)
export(IRMSE)
export(MAE)
export(MSRSE)
export(PBA)
export(RAB)
export(RD)
export(RE)
export(RMSD)
export(RMSE)
export(RSE)
export(RobbinsMonro)
export(SFA)
export(Serlin2000)
export(SimAnova)
export(SimCheck)
export(SimClean)
export(SimCollect)
export(SimExtract)
export(SimFunctions)
export(SimResults)
export(SimShiny)
export(SimSolve)
export(addMissing)
export(add_missing)
export(aggregate_simulations)
export(bias)
export(bootPredict)
export(boot_predict)
export(clusterSetRNGSubStream)
export(colSDs)
export(colVars)
export(createDesign)
export(expandDesign)
export(genSeeds)
export(getArrayID)
export(manageMessages)
export(manageWarnings)
export(nc)
export(quiet)
export(rHeadrick)
export(rValeMaurelli)
export(reSummarise)
export(rejectionSampling)
export(rint)
export(rinvWishart)
export(rmgh)
export(rmvnorm)
export(rmvt)
export(rtruncate)
export(runArraySimulation)
export(runSimulation)
export(timeFormater)
import(methods)
import(parallel)
import(stats)
importFrom(R.utils,withTimeout)
importFrom(RPushbullet,pbPost)
importFrom(beepr,beep)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(future.apply,future_lapply)
importFrom(graphics,abline)
importFrom(parallelly,availableCores)
importFrom(pbapply,pblapply)
importFrom(pbapply,pboptions)
importFrom(progressr,progressor)
importFrom(sessioninfo,session_info)
importFrom(snow,checkForRemoteErrors)
importFrom(snow,sendCall)
importFrom(testthat,capture_messages)
importFrom(testthat,capture_output_lines)
importFrom(utils,capture.output)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,object.size)
importFrom(utils,packageVersion)
importFrom(utils,recover)
importFrom(utils,tail)