-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
50 lines (49 loc) · 1.24 KB
/
NAMESPACE
File metadata and controls
50 lines (49 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
export(ERRparameters)
export(cgpDataSim)
export(classify_reduction)
export(clpDataSim)
export(combined_k)
export(design_means)
export(eggSim)
export(gpDataSim)
export(lpDataSim)
export(survey_parameters)
export(survey_results_levels)
export(survey_scenario)
export(survey_sim)
import(Rcpp)
import(dplyr)
import(ggplot2)
import(tidyverse)
importFrom(MASS,mvrnorm)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")
importFrom(parallel,clusterExport)
importFrom(parallel,clusterSetRNGStream)
importFrom(parallel,detectCores)
importFrom(parallel,makeForkCluster)
importFrom(parallel,makePSOCKcluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(pbapply,pblapply)
importFrom(purrr,walk)
importFrom(rlang,.data)
importFrom(stats,median)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(tidyr,everything)
importFrom(tidyr,expand_grid)
importFrom(tidyr,gather)
importFrom(tidyr,replace_na)
importFrom(tidyr,spread)
useDynLib(eggSim, .registration = TRUE)