Dear community,
I am performing survival analyses for a clinical trial comparing parasiticidal performance of the drug ivermectin vs. placebo. As per analysis plan, I need to compare survival in the two groups by logrank test and give a p-value and confidence interval. Performing the logrank test by sts test yields:
Do I correctly assume that Pr>chi2, thus 0.7706, is my p-value? How do I adequately obtain the corresponding confidence interval? I only found out how to display CIs in my graph, but this is not what I need.
Many thanks in advance for Your advice!
I am performing survival analyses for a clinical trial comparing parasiticidal performance of the drug ivermectin vs. placebo. As per analysis plan, I need to compare survival in the two groups by logrank test and give a p-value and confidence interval. Performing the logrank test by sts test yields:
Code:
Log-rank test for equality of survivor functions | Events Events rand | observed expected -----------+------------------------- ivermectin | 15 14.43 placebo | 12 12.57 -----------+------------------------- Total | 27 27.00 chi2(1) = 0.08 Pr>chi2 = 0.7706 .
Many thanks in advance for Your advice!
Comment