Hi,
this is my data:
What i would want is to have one observation for Age, with the variables mean, sd, min and max and one observation for ROA with the same variables. Any standardized way of doing that since the first column is in string format? do i have to manually set a ID for Age, ROA to do it properly?
Thank you!
this is my data:
Code:
* Example generated by -dataex-. For more info, type help dataex clear input str11 _varname float v1 "mean__b_Age" -.17356347 "sd__b_Age" .0043046745 "min__b_Age" -.1809183 "max__b_Age" -.16578566 "mean__b_ROA" 3.140546 "sd__b_ROA" .06006654 "min__b_ROA" 3.058667 "max__b_ROA" 3.2449396 end
What i would want is to have one observation for Age, with the variables mean, sd, min and max and one observation for ROA with the same variables. Any standardized way of doing that since the first column is in string format? do i have to manually set a ID for Age, ROA to do it properly?
Thank you!
Comment