BookmarkSubscribeRSS Feed
Junwang09
Calcite | Level 5

Usually t-test is applied to test the significance of coefficient estimates. But HPGENSELECT uses chi-square test (see table below). Why?

 

Parameter Estimates from HPGENSELECT

Parameter

DF

Estimate

Standard Error

Chi-Square

Pr > ChiSq

Intercept

1

3.405338

0.142788

568.768

<.0001

4 REPLIES 4
Junwang09
Calcite | Level 5

Reeza, thanks a lot for your help. I try to understand that how Chi-square can be used to test the significance of coefficient. Do you have any reference? thanks!

Rick_SAS
SAS Super FREQ

You are correct that for OLS regression and normally distributed errors you can use t tests. However, HPGENSELECT is most closely related to the GENMOD procedure, not the GLM procedure. For generalized linear models, the errors are not normally distributed and the solution technique is maximum likelihood estimation. The docs for PROC LOGISTIC and PROC GENMOD mention that confidence intervals are based on the likelihood ratio, and the statstic that is used has an asymptotic chi-square distribution:

LOGISTIC: http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_logistic_det...

GENMOD: http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_genmod_detai...

Junwang09
Calcite | Level 5

Thanks for your reply. The links you attached is very helpful.

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 863 views
  • 0 likes
  • 3 in conversation