Open chendaniely opened 2 years ago
> fs::dir_tree("analysis/020-validation/")
analysis/020-validation/
├── 010-prep_survey_questions.R
├── 020-005-fa.Rmd
├── 020-010-cronbah.Rmd
└── 030-cart.Rmd
> fs::dir_tree("output/", recurse=1)
output/
├── exercises
│ ├── score_prop-ex-treatment-facet_pre-combine_treatments.png
│ ├── score_prop-ex-treatment-facet_pre.png
│ ├── score_prop-ex-treatment-no_facet-combine_treatments.png
│ ├── score_prop-ex-treatment-no_facet.png
│ ├── score_prop-ex-treatment-pre100.png
│ ├── score_prop-ex-treatment.png
│ └── time_to_complete-ex-treatment-no_facet-combine_treatments.png
├── persona
│ ├── efa_eigen_scree.png
│ ├── efa_eigen_scree_good.png
│ ├── efa_item_correlations.png
│ ├── likert_only
│ ├── survey_likert
│ └── survey_only
├── survey
│ ├── 01-self_assessment
│ ├── 02-pre_workshop
│ ├── 03-post_workshop
│ └── 050-logitudinal
└── validation
└── 020-010-cronbah-survey_likert.html
> fs::dir_tree(".", recurse=1)
.
├── 010-intro.md
├── README.md
├── dissertation.Rproj
└── submodules
├── dissertation-analysis
├── dissertation-edt
├── dissertation-irb
├── dissertation-paper-03-assessment
├── dissertation-phase4_exercises
├── dissertation-plan
├── dissertation-prelim
├── dissertation-presentations
├── dissertation-thank_you
└── ds4biomed
> fs::dir_tree(".", recurse=2)
.
├── 010-intro.md
├── README.md
├── dissertation.Rproj
└── submodules
├── dissertation-analysis
│ ├── LICENSE
│ ├── R
│ ├── README.md
│ ├── analysis
│ ├── build
│ ├── data
│ ├── dissertation-analysis.Rproj
│ ├── output
│ ├── renv
│ └── renv.lock
├── dissertation-edt
│ ├── 005-frontmatter
│ ├── 010-intro
│ ├── 020-persona_validation
│ ├── 030-workshop
│ ├── 040-assessment
│ ├── 050-conclusion
│ ├── 090-appendix
│ ├── Chen_DY_D_2021.pdf
│ ├── LICENSE
│ ├── Makefile
│ ├── README.md
│ ├── VTthesis.cls
│ ├── bib.bib
│ ├── figs
│ ├── main.tex
│ └── snippets.txt