forked from lebebr01/simglm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
export(data_glm_nested)
export(data_glm_nested3)
export(data_glm_single)
export(data_reg_nested)
export(data_reg_nested3)
export(data_reg_single)
export(desireVar)
export(dropout_missing)
export(mar_missing)
export(missing_data)
export(random_missing)
export(rbimod)
export(run_shiny)
export(sim_continuous)
export(sim_err_nested)
export(sim_err_single)
export(sim_factor)
export(sim_fixef_nested)
export(sim_fixef_nested3)
export(sim_fixef_single)
export(sim_glm)
export(sim_glm_nested)
export(sim_glm_nested3)
export(sim_glm_single)
export(sim_pow)
export(sim_pow_glm)
export(sim_pow_glm_nested)
export(sim_pow_glm_nested3)
export(sim_pow_glm_single)
export(sim_pow_nested)
export(sim_pow_nested3)
export(sim_pow_single)
export(sim_rand_eff)
export(sim_reg)
export(sim_reg_nested)
export(sim_reg_nested3)
export(sim_reg_single)
import(stats)
importFrom(Matrix,bdiag)
importFrom(dplyr,'%>%')
importFrom(dplyr,arrange)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,summarise)
importFrom(purrr,pmap)
importFrom(tidyr,nest)