Updated: January 14, 2021 7:22 AM
Statistical estimation with a 95% confidence interval for number and percentage of ICU beds occupied for the given state and date
Data Dictionary:
1. state (string): The two digit state code
2. collection_date (date): Date estimated
3. ICU Beds Occupied Estimated (double): Estimated number of ICU beds occupied for the given state and date
4. Count LL (double): Estimated number of ICU beds occupied for the given state and date, lower limit, 95% confidence interval
5. Count UL (double): Estimated number of ICU beds occupied for the given state and date, upper limit, 95% confidence interval
6. Percentage of ICU Beds Occupied Estimated (double): Estimated percentage of ICU beds occupied for the given state and date
7. Percentage LL (double): Estimated percentage of ICU beds occupied for the given state and date, lower limit, 95% confidence interval
8. Percentage UL (double): Estimated percentage of ICU beds occupied for the given state and date, upper limit, 95% confidence interval
Post new comment