0
我試圖打印,男性的身高平均名稱
我發現男性的身高用下面的命令中位數之下具有高度的男性的名字:
y1<-median(ex1[which(ex1$gender=='male')
,我試圖打印這樣的名字:
if (gender=='male')
{
if (height<y1)
print(Names)
}
有人能幫助我嗎?謝謝:)
文本文件:
Names height Shoesize gender Location
1 andreas 181 44 male citycenter
4 maria 170 43 female citycenter
5 xristina 172 43 female citycenter
13 nikos 175 42 male outofcity
14 kostas 181 44 male outofcity
15 giannis 180 43 male outofcity
16 eleni 177 43 female outofcity
17 panos 133 41 male outofcity
作業何時到期? –
十一月十八日 –
任何你不接受答案的理由? – eckes