table function | R Documentation
文章推薦指數: 80 %
base(version3.6.2)Descriptiontableusesthecross-classifyingfactorstobuildacontingency tableofthecountsateachcombinationoffactorlevels.Usagetable(…, exclude=if(useNA=="no")c(NA,NaN), useNA=c("no","ifany","always"), dnn=list.names(…),deparse.level=1)as.table(x,…) is.table(x)#S3met
延伸文章資訊
- 12 R 資料結構| 資料科學與R語言 - 曾意儒Yi-Ju Tseng
由於向量和因子都只能儲存一種元素,使用上彈性較不足,在R語言中,有一彈性很大的 ... data.table是data.frame資料框型別的延伸,如要使用必須安裝data.table ...
- 26 Working with Tables in R | Data Analysis and Processing ...
- 3Create stylish tables in R using formattable — Little Miss Data
Set Up R · Install and load packages, Set variables · Download the Data · Modify the Data Set · V...
- 4Create a Tabular representation of Data in R Programming - table ...
- 5How To Make Frequency Table in R - Programming R Tutorials