-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
executable file
·60 lines (59 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
S3method(print,Cmat)
S3method(print,DistatisR)
S3method(print,F4voc)
S3method(print,F_alpha_k)
S3method(print,Splus)
S3method(print,beersBlind)
S3method(print,cubeSort)
S3method(print,dataAmari)
S3method(print,dataSortingSpices)
S3method(print,dataSortingWines)
S3method(print,distatis.data)
S3method(print,str_BeersProjectiveMapping)
S3method(print,voc4distatis)
export(BootFactorScores)
export(BootFromCompromise)
export(CP2MFAnormedCP)
export(CP2NuclearNormedCP)
export(CP2SUMPCAnormedCP)
export(Chi2Dist)
export(Chi2DistanceFromSort)
export(ComputeSplus)
export(DblCenterDist)
export(Dist2CP)
export(DistanceFromRank)
export(DistanceFromSort)
export(GetCmat)
export(GetRectCmat)
export(GraphDistatisAll)
export(GraphDistatisBoot)
export(GraphDistatisCompromise)
export(GraphDistatisPartial)
export(GraphDistatisRv)
export(MFAnormCP)
export(NuclearNormedCP)
export(SUMPCAnormCP)
export(computePartial4Groups)
export(createCubeOfCovDis)
export(distatis)
export(ldiag)
export(list2CubeOfCovDis)
export(mmds)
export(projMap2Cube)
export(projectVoc)
export(rdiag)
export(read.df.excel)
export(rv)
export(scale1)
export(supplementalProjection4distatis)
export(vocabulary2CT)
import(dplyr)
import(tidytext)
importFrom(car,dataEllipse)
importFrom(graphics,points)
importFrom(prettyGraphs,createColorVectorsByDesign)
importFrom(prettyGraphs,peeledHull)
importFrom(prettyGraphs,prettyPlot)
importFrom(readxl,read_excel)
importFrom(stats,model.matrix)