-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
47 lines (46 loc) · 1.21 KB
/
NAMESPACE
File metadata and controls
47 lines (46 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
S3method(logLik,selmodel)
S3method(p_area,beta.selmodel)
S3method(p_area,step.selmodel)
S3method(print,selmodel)
S3method(print_with_header,data.frame)
S3method(print_with_header,list)
S3method(selection_plot,boot.selmodel)
S3method(selection_plot,default)
S3method(selection_plot,selmodel)
S3method(selection_wts,beta.selmodel)
S3method(selection_wts,default)
S3method(selection_wts,step.selmodel)
S3method(summary,selmodel)
export(beta_fun)
export(define_priors)
export(n_ES_empirical)
export(n_ES_param)
export(p_area)
export(r_meta)
export(selection_model)
export(selection_plot)
export(selection_wts)
export(step_fun)
importFrom(Formula,as.Formula)
importFrom(Rdpack,reprompt)
importFrom(rlang,.data)
importFrom(stats,cov)
importFrom(stats,dnorm)
importFrom(stats,glm.fit)
importFrom(stats,integrate)
importFrom(stats,lm.wfit)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,rbeta)
importFrom(stats,reformulate)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,weighted.mean)