Skip to content

Commit

Permalink
updated practice slide for estimating models
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Jun 13, 2023
1 parent d9dafdc commit f34476a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions parts/designing-surveys/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -702,9 +702,9 @@ class: inverse

# Your turn

- Download the practice zip file for this section.
- Open the `designing-surveys.Rproj` file to open RStudio.
- In RStudio, open the `practice.R` file.
- Be sure to have downloaded and unzipped the [practice code](https://jhelvy.github.io/2023-qux-conf-conjoint/practice/2023-qux-conf-conjoint.zip).
- Open the `2023-qux-conf-conjoint.Rproj` file to open RStudio.
- In RStudio, open the `designing-surveys.R` file.
- Experiment with different design options, then examine the power:
- What if you modify the quesitons per respondent?
- What if you use a labeled design?
Expand Down
Binary file modified parts/estimating-models/estimating-models.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions parts/estimating-models/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -892,9 +892,9 @@ class: inverse

# Your turn

- Download the practice zip file for this section.
- Open the `estimating-models.Rproj` file to open RStudio.
- In RStudio, open the `practice.R` file.
- Be sure to have downloaded and unzipped the [practice code](https://jhelvy.github.io/2023-qux-conf-conjoint/practice/2023-qux-conf-conjoint.zip).
- Open the `2023-qux-conf-conjoint.Rproj` file to open RStudio.
- In RStudio, open the `estimating-models.R` file.
- Experiment with estimating different models (use either one of the example datasets included in the package, or simulate your own data!)

---
Expand Down
20 changes: 10 additions & 10 deletions parts/estimating-models/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@

```
#> Estimate Std. Error z-value Pr(>|z|)
#> brandhiland -8.01982 0.46038 -17.4199 < 2.2e-16 ***
#> brandyoplait 3.72173 0.15923 23.3728 < 2.2e-16 ***
#> branddannon 1.65734 0.16748 9.8959 < 2.2e-16 ***
#> brandhiland -8.01982 0.45951 -17.4529 < 2.2e-16 ***
#> brandyoplait 3.72173 0.15882 23.4330 < 2.2e-16 ***
#> branddannon 1.65734 0.16723 9.9105 < 2.2e-16 ***
#> ---
#> Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
```
Expand Down Expand Up @@ -465,10 +465,10 @@

```
#> Estimate Std. Error z-value Pr(>|z|)
#> scalePar 0.388626 0.024265 16.0156 < 2.2e-16 ***
#> brandhiland -8.019815 0.460382 -17.4199 < 2.2e-16 ***
#> brandyoplait 3.721731 0.159234 23.3728 < 2.2e-16 ***
#> branddannon 1.657345 0.167479 9.8959 < 2.2e-16 ***
#> scalePar 0.388626 0.024254 16.0230 < 2.2e-16 ***
#> brandhiland -8.019815 0.459511 -17.4529 < 2.2e-16 ***
#> brandyoplait 3.721731 0.158824 23.4330 < 2.2e-16 ***
#> branddannon 1.657345 0.167231 9.9105 < 2.2e-16 ***
#> ---
#> Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
```
Expand Down Expand Up @@ -998,9 +998,9 @@

# Your turn

- Download the practice zip file for this section.
- Open the `estimating-models.Rproj` file to open RStudio.
- In RStudio, open the `practice.R` file.
- Be sure to have downloaded and unzipped the [practice code](https://jhelvy.github.io/2023-qux-conf-conjoint/practice/2023-qux-conf-conjoint.zip).
- Open the `2023-qux-conf-conjoint.Rproj` file to open RStudio.
- In RStudio, open the `estimating-models.R` file.
- Experiment with estimating different models (use either one of the example datasets included in the package, or simulate your own data!)

---
Expand Down

0 comments on commit f34476a

Please sign in to comment.