-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.42 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Generated by roxygen2: do not edit by hand
export("%>%")
export(AppSimrel)
export(abs_sigma)
export(bisimrel)
export(cov_mat)
export(cov_plot_data)
export(expect_subset)
export(ggsimrelplot)
export(mbrd)
export(mbrdsim)
export(msim)
export(multisimrel)
export(parse_parm)
export(plot_beta)
export(plot_cov)
export(plot_covariance)
export(plot_simrel)
export(prepare_design)
export(simrel)
export(simrelplot)
export(tidy_beta)
export(tidy_lambda)
export(tidy_sigma)
export(unisimrel)
import(ggplot2)
import(shiny)
importFrom(FrF2,FrF2)
importFrom(grDevices,dev.flush)
importFrom(grDevices,dev.hold)
importFrom(grDevices,dev.new)
importFrom(grDevices,devAskNewPage)
importFrom(grDevices,palette)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(gridExtra,grid.arrange)
importFrom(magrittr,"%>%")
importFrom(purrr,modify)
importFrom(purrr,modify_at)
importFrom(purrr,modify_if)
importFrom(purrr,pluck)
importFrom(purrr,transpose)
importFrom(rlang,enquo)
importFrom(scales,pretty_breaks)
importFrom(sfsmisc,polyn.eval)
importFrom(stats,biplot)
importFrom(stats,cov)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(testthat,expect)
importFrom(testthat,quasi_label)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather_)
importFrom(utils,str)
importFrom(utils,write.csv)