To get the number of cases, count the number of rows using nrow() or NROW() : > nrow(dataset) [1] 1000 > NROW(dataset) [1] 1000. To count the data after ...
確定! 回上一頁