Dear Stata Users community,
I am trying to compare the posterior probabilities of a series of ologit models using the command bayestest model.
When I run bayestest model for each of the models, the posterior probability value does show up --not surprisingly, the value is 1 in these cases). But when I run bayestest model for both of them the column P(M|y) shows a dot instead of a number.
I am attaching a screenshot of the input I received from stata. The code I used is the following:
bayes: ologit poldiscb sex educc1
bayes, saving(baba)
estimates store baba
bayes: ologit poldiscb sex
bayes, saving(bebe)
estimates store bebe
bayestest model baba
bayestest model bebe
bayestest model baba bebe
I am fairly new in using bayesian analysis methods in Stata and I wanted to get your input what might be going on.
Thank you and I apologize in advance if my message does not comply with the standard contents of a post--this is actually my first one. I will gladly subtract/add more information to my post in case it is needed.
Array
Best,
Sergio.
Related Posts with Bayestest model not showing posterior probabilities
Using global variables within forvalue loopsI am trying to design a for loop that can be easily adapted for the input values but cannot work out…
Validity of exclusion restriction in an Heckman IV modelDear Statalist Users, I was hoping to get some inputs on how to evaluate the validity of the exclus…
Time series data set up for time series analysisDear Altruistic, I'm using Stata 13. My data set is in following formation Code: * Example generat…
Interaction term between social origin and countryI'm looking at social origin effect on occupational attainment in three different countries and want…
Using same variable for weight and controlI would like to use the same variable for weight and control like: Code: sysuse auto ivreghdfe pr…
Subscribe to:
Post Comments (Atom)
0 Response to Bayestest model not showing posterior probabilities
Post a Comment