-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNAMESPACE
More file actions
105 lines (104 loc) · 3.47 KB
/
NAMESPACE
File metadata and controls
105 lines (104 loc) · 3.47 KB
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
# Generated by roxygen2: do not edit by hand
S3method(ExtractChartData,"2Dreduction")
S3method(ExtractChartData,CorrespondenceAnalysis)
S3method(ExtractChartData,DistanceMatrix)
S3method(ExtractChartData,flipFactorAnalysis)
S3method(GoodnessOfFitPlot,"2Dreduction")
S3method(GoodnessOfFitPlot,flipFactorAnalysis)
S3method(fitted,"2Dreduction")
S3method(fitted,flipFactorAnalysis)
S3method(fitted,mcaObj)
S3method(print,"2Dreduction")
S3method(print,CorrespondenceAnalysis)
S3method(print,DistanceMatrix)
S3method(print,PCAbiplot)
S3method(print,flipFactorAnalysis)
S3method(print,mcaObj)
export(BartlettTestOfSphericity)
export(CANormalization)
export(CAQuality)
export(ComponentPlot)
export(CorrespondenceAnalysis)
export(DimensionReduction)
export(DimensionReductionScatterplot)
export(DistanceMatrix)
export(ExtractChartData)
export(GoodnessOfFitPlot)
export(MultipleCorrespondenceAnalysis)
export(PrincipalComponentsAnalysis)
export(PrincipalComponentsBiplot)
export(RotateLoadings)
export(ScreePlot)
import(ca)
importFrom(GPArotation,GPFoblq)
importFrom(GPArotation,GPForth)
importFrom(GPArotation,targetT)
importFrom(MASS,isoMDS)
importFrom(Rtsne,Rtsne)
importFrom(ca,ca)
importFrom(ca,mjca)
importFrom(class,knn.cv)
importFrom(flipChartBasics,ChartColors)
importFrom(flipChartBasics,MatchTable)
importFrom(flipData,ErrorIfMissingDataFound)
importFrom(flipData,EstimationData)
importFrom(flipData,ExcludeCasesWithAnyMissingData)
importFrom(flipData,ExcludeCasesWithCompletelyMissingData)
importFrom(flipData,GetData)
importFrom(flipData,SplitFormQuestions)
importFrom(flipFormat,ExtractChartData)
importFrom(flipFormat,ExtractCommonPrefix)
importFrom(flipFormat,FormatAsPercent)
importFrom(flipFormat,FormatAsReal)
importFrom(flipFormat,Labels)
importFrom(flipFormat,PCALoadingsTable)
importFrom(flipFormat,VarianceExplainedTable)
importFrom(flipImputation,Imputation)
importFrom(flipStandardCharts,Chart)
importFrom(flipStatistics,CosineSimilarities)
importFrom(flipStatistics,CovarianceAndCorrelationMatrix)
importFrom(flipStatistics,GoodnessOfFitPlot)
importFrom(flipStatistics,StandardDeviation)
importFrom(flipStatistics,WeightedTable)
importFrom(flipTables,RemoveRowsAndOrColumns)
importFrom(flipTables,TidyTabularData)
importFrom(flipTransformations,AsNumeric)
importFrom(flipTransformations,Factor)
importFrom(flipTransformations,FactorToIndicators)
importFrom(flipTransformations,FactorToNumeric)
importFrom(flipTransformations,ParseUserEnteredTable)
importFrom(flipTransformations,ProcessQVariables)
importFrom(flipTransformations,StandardizeData)
importFrom(flipTransformations,TextAsVector)
importFrom(flipU,CopyAttributes)
importFrom(flipU,InterceptExceptions)
importFrom(flipU,IsCount)
importFrom(flipU,IsRServer)
importFrom(flipU,StopForUserError)
importFrom(grDevices,rgb)
importFrom(methods,is)
importFrom(nloptr,nl.jacobian)
importFrom(nloptr,nloptr)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(psych,cortest.bartlett)
importFrom(psych,factor.scores)
importFrom(psych,principal)
importFrom(rhtmlCombinedScatter,CombinedScatter)
importFrom(rhtmlLabeledScatter,LabeledScatter)
importFrom(rhtmlMoonPlot,moonplot)
importFrom(stats,cmdscale)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cov2cor)
importFrom(stats,dist)
importFrom(stats,lm.fit)
importFrom(stats,setNames)
importFrom(utils,combn)
importFrom(verbs,First)
importFrom(verbs,Last)
importFrom(verbs,Sum)
importFrom(verbs,SumEachColumn)
importFrom(verbs,SumEachRow)
importFrom(verbs,SumEmptyHandling)
importFrom(weights,wtd.cors)