-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
66 lines (65 loc) · 1.36 KB
/
Copy pathNAMESPACE
File metadata and controls
66 lines (65 loc) · 1.36 KB
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
# Generated by roxygen2: do not edit by hand
S3method(plot,dsm)
S3method(print,dsm)
S3method(print,mcs)
S3method(print,pra_sigmoidal_fit)
S3method(print,smm)
export(ac)
export(add_documents)
export(build_knowledge_base)
export(contingency)
export(cor_matrix)
export(cost_pdf)
export(cost_post_pdf)
export(cpi)
export(cv)
export(eac)
export(etc)
export(ev)
export(fit_sigmoidal)
export(grandparent_dsm)
export(mcs)
export(parent_dsm)
export(plot_sigmoidal)
export(pra_app)
export(pra_chat)
export(pra_mcp_server)
export(pra_tools)
export(predict_sigmoidal)
export(prob_net)
export(prob_net_learn)
export(prob_net_sim)
export(prob_net_update)
export(pv)
export(retrieve_context)
export(risk_post_prob)
export(risk_prob)
export(sensitivity)
export(smm)
export(spi)
export(sv)
export(tcpi)
export(vac)
importFrom(grDevices,heat.colors)
importFrom(graphics,axis)
importFrom(graphics,image)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(mc2d,rtriang)
importFrom(minpack.lm,nlsLM)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,df.residual)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,vcov)