全部版块 我的主页
论坛 计量经济学与统计论坛 五区 计量经济学与统计软件 Stata专版
22108 7
2015-10-18
在STATA数据中 .d 是什么意思
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2015-10-18 11:08:52
缺失值
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2015-10-18 11:22:32
阿狸与桃子 发表于 2015-10-18 11:08
缺失值
和 . 有什么区别吗,为什么数据中.和.d都有
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2015-10-18 11:31:28
    Stata has 27 numeric missing values:

        ., the default, which is called the "system missing value" or sysmiss

    and

        .a, .b, .c, ..., .z, which are called the "extended missing values".

    Numeric missing values are represented by large positive values.  The ordering is

                                  all nonmissing numbers < . < .a < .b < ... < .z

    Thus, the expression age > 60 is true if variable age is greater than 60 or missing.

    To exclude missing values, ask whether the value is less than ".".  For instance,

        . list if age > 60 & age < .

    To specify missing values, ask whether the value is greater than or equal to ".".  For instance,

        . list if age >=.

    Stata has one string missing value, which is denoted by "" (blank).

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2015-10-18 11:59:20
夏目贵志 发表于 2015-10-18 11:31
Stata has 27 numeric missing values:

        ., the default, which is called the "system miss ...
也就是说这两者都是表示缺失值,但.<.a<.b<.c等等,缺失值也有大小之分,一般.默认为正无穷,对不?
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2015-10-18 13:47:46
leejs 发表于 2015-10-18 11:22
和 . 有什么区别吗,为什么数据中.和.d都有
不同缺失值可能表示不同含义。得看你用的数据库是怎样来定义的。
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

点击查看更多内容…
相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群