Require assistance with possible multiple regression analysis

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Dants
Messages
4
Reaction score
0
I am interested in determining more efficient ways of determining individuals' body fat percentage. To do this, I measure the circumference of a number of segments (10 of them) of the body and determine the person's percentage body fat through underwater weighing. I have done this for 252 total participants, and I have recorded the age for the participants.

My goal is to facilitate the simple estimation of percentage body fat. I wish to generate a predictive equation the best estimate of percentage body fat. Am I correct to assume that I should be using multiple regression or simple linear regression?

Thanks,

Dants
 
Physics news on Phys.org
In a machine learning environment, the terms are essentially interchangeable, and it doesn't matter. The underlying model is the same either way. In fact, any kind of regression in which the coefficients show up linearly is still linear regression, even if the shape of the line or curve being fit is not straight. It's how the coefficients show up that determine if the model is a linear regression model, not the shape of the line or curve.