4. [6pt] Use the fat data in Question 1, and consider the same response variable. Suppose researchers are interested in

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

4. [6pt] Use the fat data in Question 1, and consider the same response variable. Suppose researchers are interested in

Post by answerhappygod »

4 6pt Use The Fat Data In Question 1 And Consider The Same Response Variable Suppose Researchers Are Interested In 1
4 6pt Use The Fat Data In Question 1 And Consider The Same Response Variable Suppose Researchers Are Interested In 1 (132.3 KiB) Viewed 67 times
# the fat data in Question 1 is as below.
[R code]
library(faraway)
data('fat', package='faraway')
fat_origin <- fat
fat <- fat_origin[, -c(1,3)] # col1: brozek, col3:
density
too difficult.. plz...!
4. [6pt] Use the fat data in Question 1, and consider the same response variable. Suppose researchers are interested in whether neck, chest, hip, thigh predictors are jointly significant after adjusting weight, height, age. Carry out the following test and calculate a p-value. You should implement LRT and score test using statistical software (i.e. R/Python). You should not use any built-in function for LRT and score tests (but you can use tje lm function) (Note: you should submit the code] (a) Calculate p-value of using likelihood ratio test. (b) Calculate p-value of using Score test.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply