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

warning messages are displayed #483

Open
stevee-bee opened this issue Mar 29, 2021 · 0 comments
Open

warning messages are displayed #483

stevee-bee opened this issue Mar 29, 2021 · 0 comments

Comments

@stevee-bee
Copy link

stevee-bee commented Mar 29, 2021

Course: Statistical Inference
Lesson: CommonDistros
Progress: 39% and 45%

  |=============================                                              |  39%
| The R function qnorm(prob) returns the value of x (quantile) for which the area
| under the standard normal distribution to the left of x equals the parameter prob.
| (Recall that the entire area under the curve is 1.) Use qnorm now to find the 10th
| percentile of the standard normal. Remember the argument prob must be between 0
| and 1. You don't have to specify any of the other parameters since the default is
| the standard normal.

warning messages from top-level task callback 'mini'
Warning messages:
1: Use of `dat$y` is discouraged. Use `y` instead. 
2: Use of `dat$y` is discouraged. Use `y` instead. 
3: Use of `dat$y` is discouraged. Use `y` instead. 
> 

and

  |==================================                                         |  45%
| By looking at the picture can you say what the 50th percentile is?

warning messages from top-level task callback 'mini'
Warning messages:
1: Use of `dat$y` is discouraged. Use `y` instead. 
2: Use of `dat$y` is discouraged. Use `y` instead. 
3: Use of `dat$y` is discouraged. Use `y` instead. 
> 

Course: Statistical Inference
Lesson: Asymptotics
Progress: 37%

  |============================                                               |  37%
| Use the R function qnorm to find the 95th quantile for a standard normal
| distribution. Remember that qnorm takes a probability as an input. You can use
| default values for all the other arguments.

warning messages from top-level task callback 'mini'
Warning messages:
1: Use of `dat$y` is discouraged. Use `y` instead. 
2: Use of `dat$y` is discouraged. Use `y` instead. 
> 
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