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

📄 _resample_warn.ado

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 ADO
字号:
*! version 1.0.2 17feb2005
program define _resample_warn
	args caller command

	gettoken cmd : command
di in smcl as txt ""
di `"{p 0 10 2} Warning:  Since {cmd:`cmd'} is not an estimation command "' _c
di `"or does not set {cmd:e(sample)}, "' _c
di `"{cmd:`caller'} has no way to determine which observations are used "' _c
di `"in calculating the statistics and so assumes that all observations "' _c
di `"are used.  This means no observations will be excluded from the "' _c
di `"resampling due to missing values or other reasons.{p_end}"' _n

di `"{p 10 10 2} If the assumption is not true, press Break, save the "' _c
di `"data, and drop the observations that are to be excluded. "'
di `"Be sure that the dataset in memory contains only the relevant data."' _c
di `"{p_end}"'

end
exit

⌨️ 快捷键说明

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