File Extractor.ipnyb
- Copy all defined filetypes from device
- Dump into
Dump/[DeviceSerialNumber]/
with filename[Month]_[Date]_[ImageName].[ImageType]
- Nuke - Delete all device data from
/sdcard/
Impute.ipnyb
- Mean Impute
- Median Impute
- Knn Impute - Recommended for correlational pretest posttest scores.
Data Analysis.ipnyb
- Compute difference in Posttest - Pretest
- Compute Normality with Shapiro-Wilk test
- If normal
- Paired t test to measure signifigance
- Cohen's D to measure effect
- Else not normal
- Wilcoxon to measure signifigance
- Rank bisserial correaltion to measure effect