Skip to content

Commit a124533

Browse files
committed
updating demo6 readme
1 parent 6f61cd2 commit a124533

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

src/demo6/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# Statistical analysis
22

3-
Statistical analysis includes two example scripts: 1) sample size determination via a power analysis and 2) statistical analysis for a pivotal study. Pre-installation of the iMRMC application is **NOT** recommended for the use of these scripts.
3+
Statistical analysis includes two example scripts: 1) sample size determination using a pilot data and 2) statistical analysis for a pivotal study. Pre-installation of the iMRMC application is **NOT** recommended for the use of these scripts.
44

5-
This demo also includes supporting material in `sample_size_determination/` and helper R functions in `iMRMC_2AFC/`.
5+
This demo also includes supporting material in `sample_size_4rm_pilot_study/` and helper R functions in `iMRMC_2AFC/`.
66

7-
# [*Sample size determination*](https://github.com/DIDSR/DLMO/tree/main/src/demo6/power_analysis)
7+
# [*Sample size determination*](http://github.com/DIDSR/DLMO/tree/main/src/demo6/sample_size_4rm_pilot_study)
88

9-
This script conducts a power analysis for sample size determination in our paper. To run the script, simply execute `power_analysis_BDG.R`. To use your own pilot data, please replace `pilot_data.csv` with your data following the same format, and update proportion correct by DLMO and its variance in the `power_analysis_BDG.R`.
9+
This script performs sample size determination for a split-plot design, as detailed in Section IV in the [supplementary material](https://arxiv.org/src/2602.22535v1/anc/DLMO_supp.pdf) of our [DLMO paper](https://arxiv.org/abs/2602.22535). To run the script, simply execute `sample_size_est_BDG.R`. To use your own pilot data, replace `pilot_data.csv` with your dataset following the same format, and update the DLMO proportion correct and its variance in `sample_size_est_BDG.R`.
1010

1111
# [*Pivotal study*](https://github.com/DIDSR/DLMO/tree/main/src/demo6/pivotal_study)
1212

13-
This script conducts a similarity test to investigate whether DLMO performs similarly to human readers within a pre-defined margin of 0.1 proportion correct. To run the script, simply execute `similarity_test.R`. To use it for your own project, please update the `DLMO reading results` section in `similarity_test.R`, and provide reading scores in the `reading_scores` folder following the same format.
13+
This script conducts a similarity test to assess whether our DLMO performs comparably to human readers within a predefined margin of 0.1 in proportion correct. To run the script, simply execute `similarity_test.R`. To use it for your own project, update the DLMO reading results section in `similarity_test.R` and provide reading scores in the reading_scores folder following the same format.
1414

15-
A detailed description of the statistical analysis can be found in `sample_size_determination/sizing_2AFC.pdf`, and in the [supplementary materials](https://arxiv.org/src/2602.22535v1/anc/DLMO_supp.pdf) Sec IV of our [paper](https://arxiv.org/abs/2602.22535).

0 commit comments

Comments
 (0)