Can the probit model with continuous dependent variable be estimated in SAS?
I have tried proc genmod, proc logistic, proc probit, etc. However, all of them require to have a binary dependent variable.
Have you tried PROC GLIMMIX with a beta distribution and a probit link? So long as your proportions fall in the open interval (0, 1), this would seem like a valid approach.
SteveDenham
By definition, a probit model has a binary response variable. Can you say more about your variables and the model you want?
See this note. Read the introductory text that will help you decide if you just need to use the events/trials response syntax for aggregated binary data, or use a model described further below for truly continuous proportions.
Have you tried PROC GLIMMIX with a beta distribution and a probit link? So long as your proportions fall in the open interval (0, 1), this would seem like a valid approach.
SteveDenham
Fixed effects are included in the MODEL statement, random effects in the RANDOM statement. So you can add fixed effects to your analysis without difficulty.
SteveDenham
Clustered and double-clustered standard errors sound to me like something you could get using appropriate random effects. Could you give a more concrete example of what the data may look like as far as these variables?
SteveDenham
So level-1 cluster would be year within company, and level-2 would be company for what you want?
SteveDenham
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.