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

Merge learning objectives slides #7

Open
estebangongora opened this issue Nov 2, 2020 · 3 comments
Open

Merge learning objectives slides #7

estebangongora opened this issue Nov 2, 2020 · 3 comments

Comments

@estebangongora
Copy link
Contributor

The first learning objectives slide (slide 4) does not include all the objectives and topics covered in the wiki. Later on, slide 17 does cover the learning objectives better so it might be useful to merge both slides or remove slide 4 altogether. Additionally, slide 17 may cause some comprehension issues as it suggests a flow diagram in which, for example, after performing a simple linear regression, you must move to a multiple linear regression by adding more variables. If time permits it, making a new version of the flow diagram might help to explain when to use each type of regression.

@dschoenig
Copy link
Contributor

I think there are two problems to deal with:

  1. The learning objectives themselves do not qualify as objectives that promote active learning
  2. The flow chart is inconsistent (sometimes decisions are separated vertically, sometimes horizontally), and it gives the impressions that linear, regression, t-test, ANOVA are somewhat separate methods, while they're actually all facets of linear regression and use OLS.

@LaurieMaynard
Copy link
Contributor

Currently, I merged the slides, but also adjusted the objectives to better fit the presentation. I also changed the title of slide 17 to Linear models, to emphasize to the fact that these are just variants of linear models.

I decided not to change the flow chart, due to time constraints, but as a further suggestion to improve this chart, I would remove the arrow between ANCOVA and ANOVA.

LaurieMaynard added a commit that referenced this issue Nov 24, 2020
I merged the slides, but also adjusted them to better fit the presentation. I also changed the title of slide 17 to Linear models, to emphasize to the fact that these are just variants of linear models.
@dschoenig
Copy link
Contributor

dschoenig commented Nov 26, 2020

Sounds good! I agree, some work is needed to improve the flow chart. The problem is that I'm not completely sure what the aim of the flow chart is, a decision graph? a structure of the workshop?

I personally think the following things should be changed in a future round of revisions:

  • In the chart, the linear regression needs a continuous predictor, this is not true, but categorical and continuous predictors are permitted.
  • If the chart is to be udnerstood as a decision graph, then "2 variables" cannot follow form a method for "1 variable", instead there should be a fork: "1 variable" goes to one side, "2 variables" to the other. The same should apply to the number of levels or groups

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

No branches or pull requests

3 participants