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
what should we do if after first differences the non-stationary of panel data still remained?hello everyone, I use a panel data and do after running the regression I get the residual and to fol…
IV regressions with interaction termsDear Stata community, I'd like to run an IV regression with interaction terms between the endogenou…
how can concat observation data by IDI have the dataset like this: ID Course 1 MS Word 1 MS Excel 2 Windows 2 DOS I want to change it a…
Transform data from wide to long but then lots of values/observations went missing.Hi everyone, I have a dataset with dimension of individuals, observations (e.g income, total broadc…
Referring to a certain value when generating a new variableHello, I want to refer to a certain value when generating a new variable. My panel dataset looks a…
Subscribe to:
Post Comments (Atom)
0 Response to Bayestest model not showing posterior probabilities
Post a Comment