From deb670b960821c9f08e2b397c7d6ac41d049c086 Mon Sep 17 00:00:00 2001 From: Pablo Rogers Date: Sun, 16 Jun 2024 12:21:06 -0300 Subject: [PATCH] I forgot to render last commit --- 01-intro.qmd | 2 +- Smart-Choices-for-Measurement-Models.tex | 44 ++++++++--- docs/01-intro.html | 70 +++++++++++------- docs/02-smart-choices.html | 68 +++++++++++------ docs/03-tutorial.html | 66 +++++++++++------ docs/04-considerations.html | 68 +++++++++++------ docs/Smart-Choices-for-Measurement-Models.pdf | Bin 114748 -> 114179 bytes docs/index.html | 68 +++++++++++------ docs/references.html | 68 +++++++++++------ docs/search.json | 4 +- .../bootstrap/bootstrap-dark.min.css | 4 +- docs/site_libs/bootstrap/bootstrap.min.css | 4 +- .../quarto-syntax-highlighting.css | 2 + docs/site_libs/quarto-html/quarto.js | 15 +++- docs/site_libs/quarto-nav/quarto-nav.js | 37 +++++++++ docs/site_libs/quarto-search/quarto-search.js | 6 +- docs/sitemap.xml | 14 ++-- site_libs/bootstrap/bootstrap-dark.min.css | 4 +- site_libs/bootstrap/bootstrap.min.css | 4 +- .../quarto-syntax-highlighting.css | 2 + site_libs/quarto-html/quarto.js | 15 +++- site_libs/quarto-nav/quarto-nav.js | 37 +++++++++ site_libs/quarto-search/quarto-search.js | 6 +- 23 files changed, 427 insertions(+), 181 deletions(-) diff --git a/01-intro.qmd b/01-intro.qmd index 10bcee2..18a0401 100644 --- a/01-intro.qmd +++ b/01-intro.qmd @@ -42,4 +42,4 @@ Practically, this includes an R tutorial utilizing the lavaan package [@rosseel2 Tutorial articles, following the FAIR principles (Findable, Accessible, Interoperable, and Reusable) [@wilkinson2016], play a vital role in promoting open science [@martins2021; @mendes-da-silva2023], by detailing significant methods or application areas in an accessible yet comprehensive manner. This encourages adherence to best practices among researchers, minimizing the impact of positive publication bias. -This tutorial is structured into three sections, beyond the introductory discussion. It includes a thorough review of CFA recommended practices, an example of real-world research application in the R ecosystem, and final considerations, following @Martins2021 format for tutorial articles. This approach, combined with workflow recommendations for reproducibility, aims to support the applied social sciences community in effectively utilizing CFA [@martins2021; @mendes-da-silva2023]. +This tutorial is structured into three sections, beyond the introductory discussion. It includes a thorough review of CFA recommended practices, an example of real-world research application in the R ecosystem, and final considerations, following @martins2021 format for tutorial articles. This approach, combined with workflow recommendations for reproducibility, aims to support the applied social sciences community in effectively utilizing CFA [@martins2021; @mendes-da-silva2023]. diff --git a/Smart-Choices-for-Measurement-Models.tex b/Smart-Choices-for-Measurement-Models.tex index caee023..1c0cb36 100644 --- a/Smart-Choices-for-Measurement-Models.tex +++ b/Smart-Choices-for-Measurement-Models.tex @@ -44,14 +44,28 @@ \setlength{\emergencystretch}{3em} % prevent overfull lines \setcounter{secnumdepth}{5} % Make \paragraph and \subparagraph free-standing +\makeatletter \ifx\paragraph\undefined\else \let\oldparagraph\paragraph - \renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}} + \renewcommand{\paragraph}{ + \@ifstar + \xxxParagraphStar + \xxxParagraphNoStar + } + \newcommand{\xxxParagraphStar}[1]{\oldparagraph*{#1}\mbox{}} + \newcommand{\xxxParagraphNoStar}[1]{\oldparagraph{#1}\mbox{}} \fi \ifx\subparagraph\undefined\else \let\oldsubparagraph\subparagraph - \renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}} + \renewcommand{\subparagraph}{ + \@ifstar + \xxxSubParagraphStar + \xxxSubParagraphNoStar + } + \newcommand{\xxxSubParagraphStar}[1]{\oldsubparagraph*{#1}\mbox{}} + \newcommand{\xxxSubParagraphNoStar}[1]{\oldsubparagraph{#1}\mbox{}} \fi +\makeatother \providecommand{\tightlist}{% @@ -206,15 +220,22 @@ \section*{Abstract}\label{abstract} framework. This framework enables readers to access the article's source code, utilized data, analytical execution codes, and various reading media. We anticipate that by employing this pedagogical approach, -developed entirely within an open environment (utilizing -Git/Github/RStudio/Quarto/R packages + lavaan/Docker), researchers -proficient in specific statistical techniques relevant to their domains -will adopt and disseminate this proposal, thereby benefiting their -colleagues. +developed entirely within an open environment +(\href{https://github.com/phdpablo/smart-cfa/}{https://phdpablo.github.io/smart-cfa/}), +researchers proficient in specific statistical techniques relevant to +their domains will adopt and disseminate this proposal, thereby +benefiting their colleagues. \textbf{Keywords:} Confirmatory Factor Analysis, Structural Equation Modeling, Internal Structure Validity, Open Science, \emph{lavaan}. +\emph{How to cite this article:} + +Rogers, P. (2024, June 10). Smart Choices for Measurement Models: +Executable Manuscript Tutorial for your Confirmatory Factor Analysis in +R Environment. \emph{PsyArXiv Preprints.} +\url{https://doi.org/10.31234/osf.io/2dy3z} + \bookmarksetup{startatroot} \section{Introduction}\label{introduction} @@ -411,11 +432,10 @@ \section{Introduction}\label{introduction} This tutorial is structured into three sections, beyond the introductory discussion. It includes a thorough review of CFA recommended practices, an example of real-world research application in the R ecosystem, and -final considerations, following (\textbf{Martins2021?}) format for -tutorial articles. This approach, combined with workflow recommendations -for reproducibility, aims to support the applied social sciences -community in effectively utilizing CFA (Martins 2021; Mendes-Da-Silva -2023). +final considerations, following Martins (2021) format for tutorial +articles. This approach, combined with workflow recommendations for +reproducibility, aims to support the applied social sciences community +in effectively utilizing CFA (Martins 2021; Mendes-Da-Silva 2023). \bookmarksetup{startatroot} diff --git a/docs/01-intro.html b/docs/01-intro.html index 5645e95..9fbff63 100644 --- a/docs/01-intro.html +++ b/docs/01-intro.html @@ -2,12 +2,12 @@ - + -Smart Choices for Measurement Models - 1  Introduction +1  Introduction – Smart Choices for Measurement Models