- (StataNow™) CORRELATED RANDOM-EFFECTS (CRE) MODEL
- (StataNow™) MUNDLAK SPECIFICATION TEST
- ENHANCEMENTS TO:
- graph export when exporting to:
- an Encapsulated PostScript (.eps) file;
- a PostScript (.ps) file PostScript file.
- a PDF (.pdf) file.
- graph export when exporting to:
now has the new option bgfill(), which specifies whether to use the background fill in the .eps, .ps or pdf file.
-
- graph set:
- an Encapsulated PostScript (.eps) file;
- a PostScript (.ps) file PostScript file.
- a PDF (.pdf) file.
- graph set:
now has the new setting bgfill(), which specifies whether to use the background fill when using graph export to export Stata’s graphs to an .eps, .ps or pdf file.
-
- (StataNow™) areg with more than two absorb variables and xtreg, fe with option absorb() could in rare cases produce incorrect results because of numerical difficulties during the iterative projection algorithm (the iteration log would show a maximum absolute difference that increased before eventually converging). A check for numerical instability has been added that will terminate the search in these cases and issue error message “convergence not achieved” after displaying the coefficient table.
© Copyright 1996–2026 StataCorp LLC. All rights reserved.
-
- etable, when specified with a named expression involving r() results in option mstat(), reported a missing value if option margins was not specified. For example,
- sysuse auto
- logistic for mpg turn
- estat gof
- etable, column(index)
- etable, when specified with a named expression involving r() results in option mstat(), reported a missing value if option margins was not specified. For example,
mstat(N)
mstat(chi2_gof=(r(chi2)), label(GOF χ²))
mstat(p_gof=(r(p)), label(GOF p-value))
reported a missing value for chi2_gof and p_gof. This has been fixed.
-
- The Mata function ustrtoname(s), when s was an empty string, crashed Stata. This has now been fixed.