'confidence interval for cumulative incidence function in stata

I have conducted competing risk analysis using fine and gray method in stata, similar to this command:

stcrreg ifp tumsize pelnode, compete(failtype==2)

stcurve, cif at1(ifp=5 pelnode=0) at2(ifp=20 pelnode=0)

I could not get the 95% confidence interval for the estimates. Can someone help me get the CI?

Thank you



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source