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

normal prob plot in lab 4 #97

Open
betahat opened this issue Jul 22, 2021 · 0 comments
Open

normal prob plot in lab 4 #97

betahat opened this issue Jul 22, 2021 · 0 comments

Comments

@betahat
Copy link
Contributor

betahat commented Jul 22, 2021

In lab 4 problem 3, it says:

  1. Make a normal probability plot of sim_norm. Do all of the points fall on the line? How does this plot compare to the probability plot for the real data? (Since sim_norm is not a dataframe, it can be put directly into the sample argument and the data argument can be dropped.)

Probably a change in ggplot, but it looks like ggplot can't accept a vector as an argument, but geom_line can. So it seems that options could either be to have the parenthetical include a point about moving aes to the geom instead of the ggplot, or coercing the vector into a data frame when it's created.

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

1 participant