forked from cjvanlissa/TCSM
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from kylelang/updateCourseInfo
Forgot to render the GitBook after the latest updates
- Loading branch information
Showing
11 changed files
with
94 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,96 @@ | ||
--- | ||
title: "Group 42" | ||
author: ["Zaphod Beeblebrox", "Tricia McMillan", "Marvin T.P. Andy"] | ||
date: "1970-01-01" | ||
|
||
documentclass: article | ||
papersize: a4 | ||
geometry: margin = 20mm | ||
fontfamily: sans | ||
output: | ||
pdf_document: | ||
number_sections: true | ||
--- | ||
|
||
```{r setup, include=FALSE} | ||
```{r setup, include = FALSE} | ||
knitr::opts_chunk$set(echo = TRUE) | ||
library(lavaan) | ||
library(knitr) | ||
``` | ||
|
||
# Theory | ||
\hrule | ||
|
||
\vspace{6pt} | ||
|
||
## Which dataset are you using? | ||
For Assignment 2, you will conduct a CFA and report the results via this | ||
worksheet. | ||
|
||
## Describe your hypothesized measurement model. | ||
- Provide the requested information for each of the following items. | ||
- Only include the necessary information; waffling will hurt your grade. | ||
- Replace the placeholder values above with your Assignment 2 Group's details | ||
and the appropriate date. | ||
- Submit the completed worksheet as a PDF document. | ||
|
||
## Provide a path diagram of your theoretical measurement model. | ||
*NOTE:* The relative weights for each item are given in brackets. | ||
|
||
\vspace{12pt} | ||
|
||
# Estimation | ||
\hrule | ||
|
||
# Which dataset are you using? [1] | ||
|
||
# Describe your hypothesized measurement model. [2] | ||
|
||
## Provide the lavaan syntax for your model. | ||
- *What latent factors are you estimating?* | ||
- *Which items will you use to define each latent factor?* | ||
- *Why is your hypothesized factor structure justified?* | ||
|
||
# Provide a path diagram of your theoretical measurement model. [2] | ||
|
||
# Provide the lavaan syntax for your model. [2] | ||
|
||
```{r} | ||
``` | ||
|
||
## Use the `lavaan::cfa()` function to estimate your model. | ||
# Use the `lavaan::cfa()` function to estimate your model. [2] | ||
|
||
```{r} | ||
``` | ||
|
||
\vspace{12pt} | ||
|
||
# Results | ||
# Report the relevant parameter estimates from your fitted model. [3] | ||
|
||
## Report the relevant parameter estimates from your fitted model. | ||
- *Don't include the entire model summary.* | ||
- *The `lavaan::lavInspect()` or `lavaan::parameterEstimates()` functions could | ||
be useful here.* | ||
|
||
```{r, echo = FALSE} | ||
``` | ||
|
||
## Report the $R^2$ estimates from your fitted model. | ||
# Report the $R^2$ estimates from your fitted model. [2] | ||
|
||
```{r, echo = FALSE} | ||
``` | ||
|
||
## Report the model fit indices for your estimated model. | ||
# Report suitable model fit indices for your estimated model. [3] | ||
|
||
- *Don't include every fit index lavaan provides.* | ||
|
||
```{r, echo = FALSE} | ||
``` | ||
|
||
\vspace{12pt} | ||
|
||
# Interpretation | ||
|
||
## Do your results support the validity of your hypothesized model? | ||
# Do your results support the validity of your hypothesized model? [4] | ||
|
||
- *Explain why or why not.* | ||
|
||
## Do you think the model could be improved? | ||
# Do you think the model could be improved? [2] | ||
|
||
- *If so, explain how you would modify the model.* | ||
- *If not, explain why no improvement is possible.* | ||
|
||
--- | ||
\vspace{12pt} | ||
|
||
\hrule |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,97 @@ | ||
--- | ||
title: "Group 42" | ||
author: ["Zaphod Beeblebrox", "Tricia McMillan", "Marvin T.P. Andy"] | ||
date: "1970-01-01" | ||
|
||
documentclass: article | ||
pdf-engine: pdflatex | ||
papersize: a4 | ||
geometry: margin = 20mm | ||
fontfamily: sans | ||
format: | ||
pdf: | ||
number-sections: true | ||
--- | ||
|
||
```{r setup, include=FALSE} | ||
```{r setup, include = FALSE} | ||
knitr::opts_chunk$set(echo = TRUE) | ||
library(lavaan) | ||
library(knitr) | ||
``` | ||
|
||
# Theory | ||
\hrule | ||
|
||
\vspace{6pt} | ||
|
||
## Which dataset are you using? | ||
For Assignment 2, you will conduct a CFA and report the results via this | ||
worksheet. | ||
|
||
## Describe your hypothesized measurement model. | ||
- Provide the requested information for each of the following items. | ||
- Only include the necessary information; waffling will hurt your grade. | ||
- Replace the placeholder values above with your Assignment 2 Group's details | ||
and the appropriate date. | ||
- Submit the completed worksheet as a PDF document. | ||
|
||
## Provide a path diagram of your theoretical measurement model. | ||
*NOTE:* The relative weights for each item are given in brackets. | ||
|
||
\vspace{12pt} | ||
|
||
# Estimation | ||
\hrule | ||
|
||
# Which dataset are you using? [1] | ||
|
||
# Describe your hypothesized measurement model. [2] | ||
|
||
## Provide the lavaan syntax for your model. | ||
- *What latent factors are you estimating?* | ||
- *Which items will you use to define each latent factor?* | ||
- *Why is your hypothesized factor structure justified?* | ||
|
||
# Provide a path diagram of your theoretical measurement model. [2] | ||
|
||
# Provide the lavaan syntax for your model. [2] | ||
|
||
```{r} | ||
``` | ||
|
||
## Use the `lavaan::cfa()` function to estimate your model. | ||
# Use the `lavaan::cfa()` function to estimate your model. [2] | ||
|
||
```{r} | ||
``` | ||
|
||
\vspace{12pt} | ||
|
||
# Results | ||
# Report the relevant parameter estimates from your fitted model. [3] | ||
|
||
## Report the relevant parameter estimates from your fitted model. | ||
- *Don't include the entire model summary.* | ||
- *The `lavaan::lavInspect()` or `lavaan::parameterEstimates()` functions could | ||
be useful here.* | ||
|
||
```{r, echo = FALSE} | ||
``` | ||
|
||
## Report the $R^2$ estimates from your fitted model. | ||
# Report the $R^2$ estimates from your fitted model. [2] | ||
|
||
```{r, echo = FALSE} | ||
``` | ||
|
||
## Report the model fit indices for your estimated model. | ||
# Report suitable model fit indices for your estimated model. [3] | ||
|
||
- *Don't include every fit index lavaan provides.* | ||
|
||
```{r, echo = FALSE} | ||
``` | ||
|
||
\vspace{12pt} | ||
|
||
# Interpretation | ||
|
||
## Do your results support the validity of your hypothesized model? | ||
# Do your results support the validity of your hypothesized model? [4] | ||
|
||
- *Explain why or why not.* | ||
|
||
## Do you think the model could be improved? | ||
# Do you think the model could be improved? [2] | ||
|
||
- *If so, explain how you would modify the model.* | ||
- *If not, explain why no improvement is possible.* | ||
|
||
--- | ||
\vspace{12pt} | ||
|
||
\hrule |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+253 Bytes
(100%)
docs/willy_wallaby_from_wasatch_files/figure-html/unnamed-chunk-279-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+213 Bytes
(100%)
docs/willy_wallaby_from_wasatch_files/figure-html/unnamed-chunk-281-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+253 Bytes
(100%)
willy_wallaby_from_wasatch_files/figure-html/unnamed-chunk-279-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+213 Bytes
(100%)
willy_wallaby_from_wasatch_files/figure-html/unnamed-chunk-281-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.