Author: Stanley Xu; Christina Clarke; Susan Shetterly; Komal Narwaney
Title: Estimating the Growth Rate and Doubling Time for Short-Term Prediction and Monitoring Trend During the COVID-19 Pandemic with a SAS Macro Document date: 2020_4_11
ID: 10mbsqmo_19
Snippet: title 'Estimated doubling time (or half time when r<0) in days (D) and 95% CIs'; title2 'Using CO Hospitalization data between March 13th-April 13th'; proc sgplot data=r_doubling_time; band x = mid_day lower = doubling_time_LowerCL upper = doubling_time_UpperCL/ fillattrs = (color = graydd) name = 'band95' legendlabel = '95% Confidence Interval'; series x = mid_day y = doubling_time/ lineattrs = (color = blue thickness = 3px) name = 'line' legend.....
Document: title 'Estimated doubling time (or half time when r<0) in days (D) and 95% CIs'; title2 'Using CO Hospitalization data between March 13th-April 13th'; proc sgplot data=r_doubling_time; band x = mid_day lower = doubling_time_LowerCL upper = doubling_time_UpperCL/ fillattrs = (color = graydd) name = 'band95' legendlabel = '95% Confidence Interval'; series x = mid_day y = doubling_time/ lineattrs = (color = blue thickness = 3px) name = 'line' legendlabel = 'doubling time'; yaxis labelpos = center label = "doubling time in days" thresholdmax = .8 min=0 max=30; xaxis labelpos = center label = "Mid day of a seven day period" thresholdmax = .8;
Search related documents:
Co phrase search for related documents- center label and mid day: 1
- center label and seven day: 1, 2, 3, 4, 5, 6
- center label and seven day period: 1, 2, 3
- center label and seven day period thresholdmax: 1
- center label and seven day period thresholdmax mid day: 1
- center label and xaxis labelpos center label: 1
- double time and half time: 1
- doubling time and estimate doubling time: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21
- doubling time and half time: 1, 2, 3, 4, 5, 6
- doubling time and seven day: 1, 2
- estimate doubling time and half time: 1
- labelpos center label and mid day: 1
- labelpos center label and seven day: 1
- labelpos center label and seven day period: 1
- labelpos center label and seven day period thresholdmax: 1
- labelpos center label and seven day period thresholdmax mid day: 1
- labelpos center label and xaxis labelpos center label: 1
- mid day and seven day: 1
- mid day and seven day period: 1
Co phrase search for related documents, hyperlinks ordered by date