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

What do you mean "summarise" in 4.5? #50

Open
hgreatrex opened this issue Feb 20, 2024 · 0 comments
Open

What do you mean "summarise" in 4.5? #50

hgreatrex opened this issue Feb 20, 2024 · 0 comments
Labels
Fixed A solution is attached.

Comments

@hgreatrex
Copy link
Contributor

hgreatrex commented Feb 20, 2024

[Step 4.5]: Regression model
Using the data as-is, fit a regression model to the data using lm and save it as a variable called model1
Summarise the the model fit using OLSRR

What do you mean by "summarise"

I just mean get the code working to show the OLSRR version of the summary (see Tutorial 8 on regression). It's not meant to be a lot of points, I just want you to get used to the OLSRR universe as we will use more of it in future weeks.

Note, the olsrr commands might not work if you have written your lm() command as
lm(tablename$X ~ tablename$Y)
You need the format
lm(X~Y,data=tablename)

@hgreatrex hgreatrex added the Fixed A solution is attached. label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed A solution is attached.
Projects
None yet
Development

No branches or pull requests

1 participant