Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please use R-studio if possible: Links needed: https://www.math.uh.edu/~charles/data/NLschools Using the textbook data set nlschools.csv, perform a hypothesis test to determine whether the proportion of students

Please use R-studio if possible:

Links needed:

https://www.math.uh.edu/~charles/data/NLschools

Using the textbook data set nlschools.csv, perform a hypothesis test to determine whether the proportion of students with

verbal IQ scores greater than 11 is different for students from families of social-economic status at most 25 and students from

families of social-economic status greater than 25. Perform the test at the alpha = 0:05 significance level.

Tips:

A description of the data is available in the le nlschools readme.txt

Note that the data provided is for 200 students, not the entire 2287 from the study.

After importing the data, the command subset(nlschools, SocEconStatus <= 25)$VerbIQ could be used to access

just the Language values for studentsfrom families of social-economic status at most 25.

If x is a list of values, we could count the number of values in x using the command length(x)

If x is a list of values, we could count the number of values in x that are greater than 25 using the command

sum(x > 25)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

College Algebra

Authors: Margaret L. Lial, John Hornsby, David I. Schneider, Callie Daniels

12th edition

134697022, 9780134313795 , 978-0134697024

More Books

Students also viewed these Mathematics questions