Hi everyone. I'm working on a dataset in which there are n = 24 observation on subjects, tested for physical resistance. The goal is to evaluate the burnt calories (first variable) based on the body mass in kilos (second variable) and the work level (third variable).
The column of the variable wl (work level) contains values which go from 13 to 56, all observation are discrete EXCEPT for two observations which have continuous values (34.5 and 34.5). Given so, I choose to consider this variable as continuous since not all of the 24 observations are discrete (I converted all the values like for example 27 to 27.0).
Is this procedure wrong? Would you have considered this variable in some other way?
Also, since the dataset is very small, is an istogram graph useful for a descriptive analysis of the variables or should I just go with a summary() of the three variables?
I give also the data file for better understanding. Thanks for the help.
The column of the variable wl (work level) contains values which go from 13 to 56, all observation are discrete EXCEPT for two observations which have continuous values (34.5 and 34.5). Given so, I choose to consider this variable as continuous since not all of the 24 observations are discrete (I converted all the values like for example 27 to 27.0).
Is this procedure wrong? Would you have considered this variable in some other way?
Also, since the dataset is very small, is an istogram graph useful for a descriptive analysis of the variables or should I just go with a summary() of the three variables?
I give also the data file for better understanding. Thanks for the help.
Attachments
-
699 bytes Views: 0