Hello,
When I am using "proc genmod" to build models, I am trying to output t-Values for the parameters. I have tried various output statements including ods output, especially, "ods output ParameterEstimates = xxxxx;". But I can't get t-Values anywhere. Can someone please enlighten me? Thank you.
Rong
The tests for the parameter estimates are based upon a Wald Chi-Square test and not a t-test. The ParameterEstimates table should have those values and the corresponding p-values.
The tests for the parameter estimates are based upon a Wald Chi-Square test and not a t-test. The ParameterEstimates table should have those values and the corresponding p-values.
@SAS_Rob wrote:
The tests for the parameter estimates are based upon a Wald Chi-Square test and not a t-test. The ParameterEstimates table should have those values and the corresponding p-values.
Thank you, Rob. I am not familiar with Wald test, even though I did see that the parameterestimates table provides LowerWaldCL and UpperWaldCL. Both are so close to the estimates (which means the estimates are good) . I always think that t-Values should not be so close to the estimates.
Thanks, again.
Rong
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.