forked from vnijs/radiant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
153 lines (152 loc) · 3.52 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method(plot,compare_means)
S3method(plot,compare_props)
S3method(plot,conjoint)
S3method(plot,correlation)
S3method(plot,cross_tabs)
S3method(plot,explore)
S3method(plot,full_factor)
S3method(plot,glm_predict)
S3method(plot,glm_reg)
S3method(plot,hier_clus)
S3method(plot,kmeans_clus)
S3method(plot,mds)
S3method(plot,pmap)
S3method(plot,pre_factor)
S3method(plot,reg_predict)
S3method(plot,regression)
S3method(plot,single_mean)
S3method(plot,single_prop)
S3method(predict,glm_reg)
S3method(predict,regression)
S3method(summary,compare_means)
S3method(summary,compare_props)
S3method(summary,conjoint)
S3method(summary,conjoint_profiles)
S3method(summary,correlation)
S3method(summary,cross_tabs)
S3method(summary,explore)
S3method(summary,full_factor)
S3method(summary,glm_reg)
S3method(summary,hier_clus)
S3method(summary,kmeans_clus)
S3method(summary,mds)
S3method(summary,pmap)
S3method(summary,pre_factor)
S3method(summary,regression)
S3method(summary,sample_size)
S3method(summary,sampling)
S3method(summary,single_mean)
S3method(summary,single_prop)
export(ca_the_table)
export(changedata)
export(clean_loadings)
export(compare_means)
export(compare_props)
export(conjoint)
export(conjoint_profiles)
export(copy_all)
export(copy_from)
export(correlation)
export(cross_tabs)
export(cv)
export(explore)
export(ff_design)
export(full_factor)
export(getclass)
export(getdata)
export(getsummary)
export(glm_reg)
export(hier_clus)
export(is_empty)
export(is_string)
export(kmeans_clus)
export(kurtosi)
export(launcher)
export(mac_launcher)
export(max_rm)
export(mds)
export(mean_rm)
export(median_rm)
export(mergedata)
export(min_rm)
export(nmissing)
export(p25)
export(p75)
export(pmap)
export(pre_factor)
export(print.arrange)
export(radiant)
export(regression)
export(sample_size)
export(sampling)
export(save_factors)
export(save_glm_resid)
export(save_membership)
export(save_reg_resid)
export(sd_rm)
export(serr)
export(set_class)
export(sig_stars)
export(single_mean)
export(single_prop)
export(skew)
export(sshh)
export(sshhr)
export(state_init)
export(state_multiple)
export(state_single)
export(test_specs)
export(var_check)
export(visualize)
export(win_launcher)
import(GPArotation)
import(dplyr)
import(ggdendro)
import(ggplot2)
import(htmlwidgets)
import(shiny)
import(yaml)
importFrom(AlgDesign,optFederov)
importFrom(DT,dataTableAjax)
importFrom(DT,datatable)
importFrom(MASS,isoMDS)
importFrom(broom,glance)
importFrom(broom,tidy)
importFrom(car,leveragePlots)
importFrom(car,vif)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,print.arrange)
importFrom(knitr,knit2html)
importFrom(lubridate,dmy)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.POSIXt)
importFrom(lubridate,mdy)
importFrom(lubridate,now)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%T>%")
importFrom(magrittr,add)
importFrom(magrittr,divide_by)
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_names)
importFrom(magrittr,set_rownames)
importFrom(markdown,markdownToHTML)
importFrom(pryr,where)
importFrom(psych,KMO)
importFrom(psych,corr.test)
importFrom(psych,cortest.bartlett)
importFrom(psych,fa.sort)
importFrom(psych,kurtosi)
importFrom(psych,principal)
importFrom(psych,skew)
importFrom(rpivotTable,renderRpivotTable)
importFrom(rpivotTable,rpivotTable)
importFrom(rpivotTable,rpivotTableOutput)
importFrom(shinyAce,aceEditor)
importFrom(shinyAce,updateAceEditor)
importFrom(tidyr,gather_)
importFrom(tidyr,spread_)
importFrom(wordcloud,textplot)