data_long = reshape(data, direction="long", varying = list(c("v0", "v1", ... v.names = c("v", "w", "x"), idvar = "id") # 利用reshape 函數將資料從wide 轉 ...
確定! 回上一頁