stata里的去中心化
发布时间: 2021-04-08 16:54:42
⑴ 如何stata对原始数据进行0-100分的处理
可以做中心化处理
⑵ 苹果电脑新手,请问office,ie浏览器,stata等一些软件在apple store里找不到啊,该去哪里
office你网络中搜索office 2011 for mac就能下载到,ie是没有的不用找了(有别的方法运行但问题很多),stata一样的,搜索stata for mac
⑶ stata中的center命令是什么意思
显示居中,大多用于文本显示的选项。这是一个选项。
justification(justificationstyle) specifies how the text is to be "horizontally" aligned
in the box. Choices include left, right, and center. Think of the textbox as being
horizontal, even if it is vertical when specifying this option.
⑷ 如何用stata对数据进行中心化处理
直接代码解决
ssc install center(安装center)
center vars即可
⑸ 怎么进行去中心化处理
根据侯杰泰的话:所谓中心化, 是指变量减去它的均值(即数学期望值)。对于样本数据,将一个变量的每个观测值减去该变量的样本平均值,变换后的变量就是中心化的。
对于你的问题,应是每个测量值减去均值。
热点内容