Question
Please solve all of the question using R and do clarify the answers. Using the (SATGPA) data set in (Stat2Data) package. Test by using =
Please solve all of the question using R and do clarify the answers.
Using the (SATGPA) data set in (Stat2Data) package. Test by using = .01.
1) Create the following three variables and then print out all the six variables.
A) Create new variable "SAT", which is the sum of (MathSAT) and (VerbalSAT).
B) Create second new variable ("SATLevel"), and assign the value of( "SATLevel") as 1 when
SAT<=1100, 2 when 1100 SAT>1300. C)Create third new variable "GPALevel" and assign the value of "GPALevel" as 1 when GPA<=2.8, 2 when 2.8 D) Print out all the data in the ascending order of their GPALevel and the descending order of their SAT when( GPALevel )is the same. 2) Use the Chi-Square test to conclude if the SATLevel and GPALevel are independent. 3) Compute the mean and variance of "GPA" for each level of( "GPALevel"), and compute the correlation matrices for the four variables: MathSAT, VerbalSAT, GPA and SAT. 4) Do the data provide sufficient evidence to indicate that the mean of (MathSAT) is significantly greater than the mean of (VerbalSAT.) 5) Test if the proportion of ( MathSAT) greater than (VerbalSAT) is 0.5.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started