楼主: shoula0119
1874 1

[程序分享] UCLA_Topic Missing value [推广有奖]

  • 0关注
  • 26粉丝

已卖:10683份资源

硕士生

74%

还不是VIP/贵宾

-

威望
0
论坛币
19776 个
通用积分
17.3450
学术水平
7 点
热心指数
19 点
信用等级
6 点
经验
2918 点
帖子
168
精华
0
在线时间
168 小时
注册时间
2007-7-15
最后登录
2024-4-8

楼主
shoula0119 发表于 2016-3-6 23:45:21 |AI写论文

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币

UCLA的一篇7页纸的关于MISSING VALUE的总结,比较全面,应用性强,欢迎参考。

Topic_missing value.pdf (237.07 KB, 需要: 2 个论坛币)

1. Introduction

2. How SAS handles missing data in SAS procedures

3. Summary of how missing values are handled in SAS procedures

 - proc means

For each variable, the number of non-missing values are used

 proc freq

By default, missing values are excluded and percentages are based on the number of non-missing

values. If you use themissing option on the tables statement, the percentages are based on the total

number of observations (non-missing and missing) and the percentage of missing values are reported

in the table.

 proc corr

By default, correlations are computed based on the number of pairs with non-missing data (pairwise

deletion of missing data). The nomiss option can be used on the proc corr statement to request

that correlations be computed only for observations that have non-missing data for all variables on

the var statement (listwise deletion of missing data).

 proc reg

If any of the variables on the model or var statement are missing, they are excluded from the analysis

(i.e., listwise deletion of missing data)

 proc factor

Missing values are deleted listwise, i.e., observations with missing values on any of the variables in

the analysis are omitted from the analysis.

 proc glm

The handling of missing values in proc glm can be complex to explain. If you have an analysis with

just one variable on the left side of the model statement (just one outcome or dependent variable),

observations are eliminated if any of the variables on the model statement are missing. Likewise, if

you are performing a repeated measures ANOVA or aMANOVA, then observations are eliminated if

any of the variables in the model statement are missing. For other situations, see the SAS/STAT

manual about proc glm.

....

4. Missing values in assignment statements

二维码

扫码加我 拉你入群

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

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

关键词:missing topic value Miss SSIN procedures subjects describe indicate explore

沙发
mix马(未真实交易用户) 发表于 2016-8-29 10:59:19
学习了 谢谢楼主

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群
GMT+8, 2025-12-5 23:53