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

📄 pca_8.ado

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 ADO
字号:
*! version 1.0.1 28dec2003
program pca_8, rclass byable(onecall)
	version 8

	syntax [varlist(default=none)] [aw fw] [if] [in] [, pc pcf pf IPf ml * ]

	if "`pc'`pcf'`pf'`ipf'`ml'" != "" {
		dis as err "`pc'`pcf'`pf'`ipf'`ml' invalid"
		exit 198
	}

	if "`weight'" != "" {
		local wgt `"[`weight'`exp']"'
	}

	if _by() {
		local by "by `_byvars', `_byrc0':"
	}

	/* avoid error -- don't specify pc when replaying */
	if "`varlist'" != "" {
		local options `options' pc
	}

	`by' factor_cmd8 `varlist' `wgt' `if' `in' , `options'

	return add
end

⌨️ 快捷键说明

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