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

📄 stata9data.mnu

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

&Data stData {
	"Describe data" tag1 {
		"Describe variables in memory"		"DB descdata"
		"Describe variables in file"		"DB descusing"
		"Describe data contents (codebook)"	"DB codebook"
		"Inspect variables"			"DB inspect"
		--------
		"List data"				"DB list"
		--------
		"Summary statistics"			"DB summarize"
	}
	--------
	"Data editor"					edit
	"Data browser (read-only editor)"		browse
	"Create or change variables" tag1 {
		"Create new variable"				"DB generate"
		"Create new variable (extended)"		"DB egen"
		"Other variable creation commands" tag1 {
			"Interaction expansion"			"DB xi"
			"Create indicator variables"		"DB tabulategen"
			--------
			"Fill in missing values"		"DB impute"
			"Linearly interpolate/extrapolate values"	"DB ipolate"
			--------
			"Draw sample from normal distribution"	"DB drawnorm"
			"Create dataset with specified correlation"	"DB corr2data"
			--------
			"Orthogonalize variables"		"DB orthog"
			"Orthogonal polynomials"		"DB orthpoly"
			"Create fractional polynomial powers"	"DB fracgen"
			"Linear spline construction"		"DB mkspline"
			"Zero-skewness log transform"		"DB lnskew0"
			"Box-Cox transform"			"DB bcskew0"
			--------
			"Generate numerical ranges"		"DB range"
			"Calculate numerical derivatives"	"DB dydx"
			"Calculate numeric integrals"		"DB integ"
		}
		--------
		"Change contents of variable"			"DB replace"
		"Other variable transformation commands" tag1 {
			"Convert data between wide && long"	"DB reshape"
			-------- 
			"Encode value labels from string variable"	"DB encode"
			"Decode strings from labeled numeric variable"	"DB decode"
			"Convert variables from string to numeric"	"DB destring"
			"Convert variables from numeric to string"	"DB tostring"
			--------
			"Recode categorical variable"		"DB recode"
			"Change missing values to numeric"	"DB mvencode"
			"Change numeric values to missing"	"DB mvdecode"
			--------
			"Duplicate observations"		"DB expand"
			"Duplicate clustered observations"	"DB expandcl"
			"Make dataset of frequencies"		"DB contract"
			"Make dataset of means, medians, etc."	"DB collapse"
			--------
			"Rectangularize dataset"		"DB fillin"
			"Create separate variables"		"DB separate"
			"Split string variables into parts"	"DB split"
			"Stack data"				"DB stack"
			"Interchange observations and variables"	"DB xpose"
		}
	}
	--------
	"Sort" tag1 {
		"Ascending sort"			"DB sort"
		"Ascending and descending sort"		"DB gsort"
	}
	"Combine datasets" {
		"Merge two datasets"			"DB merge"
		"Merge multiple datasets"		"DB merge_multiple"
		--------
		"Form all pairwise combinations within groups"	"DB joinby"
		"Append datasets"				"DB append"
		"Form every pairwise combination of two datasets"	"DB cross"
	}
	--------
	"Labels" tag1 {
		"Label dataset"			"DB label_data"
		"Label variable"		"DB label_variable"
		"Label values" tag1 {
			"Define or modify value labels"		"view dialog labeldefine_dlg"
			"Assign value labels to variable"	"DB label_values"
			"Prepend values to value labels"	"DB numlabel"
			--------
			"List value labels"			"DB label_list"
			"Produce codebook of value labels"	"DB labelbook"
			--------
			"Save value labels as do-file"		"DB label_save"
			"Create dataset from value labels"	"DB uselabel"
			--------
			"Drop value labels"			"DB label_drop"
		}
		"Set label language"	"DB label_language"
	}
	"Notes" tag1 {
		"Add notes"				"DB notes_add"
		"List notes"					"DB notes_list"
		"Delete notes"					"DB notes_drop"
	}
	"Variable utilities" tag1 {
		"Rename variable"				"DB rename"
		"Set variable display format"			"DB format"
		--------
		"Keep or drop variables"		"DB drop_vars"
		"Keep or drop observations"		"DB drop_obs"
		--------
		"Change order of variables in dataset"		"DB order"
		"Alphabetize variables"				"DB aorder"
		"Relocate variable"				"DB move"
		--------
		"Compare two variables"				"DB compare"
		"Compare two datasets"				"DB cf"
		"Optimize variable storage"			"DB compress"
		"Check for unique identifiers"			"DB isid"
		"Manage duplicate observations"			"view help duplicates_dlg"
		"Count observations satisfying condition"	"DB count"
	}
	--------
	"Matrices" tag1 {
		"Input matrix by hand"			"DB matrix_input"
		"Define matrix from expression"		"DB matrix_define"
		"Convert variables to matrix"		"DB mkmat"
		"Convert matrix to variables"		"DB svmat"
		--------
		"List contents of matrix"		"DB matrix_list"
		"Rename matrix"				"DB matrix_rename"
		"Drop matrices"				"DB matrix_drop"
		--------
		"Eigenvalues && vectors of symmetric matrices"	"DB matrix_symeigen"
		"Singular value decomposition"			"DB matrix_svd"
		"Eigenvalues of square matrices"		"DB matrix_eigenvalues"
	}
	--------
	"Other utilities" tag1 {
		"Hand calculator"			"DB display"
		"ICD9 utilities" tag1 {
			"Verify variable is valid"	"DB icd9check"
			"Clean and verify variable"	"DB icd9clean"
			"Generate new variable from existing"	"DB icd9generate"
			"Display code descriptions"		"DB icd9lookup"
			"Search for codes from descriptions"	"DB icd9search"
			"Display ICD-9 code source"	"DB icd9query"
		}
	}
}

⌨️ 快捷键说明

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