Last updated: 2020-06-10
Checks: 1 1
Knit directory: mcfa-para-est/
This reproducible R Markdown analysis was created with workflowr (version 1.6.2). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.
The R Markdown file has unstaged changes. To know which version of the R Markdown file created these results, you’ll want to first commit it to the Git repo. If you’re still working on the analysis, you can ignore this warning. When you’re finished, you can run wflow_publish
to commit the R Markdown file and build the HTML.
Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.
The results in this page were generated with repository version eecb366. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.
Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish
or wflow_git_commit
). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:
Ignored files:
Ignored: .Rhistory
Ignored: .Rproj.user/
Ignored: data/compiled_para_results.txt
Ignored: data/results_bias_est.csv
Ignored: data/results_bias_se.csv
Ignored: fig/
Ignored: manuscript/
Ignored: output/fact-cov-converge-largeN.pdf
Ignored: output/fact-cov-converge-medN.pdf
Ignored: output/fact-cov-converge-smallN.pdf
Ignored: output/loading-converge-largeN.pdf
Ignored: output/loading-converge-medN.pdf
Ignored: output/loading-converge-smallN.pdf
Ignored: references/
Ignored: sera-presentation/
Untracked files:
Untracked: analysis/ml-cfa-parameter-anova-estimates.Rmd
Untracked: analysis/ml-cfa-parameter-anova-relative-bias.Rmd
Untracked: analysis/ml-cfa-parameter-bias-latent-ICC.Rmd
Untracked: analysis/ml-cfa-parameter-bias-observed-ICC.Rmd
Untracked: analysis/ml-cfa-parameter-convergence-ARD-L1-factor-covariance.Rmd
Untracked: analysis/ml-cfa-parameter-convergence-ARD-L2-factor-covariance.Rmd
Untracked: analysis/ml-cfa-parameter-convergence-ARD-L2-factor-variance.Rmd
Untracked: analysis/ml-cfa-parameter-convergence-ARD-L2-residual-variance.Rmd
Untracked: analysis/ml-cfa-parameter-convergence-ARD-factor-loadings.Rmd
Untracked: analysis/ml-cfa-parameter-convergence-ARD-latent-ICC.Rmd
Untracked: analysis/ml-cfa-parameter-convergence-ARD-observed-ICC.Rmd
Untracked: analysis/ml-cfa-parameter-convergence-correlation-pubfigure.Rmd
Untracked: analysis/ml-cfa-parameter-convergence-trace-plots-factor-loadings.Rmd
Untracked: analysis/ml-cfa-standard-error-anova-logSE.Rmd
Untracked: analysis/ml-cfa-standard-error-anova-relative-bias.Rmd
Untracked: analysis/ml-cfa-standard-error-bias-factor-loadings.Rmd
Untracked: analysis/ml-cfa-standard-error-bias-level1-factor-covariances.Rmd
Untracked: analysis/ml-cfa-standard-error-bias-level2-factor-covariances.Rmd
Untracked: analysis/ml-cfa-standard-error-bias-level2-factor-variances.Rmd
Untracked: analysis/ml-cfa-standard-error-bias-level2-residual-variances.Rmd
Untracked: analysis/ml-cfa-standard-error-bias-overview.Rmd
Untracked: code/r_functions.R
Untracked: renv.lock
Untracked: renv/
Unstaged changes:
Modified: .gitignore
Modified: analysis/index.Rmd
Modified: analysis/ml-cfa-convergence-summary.Rmd
Modified: analysis/ml-cfa-parameter-convergence-correlation-factor-loadings.Rmd
Modified: code/get_data.R
Modified: code/load_packages.R
Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.
These are the previous versions of the repository in which changes were made to the R Markdown (analysis/index.Rmd
) and HTML (docs/index.html
) files. If you’ve configured a remote Git repository (see ?wflow_git_remote
), click on the hyperlinks in the table below to view the files as they were in that past version.
File | Version | Author | Date | Message |
---|---|---|---|---|
Rmd | eecb366 | noah-padgett | 2020-05-06 | updated para recovery |
html | eecb366 | noah-padgett | 2020-05-06 | updated para recovery |
html | 51afcfa | noah-padgett | 2020-03-31 | Build site. |
Rmd | f3a547f | noah-padgett | 2020-03-31 | fixed reference link |
html | f3a547f | noah-padgett | 2020-03-31 | fixed reference link |
Rmd | 85e8fd8 | noah-padgett | 2020-03-31 | updated bias pages |
html | e17f2b3 | noah-padgett | 2020-03-31 | Build site. |
Rmd | 47117a0 | noah-padgett | 2020-03-31 | updated bias pages |
html | 47117a0 | noah-padgett | 2020-03-31 | updated bias pages |
html | 35a72f4 | noah-padgett | 2020-03-30 | initial commit |
Rmd | 25ca73e | noah-padgett | 2020-03-30 | initial commit |
Rmd | dab7ac9 | noah-padgett | 2019-06-14 | Start workflowr project. |
Welcome to our research website on multilevel CFA. On this site, you will find the results of our study on parameter recovery across robust estimation methods for multilevel CFA. We utilizes three different estimators:
This project is additional results from R. Noah Padgett’s master’s thesis project. The simulation project was quite extensive and mainly focused on fit statistics. This project extends that work by using the a subset of the output files to report on parameter recovery.
*Admissible Replications and Convergence
Next, identify the proportion of replications where ULSMV converged and admissible when WLSMV was not. Maybe you can make like a set of 2x2 tables of that show this relationship as sample size decreases.
The following pages investigated the effect of the simulation design (sample size, parameters, estimation) on the estimates for the different parameters and the estimated level of bias (relative bias). The final results are reported as effect sizes (e.g., omega-squared or partial-omega-squared).
The following pages investigated the effect of the simulation design (sample size, parameters, estimation) on the estimates for the different parameters’ standard errors and the estimated level of bias (relative bias) in those estimates. The final results are reported as effect sizes (e.g., omega-squared or partial-omega-squared).