Description Usage Arguments Author(s) Examples
Lenh dung de hien cac ID cua doi tuong bi khuyet bien so - Id of whose variable is missing
1 |
var1 |
Bien so bi khuyet so lieu |
data |
So lieu duoc truy tim, mac dinh la .data |
value |
Neu value !is.null thi se do tim record co bien var1=value |
Do Van Dung <dovandzung@gmail.com>
1 2 3 4 5 6 7 8 9 10 11 12 | # Tim cac record bi missing bien "Da.Man.Kinh" o nhung nguo co Gioi=="Nu"
iwm("Da.Man.Kinh",.data[.data$Gioi=="Nu",])
# Tim cac record bi missing bien "School" va hien thi id va caco cua record do
.data<-stata.get("D:/data/chilumba.dta")
attr(.data,"keyid")<-c("id","caco")
iwm("school")
# Tim cac record bi missing bien "g.dnt" trong bo so lieu lact va hien thi id va ten.tat cua record do
data(lact)
attr(lact,"keyid")<-c("id","ten.tat")
iwm("g.dnt",data=lact)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.