Skip to content

Commit 5fef8c2

Browse files
committed
Updated p_value tooltip and some typos
1 parent d5a0f3b commit 5fef8c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/locales/en.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,11 @@ missing data are imputed. For {tooltip:syntheticData.missingDataMCARTooltip}Miss
275275
- <i class="font-serif">H</i><sub>0</sub>: no difference in bias variable between the most deviating cluster and the rest of the dataset
276276
- <i class="font-serif">H</i><sub>1</sub>: difference in bias variable between the most deviating cluster and the rest of the dataset
277277
278-
A two-sided t-test is performed to accept or reject <i class="font-serif">H</i><sub>0</sub>:.
278+
A two-sided t-test is performed to accept or reject <i class="font-serif">H</i><sub>0</sub>:
279279
280280
{tooltip:biasAnalysis.p_valueTooltip}p_value{/tooltip} : {{p_val}}
281281
`,
282-
p_valueTooltip: `p_value tooltip`,
282+
p_valueTooltip: `The p-value represents the probability of incorrectly rejecting the null hypothesis (H<sub>0</sub>) when it is actually true. A commonly used threshold is p≤0.05, which is the probability deemed sufficiently low to reject H<sub>0</sub> in favor of the alternative hypothesis (H<sub>1</sub>).`,
283283
dataSetPreview: {
284284
heading: '1. Preview of data',
285285
},
@@ -316,7 +316,7 @@ In this example, we analyze which group is most adversely affected by the risk p
316316
- Minimal cluster size: {{minClusterSize}}
317317
- Bias variable: {{performanceMetric}}
318318
- Data type: {{dataType}}
319-
- Bias variable interpretation: $t({{higherIsBetter}}) is better
319+
- Bias variable interpretation: $t({{higherIsBetter}})
320320
`,
321321
},
322322
distributionOfFeaturesAcrossClustersAccordeonTitle:

src/locales/nl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Er wordt een tweezijdige t-toets uitgevoerd om <i class="font-serif">H</i><sub>0
303303
304304
{tooltip:biasAnalysis.p_valueTooltip}p-waarde{/tooltip} : {{p_val}}
305305
`,
306-
p_valueTooltip: `p-waarde tooltip`,
306+
p_valueTooltip: `De p-waarde is de kans om de nulhypothese (H<sub>0</sub>) onterecht te verwerpen wanneer deze in werkelijkheid waar is. Een veelgebruikte drempelwaarde is p≤0,05, wat wordt beschouwd als een voldoende lage kans om H<sub>0</sub> te verwerpen en de alternatieve hypothese (H<sub>1</sub>) te accepteren.`,
307307
higherIsBetter: 'Hogere waarde van bias variabele is beter',
308308
lowerIsBetter: 'Lagere waarde van bias variabele is beter',
309309
parameters: {

0 commit comments

Comments
 (0)