You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DBP, SBP and Pulse Rate are measured in integer and Temperature in 1 decimal point. Could it be updated properly? I think it can be as follows:
DBP, SBP and Pulse Rate : .formats = list("n" = "xx", "Mean (SD)" = "xx.x (xx.x)", "Median" = "xx.x", "Min - Max" = "xx - xx"),
Temperature : .formats = list("n" = "xx", "Mean (SD)" = "xx.xx (xx.xx)", "Median" = "xx.xx", "Min - Max" = "xx.x - xx.x"),
For the current outputs generated by Chevron show 3 decimals for Mean, SD and Median, and 2 decimals for min-max. It is too much.
The text was updated successfully, but these errors were encountered:
DBP, SBP and Pulse Rate are measured in integer and Temperature in 1 decimal point. Could it be updated properly? I think it can be as follows:
DBP, SBP and Pulse Rate : .formats = list("n" = "xx", "Mean (SD)" = "xx.x (xx.x)", "Median" = "xx.x", "Min - Max" = "xx - xx"),
Temperature : .formats = list("n" = "xx", "Mean (SD)" = "xx.xx (xx.xx)", "Median" = "xx.xx", "Min - Max" = "xx.x - xx.x"),
For the current outputs generated by Chevron show 3 decimals for Mean, SD and Median, and 2 decimals for min-max. It is too much.
The text was updated successfully, but these errors were encountered: