-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNAMESPACE
More file actions
116 lines (115 loc) · 3.46 KB
/
NAMESPACE
File metadata and controls
116 lines (115 loc) · 3.46 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
106
107
108
109
110
111
112
113
114
115
116
# Generated by roxygen2: do not edit by hand
S3method(Observed,MachineLearningEnsemble)
S3method(Observed,default)
S3method(Probabilities,default)
S3method(print,Calibrate)
S3method(print,MergeDataSetByCase)
S3method(print,MergeDataSetByCasePage)
S3method(print,MergeDataSetByVariable)
S3method(print,MergeDataSetByVariablePage)
S3method(print,StackedData)
export(AddDummyVariablesForNAs)
export(AddFormulaBars)
export(AutoCoerceClass)
export(Calibrate)
export(CalibrateWeight)
export(CheckCorrelationMatrix)
export(CheckForLinearDependence)
export(CheckForPositiveVariance)
export(CheckForUniqueVariableNames)
export(CheckPredictionVariables)
export(CleanBackticks)
export(CleanSubset)
export(CleanWeights)
export(CombineVariableSetsAsBinary)
export(DataFormula)
export(EffectiveSampleSize)
export(ErrorIfInfinity)
export(ErrorIfMissingDataFound)
export(EstimationData)
export(EstimationDataTemplate)
export(ExcludeCasesWithAnyMissingData)
export(ExcludeCasesWithCompletelyMissingData)
export(GetData)
export(GetTidyTwoDimensionalArray)
export(IsMissing)
export(MatchVariableLabelsToQuestion)
export(MergeDataSetsByCase)
export(MergeDataSetsByVariable)
export(MissingDataFail)
export(MissingValuesByVariable)
export(NoData)
export(Observed)
export(Probabilities)
export(RemoveBackticks)
export(RemoveCasesWithAllNA)
export(RemoveCasesWithAnyNA)
export(SplitFormQuestions)
export(StackData)
export(TidyRawData)
export(ValidateNewData)
export(WeightedSurveyDesign)
export(WeightingDialog)
importFrom(CVXR,Minimize)
importFrom(CVXR,Problem)
importFrom(CVXR,Variable)
importFrom(CVXR,entr)
importFrom(CVXR,solve)
importFrom(flipAPI,IsDisplayrCloudDriveAvailable)
importFrom(flipAPI,QLoadData)
importFrom(flipAPI,QSaveData)
importFrom(flipFormat,"Labels<-")
importFrom(flipFormat,DataSetMergingByCaseWidget)
importFrom(flipFormat,DataSetMergingByVariableWidget)
importFrom(flipFormat,ExtractCommonPrefixFromLabels)
importFrom(flipFormat,FormatAsPercent)
importFrom(flipFormat,FormatAsReal)
importFrom(flipFormat,Labels)
importFrom(flipFormat,SampleDescription)
importFrom(flipFormat,StackingWidget)
importFrom(flipImputation,Imputation)
importFrom(flipTime,AsDate)
importFrom(flipTime,AsDateTime)
importFrom(flipTransformations,AsNumeric)
importFrom(flipTransformations,ProcessQVariables)
importFrom(flipTransformations,RemoveMissingLevelsFromFactors)
importFrom(flipU,AllVariablesNames)
importFrom(flipU,CopyAttributes)
importFrom(flipU,EscapeRegexSymbols)
importFrom(flipU,HasOutcome)
importFrom(flipU,InterceptExceptions)
importFrom(flipU,OutcomeName)
importFrom(flipU,RemoveAt)
importFrom(flipU,StopForUserError)
importFrom(flipU,TrimWhitespace)
importFrom(haven,read_sav)
importFrom(haven,write_sav)
importFrom(icarus,calibration)
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.POSIXt)
importFrom(lubridate,is.timepoint)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,formula)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms.formula)
importFrom(stats,weights)
importFrom(stringdist,stringdist)
importFrom(stringdist,stringdistmatrix)
importFrom(stringr,str_match)
importFrom(stringr,str_trim)
importFrom(survey,calibrate)
importFrom(survey,rake)
importFrom(survey,svydesign)
importFrom(tools,file_path_sans_ext)
importFrom(utils,object.size)
importFrom(verbs,AnyOf)
importFrom(verbs,Count)
importFrom(verbs,Sum)
importFrom(verbs,SumEachColumn)
importFrom(verbs,SumEachRow)