Skip to content

Commit ea9e1f1

Browse files
committed
update tips
1 parent 5c52a7d commit ea9e1f1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tips.qmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ For example, if you estimate a sample size of 300 but anticipate a dropout rate
2222
> In studies that fail to yield “statistically significant” results, it is common for reviewers, or even editors, to ask the authors to include a post hoc power calculation. In such situations, editors would like to distinguish between true negatives and false negatives (concluding there is no effect, when there actually is an effect, and the study was just too small to pick it up). However, reporting post-hoc power is nothing more than reporting the p-value a different way, and will therefore not answer the question editors want to know.
2323
2424

25+
## Using AI
26+
27+
If you want to use AI to perform power and sample size calculations, request the computer code to perform the calculations instead of asking AI to do the work and provide the answer. For example,
28+
29+
> I am planning an experiment that will compare the means of two groups using a two-sided two-sample t-test. I would like my sample to be large enough to detect a medium effect with 0.90 power at a significance level of 0.05. Provide R code to carry out this calculation.
30+
31+
32+
2533
## Sensitivity Analyses
2634

2735

0 commit comments

Comments
 (0)