_svy_fpc_note.ado

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

ADO
19
字号
*! version 1.0.5  28mar2005
program _svy_fpc_note
	version 9
	args deff

	if e(census) == 1 {
		di as txt "{p 0 6 2}" ///
"Note: Zero standard error due to 100% sampling rate detected for FPC" ///
" in the first stage.{p_end}"
	}
	if `"`e(fpc1)'"' != "" & "`deff'"!="" {
		di as txt "{p 0 6 2}" ///
"Note: Weights must represent population totals for deff to be correct " ///
"when using an FPC; however, deft is invariant to the scale of " ///
"weights.{p_end}"
	}
end
exit

⌨️ 快捷键说明

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