BookmarkSubscribeRSS Feed
vannestelrooy
Calcite | Level 5

I am using the PROC GENMOD module to do the QML(quasi-maximum likelihood) estimation for some fractional response models. I am aware that GENMOD can provide two different standard errors, empirical and model based. Does any one know what is the difference between those standard errors? And what is the formula and theory behind these two standard errors?

4 REPLIES 4
lvm
Rhodochrosite | Level 12 lvm
Rhodochrosite | Level 12

The regular SEs are based on the fitted model, including the working correlation matrix that is used in the GEE approach (i.e., the quasi-likelihood approach). They are consistent if the model and working correlation matrix is correctly specified. The empirical SEs are consistent even if the working correlation matrix is misspecified. Sometimes the empirical SEs are called robust SEs. The formulas are given in the Parameter Estimate Covariances sub-section of the Generalized Estimating Equations section.

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

 

JacobSimonsen
Barite | Level 11

Maybe the question is to be understood what the difference is between the standard errors based on the observed information matrix compared to standard errors based on Fishers expected information matrix. The observed information (default) use the the second derivative of the likelihood evaluated at the observed datapoints. Fishers expected is the expected value of the observed information

matrix according to the model. You obtain SE based on Fishers information matrix by adding "EXPECTED" as option in the model line.

lvm
Rhodochrosite | Level 12 lvm
Rhodochrosite | Level 12

This makes a difference too, but this is a different issue from the original question. The so-called empirical estimate of the var-cov matrix of beta-hat is also known as the sandwhich estimate, and it removes (or tries to remove) the effect of certain aspects of the model choice on the estimate. It is sometimes called a robust estimate.

 

One gets the empical SEs by default with GENMOD (in GLIMMIX, it is not the default). To get the model-based SEs (actually, the SEs based on the model working correlation matrix), one puts MODELSE on the REPEATED statement.

 

vannestelrooy
Calcite | Level 5
But for my case, since I am using the quasi-likelihood approach, there is no specific distributional assumption for the model, then I think the robust standard error should be the one I need to use? And I think the model-based standard error in GENMOD is the same to the default standard error in NLMIXED, right?

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is ANOVA?

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.

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