File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -267,8 +267,9 @@ we recommend to impute the missing data. For {tooltip:syntheticData.missingDataM
267267
268268A two-sided t-test is performed to accept or reject <i class="font-serif">H</i><sub>0</sub>:.
269269
270- p_value : {{p_val}}
270+ {tooltip:biasAnalysis.p_valueTooltip} p_value{/tooltip} : {{p_val}}
271271 ` ,
272+ p_valueTooltip : `p_value tooltip` ,
272273 dataSetPreview : {
273274 heading : '1. Preview of data' ,
274275 } ,
Original file line number Diff line number Diff line change @@ -226,8 +226,9 @@ In dit voorbeeld analyseren welke groepen het COMPAS risicotaxatie-algoritme afw
226226
227227Er wordt een tweezijdige t-toets uitgevoerd om <i class="font-serif">H</i><sub>0</sub> te aanvaarden of te verwerpen.
228228
229- p-waarde : {{p_val}}
229+ {tooltip:biasAnalysis.p_valueTooltip} p-waarde{/tooltip} : {{p_val}}
230230 ` ,
231+ p_valueTooltip : `p-waarde tooltip` ,
231232 parameters : {
232233 heading : '2. Geselecteerde parameters' ,
233234 iterations : 'Aantal iteraties: {{value}}' ,
You can’t perform that action at this time.
0 commit comments