為什麼這篇excel無法計算鄉民發文收入到精華區:因為在excel無法計算這個討論話題中,有許多相關的文章在討論,這篇最有參考價值!作者scts1215 (Shawn)看板R_Language標題[問題] excel無法計算變項時間...
目前想學習R
剛試用卻遇到困難
自己做了一個excel如下
檔名為test
age
52
46
20
25
26
60
35
25
36
68
42
匯入到Rstudio的語法為:
> library(readxl)
> test <- read_excel("~/R/test.xlsx", col_types = c("numeric"))
但我輸入平均值 mean(test)
卻出現這樣的訊息 Warning message:
In mean.default(test) : argument is not numeric or logical: returning NA
再輸入標準差 sd(test)
出現Error in is.data.frame(x) :
(list) object cannot be coerced to type 'double'
平均值的部分我有使用colmeans有成功,
但我疑問是若使用scan()自行輸入資料跑mean(test)和sd(test)是能成功的
煩請各位解惑
謝謝
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 122.117.176.170
※ 文章網址: https://www.ptt.cc/bbs/R_Language/M.1504114085.A.EE5.html
※ 編輯: scts1215 (101.10.2.211), 08/31/2017 09:28:57
準差嗎?
※ 編輯: scts1215 (117.19.148.245), 08/31/2017 11:01:18
※ 編輯: scts1215 (101.13.145.84), 08/31/2017 13:10:19
※ 編輯: scts1215 (117.19.64.5), 08/31/2017 20:31:09
※ 編輯: scts1215 (101.12.225.254), 09/01/2017 09:23:42