Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • xml_tab - "all variables dropped, nothing to output" error

    When using xml_tab to output model results for a constant-only model, I'm receiving the error, "all variables dropped, nothing to output." According to an earlier post this was a bug identified in 2008 which was fixed (see: http://www.stata.com/statalist/archi.../msg00882.html).

    I'm definitely using the latest version of xml_tab (reinstalled and replaced it just in case). I'm using Stata MP on a 64-bit PC.

    Any ideas?

    The model is:

    Code:
    xtmelogit Graduate || state:, variance
    estimates store Model1, title(Model 1: Empty)
    The xml_tab call is:

    Code:
    xml_tab Model1, stats(N, ll, chi2, df_m, chi2_c, p_c) ///
    sheet(EmptyModel) ///
    save(C:\temp\ModelResults.xml) replace
Working...
X