sas - output standard error for odds ratio in logistic regression -


I am running a logistics regression in SAS. SAS output with point estimate and 95% confidence range is estimated to have an odd ratio. With the point estimate and the 95% confidence limit, how can I get the standard error in output ratio (not in parameter estimates) in the ratio of constraints

  proc logistic data = data1; Class rank / ultimate = referee; Accept model = GRPPA rank; Run; Odds ratio estimate is this output, how can I add a standard error for the SAS estimation of constraints ratio? Odd ratio estimate 95% wald effect estimate estimate limitations gre 1.002 1.000 1.004 GPA 2.235 1.166 4.282 Rank 1 vs 4 4.718 2.080 10.701 Rank 2 vs 4 2.401 1.170 4.927 Rank 3 vs 4 1.235 0.572 2.668  

Thanks in advance for any help


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -