Announcement

Collapse
No announcement yet.
This is a sticky topic.
X
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Two small requests:

    1. It would be handy if the -query- command returned not only current settings but also default settings (at least where practicable).

    2. I would be handy if all (instead of just some) -set- commands when executed without an argument would reset the setting to its default. E.g. compare the results of -set cformat- with -set linesize-

    An alternative would be to permit -set_defaults- to work on specific settings not just on broad categories (e.g. -set_defaults linesize- rather than -set_defaults output-)

    I suspect there are good reasons Stata does not allow these but if so I cannot discern them.

    Comment


    • #17
      Various articles claim to have developed BIC and AIC and other measures that are legit for complex survey data, e.g.

      https://academic.oup.com/jssam/artic...56?login=false

      https://www.stat.colostate.edu/grayb...ions/Scott.pdf

      There is also the user-written svylogitgof command:

      https://www.stata-journal.com/sjpdf....iclenum=st0099

      If these commands are statistically valid I would like to see them adopted as post-estimation commands in Stata. (If not valid I'd be curious to hear why.)
      -------------------------------------------
      Richard Williams, Notre Dame Dept of Sociology
      StataNow Version: 19.5 MP (2 processor)

      EMAIL: [email protected]
      WWW: https://www3.nd.edu/~rwilliam

      Comment


      • #18
        Currently, bayesmh can call only Stata programs for its llevaluator() and evaluator() options.

        I would like to see bayesmh be enabled to directly call Mata functions as likelihood or posterior evaluators in a manner analogous to what ml model is already allowed for its evaluators.

        This would allow for at least cleaner code and perhaps for faster execution as well.

        It also would be worthwhile to take this one step further, that is, have a Mata class with baysemh functionality, analogous to the relationship between moptimize() and ml model.

        Comment

        Working...
        X