Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposed major edits in v2 #418

Merged
merged 34 commits into from
Feb 8, 2021
Merged

Proposed major edits in v2 #418

merged 34 commits into from
Feb 8, 2021

Conversation

rudeboybert
Copy link
Member

@rudeboybert rudeboybert commented Jan 30, 2021

Proposed major edits in v2:

  • Chapter 6 Multiple Regression: Split "6.3.1 Model selection" into:
    • "6.3.1 Model selection using visualizations"
    • Added "6.3.2 Model selection using R-squared"
  • Chapter 7 Sampling: Refactored as follows
    • "7.3.1 Terminology & notation": clustered definitions according to theme and connected back to sampling exercises
    • "7.3.2 Statistical definitions":
    • Moved "7.5.2 Central Limit Theorem" to its own section to make it more prominent and not an after-thought

rudeboybert and others added 25 commits February 26, 2020 07:53
Added tips & tricks to bert-dev
The text of learning check 6.1 refers to computing predictions for a parallel slope model, but refers to an R object named score_model_interaction, which is actually an independent slopes model.
Correct model name in learning check 6.1
Correct model name in Learning Check 6.1
Switched poll example and CLT ordering. Added to framing of CLT.
Switched section ordering and added to CLT
@rudeboybert rudeboybert linked an issue Jan 30, 2021 that may be closed by this pull request
@rudeboybert rudeboybert changed the title Tentative v2 changes to multiple regression and sampling chapters Proposed major edits in v2 Jan 30, 2021
@rudeboybert
Copy link
Member Author

rudeboybert commented Jan 30, 2021

Still need to:

  • Do a close read of R-squared adjusted chapters
  • Do a close read of sampling chapter to make sure nothing got lost in merge
  • Run refactoring on new code like Marium did

This was unlinked from issues Jan 30, 2021
@ismayc ismayc self-requested a review February 5, 2021 21:11
06-multiple-regression.Rmd Outdated Show resolved Hide resolved
06-multiple-regression.Rmd Outdated Show resolved Hide resolved
06-multiple-regression.Rmd Outdated Show resolved Hide resolved
06-multiple-regression.Rmd Outdated Show resolved Hide resolved
06-multiple-regression.Rmd Outdated Show resolved Hide resolved
06-multiple-regression.Rmd Outdated Show resolved Hide resolved
06-multiple-regression.Rmd Outdated Show resolved Hide resolved
06-multiple-regression.Rmd Outdated Show resolved Hide resolved
07-sampling.Rmd Outdated Show resolved Hide resolved
07-sampling.Rmd Show resolved Hide resolved
07-sampling.Rmd Outdated Show resolved Hide resolved
07-sampling.Rmd Outdated Show resolved Hide resolved
Copy link
Member

@ismayc ismayc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few things to tweak and suggestions. Looks good though!

rudeboybert and others added 3 commits February 7, 2021 20:28
Co-authored-by: Chester Ismay <chester.ismay@gmail.com>
Co-authored-by: Chester Ismay <chester.ismay@gmail.com>
@rudeboybert
Copy link
Member Author

Thanks @ismayc! I'll file a new issue regarding rep_slice_sample()

@rudeboybert rudeboybert merged commit ed09c4a into v2 Feb 8, 2021
@rudeboybert rudeboybert deleted the refactor-sampling branch February 8, 2021 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Potential improvements for v2 R-squared and R-squared adjusted
4 participants