Question

Q1) Give the R code for the following problems. Only syntax is required.   a) Suppose IQ...

Q1) Give the R code for the following problems. Only syntax is required.  

a) Suppose IQ is normally distributed with a mean of 100 and a standard deviation of 15. Give the R code needed to find the IQ that separates the top 5% from the others.

b) Suppose IQ is normally distributed with a mean of 100 and a standard deviation of 15. Give the R code needed to find the IQ that corresponds to the 75% percentile.

c) Suppose IQ is normally distributed with a mean of 100 and a standard deviation of 15. Give the R code needed to find the probability a randomly selected person has an IQ less than 80.

Homework Answers

Answer #1

######### R-code:

mu=100
sig=15


#PART-a
IQ1= qnorm(1-0.05, mu ,sig)
IQ1


#PART-b
IQ2= qnorm(0.75, mu ,sig)
IQ2


#PART-c
prob= pnorm(80, mu ,sig)
prob

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Q1) Give the R code for the following problems a) Suppose IQ is normally distributed with...
Q1) Give the R code for the following problems a) Suppose IQ is normally distributed with a mean of 100 and a standard deviation of 15. Give the R code needed to find the IQ that separates the top 5% from the others. b) Suppose IQ is normally distributed with a mean of 100 and a standard deviation of 15. Give the R code needed to find the IQ that corresponds to the 75% percentile. c) Suppose IQ is normally...
Assume that adults have IQ scores that are normally distributed with a mean of 100 and...
Assume that adults have IQ scores that are normally distributed with a mean of 100 and a standard deviation of 15. Find the probability that a randomly selected adult has an IQ between 115 and 130.           (a) .6700      (b) .1359      (c) .9082      (d) .1596      (e) .1628 5        Refer to question 4 above. Find the IQ score at Q1 or the 25th percentile. This is the score which separates the bottom 25% from the top 75%.           (a) 89.95      (b)...
Suppose scores on an IQ test are normally distributed. If the test has a mean of...
Suppose scores on an IQ test are normally distributed. If the test has a mean of 100 and a standard deviation of 10. 1. What is the probability that a person who is randomly selected will score between 83 and 102? 2. What is the probability that a person who is randomly selected will score more than 119? 3. What IQ score corresponds to the 83rd percentile for all people?
For the following, consider that IQ scores are normally distributed with a mean of 100 and...
For the following, consider that IQ scores are normally distributed with a mean of 100 and a standard deviation of 15. Find the probability that a person has an IQ below 60 Find the probability that a randomly selected person has an IQ between 60 and 85 Find the probability that a randomly selected person has an IQ above 118. Find the IQ score that cuts off the lower 25% of the population from the upper 75%. Find the probability...
Suppose the distribution of IQ scores of adults is normal with a mean of 100 and...
Suppose the distribution of IQ scores of adults is normal with a mean of 100 and a standard deviation of 15. Find IQ score that separates the top 32 percent of adult IQ scores from the bottom 68 percent. Round your answer to the nearest integer. The IQ score that separates the top 32 percent of adult IQ scores from the bottom 68 percent is [IQValue].
1) Find the area of the shaded region. The graph to the right depicts IQ scores...
1) Find the area of the shaded region. The graph to the right depicts IQ scores of​ adults, and those scores are normally distributed with a mean of 100 and a standard deviation of 15. x=90 The area of the shaded region is __. (Round to four decimal places as​ needed.) 2) Find the area of the shaded region. The graph to the right depicts IQ scores of​ adults, and those scores are normally distributed with a mean of 100...
IQ scores have a mean of 100 and a standard deviation of 15. What percentile corresponds...
IQ scores have a mean of 100 and a standard deviation of 15. What percentile corresponds to an IQ score of 115? Explain the steps you took to find the percentile.
7. IQ scores are normally distributed with a mean of 100 and a standard deviation of...
7. IQ scores are normally distributed with a mean of 100 and a standard deviation of 15 points. a. Find the probability that a randomly selected person has an IQ less than 115. b. Find the probability that a randomly selected person has an IQ above 60. c. Find the 80th percentile for IQ scores. d. Find the probability that 20 randomly selected person has an IQ less than 110. e. What percentage of people have IQ scores between 60...
Suppose a person must score in the upper 2.5% of the population on an IQ test...
Suppose a person must score in the upper 2.5% of the population on an IQ test to qualify for membership in Mensa, the international high-IQ society. If IQ scores are normally distributed with a mean of 80 and a standard deviation of 22, what score must a person get to qualify for Mensa? [15 pts.] DO NOT SHOW WORK IN THE SPACE BELOW. You must attach a document to question 6 showing your work for problems 3-5 in order to...
IQ scores are normally distributed with a mean of 100 and a standard deviation of 15....
IQ scores are normally distributed with a mean of 100 and a standard deviation of 15. Determine the 90th percentile for IQ scores