통계 clinical trial/SAS
Geometric mean 계산
고향이안드로메다
2020. 7. 29. 15:01
Geomean의 사용: Skewed data, scaled data,
- Population growth
- Compounding interest
- Bioassays
- Radioactive decay
- Dose-response relationships
- Count data
- Time Series data
- Longitudinal data
- Repeated measures data
- Bioequivalence trials
기하평균사용시의 조건: 0이나 음의 값이 있으면 안됨..
만약 그렇다면 어떻게 할까?
1. Adjust your scale so that you add 1 to every number in the data set, and then subtract 1 from the resulting geometric mean.
2. Ignore zeros or missing data in your calculations.
3. Convert zeros to a very small number (often called “below the detection limit”) that is less than the next smallest number in the data set.
FINDING GEOMETRIC MEANS WITHIN AN OBSERVATION: GEOMEAN()/GEOMEANZ()
FINDING GEOMETRIC MEANS FOR A POPULATION
Geometric mean CV값