⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stata9stats.mnu

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 MNU
📖 第 1 页 / 共 2 页
字号:
*! version 1.0.12  04apr2005
*! Stata 9 Statistics menu

"Statistics" stStatistics {
	"Summaries, tables, && tests" tag1 {
		"Summary statistics" tag1 {
			"Summary statistics"		"DB summarize"
			"Means"		"DB mean"
			"Proportions"	"DB proportion"
			"Ratios"	"DB ratio"
			"Totals"	"DB total"
			--------
			"Confidence intervals"		"DB ci"
			"Normal CI calculator"		"DB cii_normal"
			"Binomial CI calculator"	"DB cii_binomial"
			"Poisson CI calculator"		"DB cii_poisson"
			--------
			"Correlations && covariances"	"DB correlate"
			"Pairwise correlations"		"DB pwcorr"
			"Partial correlations"		"DB pcorr"
			"Tetrachoric correlations"	"DB tetrachoric"
			--------
			"Arith./geometric/harmonic means"	"DB ameans"
			"Graph means/medians by groups"		"DB grmeanby"
			--------
			"Centiles with CIs"		"DB centile"
			"Create variable of percentiles"	"DB pctile"
			"Create variable of quantiles"	"DB xtile"
		}
		"Tables" tag1 {
			"Table of summary statistics (table)"	"DB table"
			"Table of summary statistics (tabstat)"	"DB tabstat"
			"One/two-way table of summary statistics"	"DB tabsum"
			"One-way tables"			"DB tabulate1"
			"Multiple one-way tables"		"DB tab1"
			"Two-way tables with measures of association"	"DB tabulate2"
			"All possible two-way tabulations"	"DB tab2"
			"Table calculator"			"DB tabi"
		}
		"Classical tests of hypotheses" tag1 {
			"One-sample mean comparison test"	"DB ttest1"
			"Mean comparison test, paired data"	"DB ttestpair"
			"Two-sample mean comparison test"	"DB ttest2"
			"Group mean comparison test"		"DB ttestby"
			"One-sample mean comparison calculator"	"DB ttesti1"
			"Two-sample mean comparison calculator"	"DB ttesti2"
			--------
			"Binomial probability test"		"DB bitest"
			"Binomial probability test calculator"	"DB bitesti"
			--------
			"One-sample proportion test"		"DB prtest1"
			"Two-sample proportion test"		"DB prtest2"
			"Group proportion test"	"DB prtestby"
			"One-sample proportion calculator"	"DB prtesti1"
			"Two-sample proportion calculator"	"DB prtesti2"
			--------
			"One-sample variance comparison test"	"DB sdtest1"
			"Two-sample variance comparison test"	"DB sdtest2"
			"Group variance comparison test"	"DB sdtestby"
			"One-sample variance comparison calculator"	"DB sdtesti1"
			"Two-sample variance comparison calculator"	"DB sdtesti2"
			"Robust equal variance test"		"DB robvar"
			--------
			"Sample size && power determination"	"DB sampsi"
		}
		"Nonparametric tests of hypotheses" tag1 {
			"One-sample Kolmogorov-Smirnov test"	"DB ksmirnov1"
			"Two-sample Kolmogorov-Smirnov test"	"DB ksmirnov2"
			"Kruskal-Wallis rank test"		"DB kwallis"
			--------
			"Wilcoxon matched-pairs signed-rank test"	"DB signrank"
			"Test equality of matched pairs"	"DB signtest"
			"Mann-Whitney two-sample ranksum test"	"DB ranksum"
			--------
			"K-sample equality of medians test"	"DB median"
			"Test for random order"	"DB runtest"
			"Trend test across ordered groups"	"DB nptrend"
			--------
			"Spearman's rank correlation"		"DB spearman"
			"Kendall's rank correlation"		"DB ktau"
		}
		"Distributional plots && tests" tag1 {
			"Symmetry plot"				"DB symplot"
			"Quantiles plot"			"DB quantile"
			"Normal quantile plot"			"DB qnorm"
			"Normal probability plot, standardized"	"DB pnorm"
			"Chi-squared quantile plot"		"DB qchi"
			"Chi-squared probability plot"		"DB pchi"
			"Quantile-quantile plot"		"DB qqplot"
			--------
			"Stem && leaf display"			"DB stem"
			"Letter-value display"			"DB lv"
			--------
			"Cumulative distribution graph"		"DB cumul"
			--------
			"Skewness && kurtosis normality test"	"DB sktest"
			"Shapiro-Wilk normality test"		"DB swilk"
			"Shapiro-Francia normality test"	"DB sfrancia"
			--------
			"Ladder of powers"			"DB ladder"
			"Ladder of powers histograms"		"DB gladder"
			"Ladder of powers normal quantile plots"	"DB qladder"
		}
	}
	--------
	"Linear models and related" tag1 {
		"Linear regression"				"DB regress"
		"Regression diagnostics" tag1 {
			"Specification tests, etc."		"DB regress_estat"
			--------
			"Added-variable plot"			"DB avplot"
			"Component-plus-residual plot"		"DB cprplot"
			"Augmented component-plus-residual plot" "DB acprplot"
			"Leverage-versus-squared residual plot"	"DB lvr2plot"
			"Residual-versus-fitted plot"		"DB rvfplot"
			"Residual-versus-predictor plot"	"DB rvpplot"
			--------
			"DFBETAs"				"DB dfbeta"
		}
		--------
		"ANOVA" tag1 {
			"Analysis of variance and covariance"	"DB anova"
			"Test linear hypotheses after anova"	"DB testanova"
			"Specification tests after anova"	"DB anova_estat"
			--------
			"One-way ANOVA" "DB oneway"
			"Large one-way ANOVA" "DB loneway"
		}
		--------
		"Box-Cox regression"				"DB boxcox"
		"Errors-in-variables regression"		"DB eivreg"
		"Frontier models"				"DB frontier"
		"Truncated regression"				"DB truncreg"
		"Constrained linear regression"			"DB cnsreg"
		--------
		"Multiple equation models" tag1 {
			"Multivariate regression"		"DB mvreg"
			"Seemingly unrelated regression"	"DB sureg"
			"Three-stage least squares"		"DB reg3"
		}
		"Censored regression" tag1 {
			"Tobit regression"			"DB tobit"
			"Censored-normal regression"		"DB cnreg"
			"Interval regression"			"DB intreg"
		}
		"Fractional polynomials" tag1 {
			"Fractional polynomial regression"	"DB fracpoly"
			"Multivariable fractional polynomial models"	"DB mfp"
			"Fractional polynomial regression plot"	"DB fracplot"
			"Fractional polynomial prediction"	"DB fracpred"
			"Create fractional polynomial powers"	"DB fracgen"
		}
		"Other" tag1 {
			"Variance-weighted least squares"	"DB vwls"
			"Robust regression"			"DB rreg"
			"Nonlinear least squares	"	"DB nl"
			"Linear regression absorbing one cat. variable"	"DB areg"
		}
	}
	"Binary outcomes" tag1 {
		"Logistic regression"				"DB logit"
		"Logistic regression (reporting odds ratios)"	"DB logistic"
		--------
		"Probit regression"				"DB probit"
		"Probit regression (reporting change in prob.)"	"DB dprobit"
		"Bivariate probit regression"			"DB biprobit_notsu"
		"Seemingly unrelated bivariate probit regression"	"DB biprobit_su"
		--------
		"GLM for the binomial family"			"DB binreg"
		"Complementary log-log regression"		"DB cloglog"
		--------
		"Heteroskedastic probit regression"		"DB hetprob"
		"Skewed logit regression"			"DB scobit"
		--------
		"Grouped data" tag1 {
			"Logit regression for grouped data"	"DB blogit"
			"Probit regression for grouped data"	"DB bprobit"
			"Weighted least-squares logit regression"	"DB glogit"
			"Weighted least-squares probit regression"	"DB gprobit"
		}
		"Postestimation" tag1 {
			"Goodness-of-fit after logistic/logit/probit" "DB logit_estat"
			"Classification statistics after logistic/logit/probit" "DB logit_estat"
			"ROC curve after logistic/logit/probit"				"DB lroc"
			"Sensitivity/specificity plot"	"DB lsens"
		}
	}
	"Ordinal outcomes" tag1 {
		"Ordered logit regression"			"DB ologit"
		"Ordered probit regression"			"DB oprobit"
		--------
		"Rank-ordered logistic regression"		"DB rologit"
	}
	"Categorical outcomes" tag1 {
		"Multinomial logistic regression"		"DB mlogit"
		"Conditional logistic regression"		"DB clogit"
		"Alternative-specific multinomial probit"	"DB asmprobit"
		"Independent multinomial probit"		"DB mprobit"
		"Stereotype logistic regression"		"DB slogit"
		--------
		"Nested logit regression"			"DB nlogit"
		"Setup for nested logit regression"		"DB nlogitgen"
		"Display nested logit tree structure"		"DB nlogittree"
	}
	"Count outcomes" tag1 {
		"Poisson regression"				"DB poisson"
		"Goodness-of-fit test after Poisson"		"DB poisson_estat"
		--------
		"Negative binomial regression"			"DB nbreg"
		"Generalized negative binomial regression"	"DB gnbreg"
		--------
		"Zero-inflated Poisson regression"		"DB zip"
		"Zero-inflated negative binomial regression"	"DB zinb"
		"Zero-truncated Poisson regression"		"DB ztp"
		"Zero-truncated negative binomial regression"	"DB ztnb"
	}
	"Endogenous covariates" tag1 {
		"Instrumental variables && two-stage least squares"	"DB ivreg"
		"Three-stage least squares"			"DB reg3"
		--------
		"Probit model with endogenous covariates"	"DB ivprobit"
		"Tobit model with endogenous covariates"	"DB ivtobit"
		--------
		"Panel data" tag1 {
			"Instrumental variables regression (FE, RE, BE, FD)"	"DB xtivreg"
			"Hausman-Taylor regression (RE)"	"DB xthtaylor"
		}
	}
	"Selection models" tag1 {
		"Heckman selection model (ML)"			"DB heckman_ml"
		"Heckman selection model (two-step)"		"DB heckman_2step"
		"Probit model with selection"			"DB heckprob"
		"Treatment effects model (ML)"			"DB treatreg_ml"
		"Treatment effects model (two-step)"		"DB treatreg_2step"
	}
	"Generalized linear models (GLM)" tag1 {
		"Generalized linear models (GLM)"		"DB glm"
	}
	"Nonparametric analysis" tag1 {
		"Kernel density estimation"			"DB kdensity"
		"Lowess smoothing"				"DB lowess"
		"Robust nonlinear smoother"			"DB smooth"
		--------
		"Quantile regression"				"DB qreg"
		"Interquantile regression"			"DB iqreg"
		"Simultaneous-quantile regression"		"DB sqreg"
		"Bootstrapped quantile regression"		"DB bsqreg"
	}
	--------
	"Time series" tag1 {
		"Setup && utilities" tag1 {
			"Declare dataset to be time-series data"	"DB tsset"
			--------
			"Report time-series aspects of dataset"	"DB tsreport"
			--------
			"Fill in missing time values"		"DB tsfill"
			"Append obs. to time-series dataset"	"DB tsappend"
		}
		--------
		"ARIMA models"					"DB arima"
		"ARCH/GARCH" tag1 {
			"ARCH && GARCH models"			"DB garch"
			"Nelson's EGARCH model"			"DB egarch"
			"Threshold ARCH model"			"DB tarch"
			"GJR form of threshold ARCH model"	"DB gjrtarch"
			"Simple asymmetric ARCH model"		"DB saarch"
			"Power ARCH model"			"DB parch"
			"Nonlinear ARCH model"			"DB narch"
			"Nonlinear ARCH model with a single shift" "DB narchk"
			"Asymmetric power ARCH model"		"DB aparch"
			"Nonlinear power ARCH model"		"DB nparch"
		}
		"Prais-Winsten regression"			"DB prais"
		"Regression with Newey-West std. errors"	"DB newey"
		--------
		"Rolling windows estimation"			"DB rolling"
		--------
		"Smoothers/univariate forecasters" tag1 {
			"Single exponential smoothing"		"DB tssmooth_exponential"
			"Double exponential smoothing"		"DB tssmooth_dexponential"
			"Holt-Winters nonseasonal smoothing"	"DB tssmooth_hwinters"
			"Holt-Winters seasonal smoothing"	"DB tssmooth_shwinters"
			"Nonlinear filter"			"DB tssmooth_nl"
			"Moving average filter"			"DB tssmooth_ma"
		}
		--------
		"Tests" tag1 {
			"Augmented Dickey-Fuller unit-root test"	"DB dfuller"
			"DF-GLS test for a unit root"	"DB dfgls"
			"Phillips-Perron unit roots test"	"DB pperron"
			"Bartlett's periodogram-based white noise test"	"DB wntestb"
			"Portmanteau white noise test"		"DB wntestq"
			--------
			"Time-series specification tests after regress"	"DB regress_estat"
		}
		"Graphs" tag1 {
			"Line plots"					"DB tsline"
			"Autocorrelations && partial autocorrelations"	"DB corrgram"
			"Correlogram (ac)"				"DB ac"
			"Partial correlogram (pac)"			"DB pac"
			"Periodogram"					"DB pergram"
			"Cumulative spectral distribution"		"DB cumsp"
			"Cross-correlogram for bivariate time series"	"DB xcorr"
		}
	}
	"Multivariate time series" tag1 {
		"Setup && utilities" tag1 {
			"Declare dataset to be time-series data"	"DB tsset"
			--------
			"Report time-series aspects of dataset"		"DB tsreport"
			--------
			"Fill in missing time values"			"DB tsfill"
			"Append obs. to time-series dataset"		"DB tsappend"
		}
		--------
		"Vector autoregression (VAR)"				"DB var"
		"Basic VAR"						"DB varbasic"
		"Structural vector autoregression (SVAR)"		"DB svar"
		"Vector error-correction model (VECM)"			"DB vec"
		"Cointegrating rank of a VECM"				"DB vecrank"
		--------
		"VAR diagnostics and tests" tag1 {	
			"Lag-order selection statistics (pre-estimation)"  "DB varsoc"
			"Lag-order selection statistics (postestimation)" "DB varsoc_post"
			"Granger causality tests"			"DB vargranger"
			"LM statistics for residual autocorrelation"	"DB varlmar"
			"Test for normally distributed disturbances"	"DB varnorm"
			"Check VAR stability condition"			"DB varstable"
			"Wald lag exclusion statistics"			"DB varwle"
		}
		"VEC diagnostics and tests" tag1 {
			"Lag-order selection statistics (pre-estimation)"  "DB varsoc"
			"Lag-order selection statistics (postestimation)" "DB varsoc_post"
			"LM statistics for residual autocorrelation"	"DB veclmar"
			"Test for normally distributed disturbances"	"DB vecnorm"
			"Check VEC stability condition"			"DB vecstable"
		}
		"Dynamic forecasts" tag1 {
			"Compute forecasts (required for graph)"	"DB fcast_compute"
			"Graph forecasts"				"DB fcast_graph"
		}	
		
		--------
		"IRF && FEVD analysis" tag1 {
			"Obtain IRFs && FEVDs"				"DB irf_create"
			--------
			"Graphs by impulse or response"			"DB irf_graph"
			"Overlaid graph"				"DB irf_ograph"
			"Combined graphs"				"DB irf_cgraph"
			"Table(s) by impulse or response"		"DB irf_table"
			"Combined tables"				"DB irf_ctable"
		}
		"Manage IRF results and files" tag1 {
				"Set active IRF file"		"DB irf_set"
				"Describe IRF file"		"DB irf_describe"
				--------
				"Add IRF results"		"DB irf_add"
				"Rename IRF results"		"DB irf_rename"
				"Drop IRF results"		"DB irf_drop"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -