Stata undocumented/obsolete commands and options are usually used by limited people such as Stata programmers of StataCorp in developing Stata. However, sometimes I find they are quite handy.
- Analyzing survey data: -svygen- (generating adjusted sampling weights), -svycal- (calibration-adjusted sampling weights)
- Generating the estimate variables of a graph: - twoway__function_gen-, -twoway__histogram_gen-, -twoway__kdensity_gen-
- Calculating margins: -margins, gen()- (create margin-response variables in the current dataset), -margins, saving()- (save margins results to a dataset)
- Programming: -set buildfvinfo- (build extra factor-variables information into parameter estimates), -_coef_table- (displaying estimation results)
- finding more: A list of Stata undocumented command
- -vce()- options and options for survey data analysis: -vce(svy)- and -vce(unconditional)- are obsolete options of -vce(linearized)-
No comments:
Post a Comment