-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
89 lines (88 loc) · 1.96 KB
/
Copy pathNAMESPACE
File metadata and controls
89 lines (88 loc) · 1.96 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Generated by roxygen2: do not edit by hand
S3method(plot,selection_simulation)
S3method(print,base_index)
S3method(print,dg_lpsi)
S3method(print,esim)
S3method(print,gesim)
S3method(print,gw_esim)
S3method(print,gw_lmsi)
S3method(print,lmsi)
S3method(print,mesim)
S3method(print,ppg_esim)
S3method(print,ppg_gesim)
S3method(print,resim)
S3method(print,rgesim)
S3method(print,selection_simulation)
S3method(print,smith_hazel)
S3method(summary,base_index)
S3method(summary,dg_lpsi)
S3method(summary,esim)
S3method(summary,gesim)
S3method(summary,gw_esim)
S3method(summary,mesim)
S3method(summary,ppg_esim)
S3method(summary,ppg_gesim)
S3method(summary,resim)
S3method(summary,rgesim)
S3method(summary,selection_simulation)
S3method(summary,smith_hazel)
export(base_index)
export(clgsi)
export(cppg_lgsi)
export(crlgsi)
export(dg_lpsi)
export(esim)
export(estimate_missing_values)
export(gen_advance)
export(gen_varcov)
export(genetic_genomic_varcov)
export(genomic_varcov)
export(gesim)
export(gw_esim)
export(gw_lmsi)
export(haldane_mapping)
export(inverse_haldane_mapping)
export(lgsi)
export(lmsi)
export(lpsi)
export(mean_performance)
export(mesim)
export(mlgsi)
export(mlpsi)
export(mppg_lgsi)
export(mppg_lpsi)
export(mrlgsi)
export(mrlpsi)
export(phen_varcov)
export(phenomic_genomic_varcov)
export(ppg_esim)
export(ppg_gesim)
export(ppg_lgsi)
export(ppg_lpsi)
export(predict_selection_score)
export(resim)
export(rgesim)
export(rlgsi)
export(rlpsi)
export(simulate_selection_cycles)
export(smith_hazel)
export(weight_mat)
importFrom(MASS,ginv)
importFrom(Rcpp,sourceCpp)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,dnorm)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(utils,combn)
useDynLib(selection.index, .registration = TRUE)