No, as you guessed my question is different. The bar chart selection happened by chance. My question is: How to create a computed variable in SAS requiring multiplication by a fixed number? I am creating a new variable called Lifetime colorectal cancer risk that uses cancer occurrences after colonoscopy divided by total person years of observation. There are two segments of lifetime, one is observed follow-up and post followup life expectancy. We use different cancer occurrences and different periods to produce the cancer risk during each of these two periods. The total lifetime risk is the sum of the two risks. For each risk we multiple the cancer rate by mean number of years of observed follow-up in my data, annual total cancer rate multiply by 8.1) and for post follow-up annual interval cancer rate by 19.3. The reason I need to program this is that I want to generate 95% bootstrapped CI for the lifetime cancer risk. But the SAS code is not recognizing the code EligCRCNew * 8.1. Look forward to your help. Sudha Xirasagar
... View more