Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 11 Body mass index (BMI) is a measure of body fat based on height and weight that applies to adults. The data below gives
Question 11 Body mass index (BMI) is a measure of body fat based on height and weight that applies to adults. The data below gives the BMI for 10 volunteers: 25.1, 24.3, 19.2, 20.6, 31.1, 28.4, 29.3, 26.6, 27.1, 25.9 Which of the following R commands gives the probability density histogram of the data? (A). x=c (25.1, 24.3, 19.2, 20.6, 31.1, 28.4, 29.3, 26.6, 27.1, 25.9) hist (x) (B). x= (25.1, 24.3, 19.2, 20.6, 31.1, 28.4, 29.3, 26.6, 27.1, 25.9) hist (x) (C). x=c (25.1, 24.3, 19.2, 20.6, 31.1, 28.4, 29.3, 26.6, 27.1, 25.9) hist (x, prob=TRUE) (D). x= (25.1, 24.3, 19.2, 20.6, 31.1, 28.4, 29.3, 26.6, 27.1, 25.9) hist (x, prob=TRUE) (E). x=c (25.1, 24.3, 19.2, 20.6, 31.1, 28.4, 29.3, 26.6, 27.1, 25.9) hist (x, pdh)
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