|
1 | 1 | Package: dsBase |
2 | | -Title: DataSHIELD Server Site Base Functions |
3 | | -Description: Base DataSHIELD functions for the server side. DataSHIELD is a software package which allows |
4 | | - you to do non-disclosive federated analysis on sensitive data. DataSHIELD analytic functions have |
| 2 | +Title: 'DataSHIELD' Server Site Base Functions |
| 3 | +Description: Base 'DataSHIELD' functions for the server side. 'DataSHIELD' is a software package which allows |
| 4 | + you to do non-disclosive federated analysis on sensitive data. 'DataSHIELD' analytic functions have |
5 | 5 | been designed to only share non disclosive summary statistics, with built in automated output |
6 | 6 | checking based on statistical disclosure control. With data sites setting the threshold values for |
7 | 7 | the automated output checks. |
@@ -59,180 +59,5 @@ Imports: |
59 | 59 | childsds |
60 | 60 | Suggests: |
61 | 61 | testthat |
62 | | -AggregateMethods: |
63 | | - asFactorDS1, |
64 | | - asListDS, |
65 | | - aucDS, |
66 | | - boxPlotGGDS, |
67 | | - checkNegValueDS, |
68 | | - classDS, |
69 | | - colnamesDS, |
70 | | - corTestDS, |
71 | | - corDS, |
72 | | - covDS, |
73 | | - dataFrameSubsetDS1, |
74 | | - densityGridDS, |
75 | | - extractQuantilesDS1, |
76 | | - extractQuantilesDS2, |
77 | | - dimDS, |
78 | | - gamlssDS, |
79 | | - glmDS1, |
80 | | - glmDS2, |
81 | | - glmerSLMADS2, |
82 | | - glmPredictDS.ag, |
83 | | - glmSLMADS1, |
84 | | - glmSLMADS2, |
85 | | - glmSummaryDS.ag, |
86 | | - heatmapPlotDS, |
87 | | - hetcorDS, |
88 | | - histogramDS1, |
89 | | - histogramDS2, |
90 | | - isNaDS, |
91 | | - isValidDS, |
92 | | - kurtosisDS1, |
93 | | - kurtosisDS2, |
94 | | - lengthDS, |
95 | | - levelsDS, |
96 | | - lexisDS1, |
97 | | - listDisclosureSettingsDS, |
98 | | - lmerSLMADS2, |
99 | | - lsDS, |
100 | | - matrixDetDS1, |
101 | | - meanDS, |
102 | | - meanSdGpDS, |
103 | | - messageDS, |
104 | | - metadataDS, |
105 | | - miceDS, |
106 | | - minMaxRandDS, |
107 | | - namesDS, |
108 | | - numNaDS, |
109 | | - quantileMeanDS, |
110 | | - rangeDS, |
111 | | - ranksSecureDS1, |
112 | | - ranksSecureDS3, |
113 | | - rmDS, |
114 | | - scatterPlotDS, |
115 | | - scoreVectDS, |
116 | | - setSeedDS, |
117 | | - skewnessDS1, |
118 | | - skewnessDS2, |
119 | | - table1DDS, |
120 | | - table2DDS, |
121 | | - tableDS, |
122 | | - tableDS2, |
123 | | - tapplyDS, |
124 | | - testObjExistsDS, |
125 | | - varDS, |
126 | | - exists=base::exists, |
127 | | - is.character=base::is.character, |
128 | | - is.factor=base::is.factor, |
129 | | - is.list=base::is.list, |
130 | | - is.null=base::is.null, |
131 | | - is.numeric=base::is.numeric, |
132 | | - NROW=base::NROW, |
133 | | - t.test=stats::t.test |
134 | | -AssignMethods: |
135 | | - absDS, |
136 | | - asCharacterDS, |
137 | | - asDataMatrixDS, |
138 | | - asFactorDS2, |
139 | | - asFactorSimpleDS, |
140 | | - asIntegerDS, |
141 | | - asListDS, |
142 | | - asLogicalDS, |
143 | | - asMatrixDS, |
144 | | - asNumericDS, |
145 | | - blackBoxDS, |
146 | | - blackBoxRanksDS, |
147 | | - BooleDS, |
148 | | - boxPlotGG_data_TreatmentDS, |
149 | | - boxPlotGG_data_Treatment_numericDS, |
150 | | - bp_standardsDS, |
151 | | - cbindDS, |
152 | | - cDS, |
153 | | - changeRefGroupDS, |
154 | | - completeCasesDS, |
155 | | - dataFrameDS, |
156 | | - dataFrameFillDS, |
157 | | - dataFrameSortDS, |
158 | | - dataFrameSubsetDS2, |
159 | | - dmtC2SDS, |
160 | | - elsplineDS, |
161 | | - glmerSLMADS.assign, |
162 | | - glmPredictDS.as, |
163 | | - glmSLMADS.assign, |
164 | | - glmSummaryDS.as, |
165 | | - getWGSRDS, |
166 | | - igb_standardsDS, |
167 | | - listDS, |
168 | | - lexisDS2, |
169 | | - lexisDS3, |
170 | | - lmerSLMADS.assign, |
171 | | - lsplineDS, |
172 | | - matrixDetDS2, |
173 | | - matrixDiagDS, |
174 | | - matrixDimnamesDS, |
175 | | - matrixDS, |
176 | | - matrixInvertDS, |
177 | | - matrixMultDS, |
178 | | - matrixTransposeDS, |
179 | | - mergeDS, |
180 | | - nsDS, |
181 | | - qlsplineDS, |
182 | | - ranksSecureDS2, |
183 | | - ranksSecureDS4, |
184 | | - ranksSecureDS5, |
185 | | - rbindDS, |
186 | | - rBinomDS, |
187 | | - recodeLevelsDS, |
188 | | - recodeValuesDS, |
189 | | - repDS, |
190 | | - replaceNaDS, |
191 | | - reShapeDS, |
192 | | - rNormDS, |
193 | | - rowColCalcDS, |
194 | | - rPoisDS, |
195 | | - rUnifDS, |
196 | | - sampleDS, |
197 | | - seqDS, |
198 | | - sqrtDS, |
199 | | - subsetByClassDS, |
200 | | - subsetDS, |
201 | | - tableDS.assign, |
202 | | - tapplyDS.assign, |
203 | | - uniqueDS, |
204 | | - unListDS, |
205 | | - vectorDS, |
206 | | - as.character=base::as.character, |
207 | | - as.null=base::as.null, |
208 | | - as.numeric=base::as.numeric, |
209 | | - attach=base::attach, |
210 | | - c=dsBase::vectorDS, |
211 | | - complete.cases=stats::complete.cases, |
212 | | - list=base::list, |
213 | | - exp=base::exp, |
214 | | - log=base::log, |
215 | | - sqrt=base::sqrt, |
216 | | - abs=base::abs, |
217 | | - sin=base::sin, |
218 | | - cos=base::cos, |
219 | | - tan=base::tan, |
220 | | - asin=base::asin, |
221 | | - acos=base::acos, |
222 | | - atan=base::atan, |
223 | | - sum=base::sum, |
224 | | - unlist=base::unlist |
225 | | -Options: |
226 | | - datashield.privacyLevel=5, |
227 | | - default.datashield.privacyControlLevel="banana", |
228 | | - default.nfilter.glm=0.33, |
229 | | - default.nfilter.kNN=3, |
230 | | - default.nfilter.string=80, |
231 | | - default.nfilter.subset=3, |
232 | | - default.nfilter.stringShort=20, |
233 | | - default.nfilter.tab=3, |
234 | | - default.nfilter.noise=0.25, |
235 | | - default.nfilter.levels.density=0.33, |
236 | | - default.nfilter.levels.max=40 |
237 | 62 | RoxygenNote: 7.3.2 |
238 | 63 | Encoding: UTF-8 |
0 commit comments