-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
111 lines (110 loc) · 2.84 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
# Generated by roxygen2: do not edit by hand
S3method(plot,conjoint)
S3method(plot,full_factor)
S3method(plot,hclus)
S3method(plot,kclus)
S3method(plot,mds)
S3method(plot,pre_factor)
S3method(plot,prmap)
S3method(predict,conjoint)
S3method(print,conjoint.predict)
S3method(store,conjoint)
S3method(store,conjoint.predict)
S3method(store,full_factor)
S3method(store,hclus)
S3method(store,kclus)
S3method(summary,conjoint)
S3method(summary,full_factor)
S3method(summary,hclus)
S3method(summary,kclus)
S3method(summary,mds)
S3method(summary,pre_factor)
S3method(summary,prmap)
export(clean_loadings)
export(conjoint)
export(full_factor)
export(hclus)
export(kclus)
export(mds)
export(pre_factor)
export(predict_conjoint_by)
export(prmap)
export(radiant.multivariate)
export(radiant.multivariate_viewer)
export(radiant.multivariate_window)
export(the_table)
import(ggplot2)
import(radiant.data)
import(shiny)
importFrom(GPArotation,oblimin)
importFrom(GPArotation,quartimax)
importFrom(GPArotation,simplimax)
importFrom(MASS,isoMDS)
importFrom(car,vif)
importFrom(clustMixType,kproto)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,lag)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_if)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,select_at)
importFrom(dplyr,select_if)
importFrom(dplyr,slice)
importFrom(dplyr,summarise_all)
importFrom(ggrepel,geom_text_repel)
importFrom(gower,gower_dist)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(import,from)
importFrom(lubridate,is.Date)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_names)
importFrom(magrittr,set_rownames)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,wrap_plots)
importFrom(polycor,hetcor)
importFrom(psych,KMO)
importFrom(psych,cortest.bartlett)
importFrom(psych,fa)
importFrom(psych,fa.sort)
importFrom(psych,factor.scores)
importFrom(psych,principal)
importFrom(psych,scoreIrt)
importFrom(radiant.data,launch)
importFrom(radiant.model,predict_model)
importFrom(radiant.model,print_predict_model)
importFrom(rlang,.data)
importFrom(scales,percent)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,as.formula)
importFrom(stats,cmdscale)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,factanal)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,qt)
importFrom(stats,sd)
importFrom(utils,head)