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

📄 stata9graphics.mnu

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 MNU
字号:
*! version 1.0.9  26apr2005
*! Stata 9 Graphics menu

"Graphics" stGraphics {
	"Easy graphs" tag1 {		
	 	"Scatter plot"			"DB escatter"
	 	"Connected scatter plot"	"DB econnected"
	 	"Line graph"			"DB eline"
	 	"Area graph"			"DB earea"
	 	"Overlaid twoway graphs"	"DB etwoway_overlay"
	 	--------
		"Bar charts"	tag1 {
			"Summary statistics"	"DB ebar"
			"Observed data"		"DB ebar_data"
		}
		"Dot charts"	tag1 {
			"Summary statistics"	"DB edot"
			"Observed data"		"DB edot_data"
		}
	 	"Pie chart (by variables)"	"DB epie1"
	 	"Pie chart (by category)"	"DB epie2"
	 	--------
	 	"Histogram"			"DB ehistogram"
	 	"Box plot"			"DB ebox"
	 	--------
	 	"Scatterplot matrix"		"DB ematrix"
	 	--------
	 	"Regression fit"		"DB erfit"
	 	"Function graph"		"DB efunction"
	}
	--------
	"Twoway graph (scatterplot, line, etc.)"	"DB twoway_simple"
	"Overlaid twoway graphs"			"DB twoway_overlay"
	--------
	"Bar charts"		tag1 {
		"Summary statistics"	"DB bar"
		"Observed data"		"DB bar_data"
	}
	"Dot charts"		tag1 {
		"Summary statistics"	"DB dot"
		"Observed data"		"DB dot_data"
	}	
	"Pie chart"		"DB pie"
	--------
	"Histogram"		"DB histogram"
	"Box plot"		"DB box"
	--------
	"Scatterplot matrix"	"DB graph_matrix"
	--------
	"Distributional graphs" tag1 {
		"Symmetry plot"					"DB symplot"
		"Quantiles plot"				"DB quantile"
		"Normal quantile plot"				"DB qnorm"
		"Normal probability plot"			"DB pnorm"
		"Chi-squared quantile plot"			"DB qchi"
		"Chi-squared probability plot"			"DB pchi"
		"Quantile-quantile plot"			"DB qqplot"
		--------
		"Ladder of powers histograms"			"DB gladder"
		"Ladder of powers normal quantile plots"	"DB qladder"
		--------
		"Spike plot and rootogram"			"DB spikeplot"
	}
	"Smoothing and densities" tag1 {
		"Kernel density estimation"			"DB kdensity"
		"Lowess smoothing"				"DB lowess"
		"Density-distribution sunflower plot"		"DB sunflower"
	}
	"Regression diagnostic plots" tag1 {
		"Added-variable"				"DB avplot"
		"Component-plus-residual"			"DB cprplot"
		"Augmented component-plus-residual"		"DB acprplot"
		"Leverage-versus-squared residual"		"DB lvr2plot"
		"Residual-versus-fitted"			"DB rvfplot"
		"Residual-versus-predictor"			"DB rvpplot"
	}
	"Time series graphs" tag1 {
		"Line plots"						"DB tsline"
		"Correlogram (ac)"					"DB ac"
		"Partial correlogram (pac)"				"DB pac"
		"Periodogram"						"DB pergram"
		"Cumulative spectral distribution"			"DB cumsp"
		"Bivariate cross-correlogram"				"DB xcorr"
		"Bartlett's white noise test"				"DB wntestb"
		--------
		"Multivariate time series graphs" tag1 {
			"Dynamic forecasts after fcast compute"		"DB fcast_graph"
			"IRF and FEVD after irf create"			"DB irf_graph"
			"Overlaid IRFs and FEVDs after irf create"	"DB irf_ograph"
			"Combined IRFs and FEVDs after irf create"	"DB irf_cgraph"
		}
	}
	"Cross-sectional time-series line plots"		"DB xtline"
	"Survival analysis graphs" tag1 {
		"Failure rates && rate ratios"			"DB strate"
		--------
		"Survivor && cumulative hazard functions"	"DB stsgraph"
		--------
		"Life tables for survival data"			"DB ltable"
		"CIs for means && percentiles of survival time"	"DB stci"
		--------
		"Test proportional hazard assumptions after stcox"	"DB stcox_estat"
		"Assessment of proportional hazards assumption"		"DB stphplot"
		"Compare Kaplan-Meier and Cox survival curves"	"DB stcoxkm"
		--------
		"Survivor && hazard functions after streg"	"DB stcurve"
	}
	"ROC analysis" tag1 {
		"Nonparametric ROC curve"				"DB roctab"
		"Parametric ROC curve after rocfit"			"DB rocplot"
		"Compare ROC curves"					"DB roccomp"
		"Compare ROC curves against a gold standard"		"DB rocgold"
		--------
		"ROC curve after logistic/logit/probit"			"DB lroc"
		"Sensitivity/specificity plot"				"DB lsens"
	}
	"Quality control" tag1 {
		"Cumulative sum (cusum)"			"DB cusum"
		"C chart"					"DB cchart"
		"P chart"					"DB pchart"
		"R chart"					"DB rchart"
		"X-bar chart"					"DB xchart"
		"Vertically aligned X-bar and R chart"		"DB shewhart"
		"Standard error bar chart"			"DB serrbar"
	}
	"More statistical graphs" tag1 {
		"Dendrograms for hierarchical cluster analysis"	"DB cluster_dendrogram"
		--------
		"Eigenvalues after factor analysis"		"DB screeplot"
		--------
		"Fractional polynomial regression plot"		"DB fracplot"
		--------
		"Odds of failure by category"			"DB tabodds"
		--------
		"Pharmacokinetic measures"			"DB pkexamine"
		"Pharmacokinetic data summary"			"DB pksumm"
		--------
		"Means/medians by group"			"DB grmeanby"
		"Comparative scatterplot"			"DB dotplot"
	}
	--------
	"Table of graphs"	"DB graph_combine"
	--------
	"Manage graphs" tag1 {
		"Rename graph in memory"	"DB graph_rename"
		"Copy graph in memory"		"DB graph_copy"
		"Drop graphs"			"DB graph_drop"
		"Describe graph"		"DB graph_describe"
		"Make memory graph current"	"DB graph_display"
		--------
		"Query styles and schemes"	"DB graph_query"
	}
	"Change scheme/size"		"DB graph_display"
}

⌨️ 快捷键说明

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