stcox_estat.ado

来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· ADO 代码 · 共 22 行

ADO
22
字号
*! version 1.0.1  17jan2005
program stcox_estat, rclass
	version 9

	if "`e(cmd2)'" != "stcox" {
		error 301
	}

	gettoken key rest : 0, parse(", ")
	local lkey = length(`"`key'"')
	if `"`key'"' == substr("phtest",1,max(3,`lkey')) {
		stphtest `rest'
	}
        else if `"`key'"'==substr("concordance",1,max(3, `lkey')) {
		stcstat `rest'
	}
	else {
		estat_default `0'
	}
	return add
end

⌨️ 快捷键说明

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