📜  如何在 - R 编程语言代码示例中获取模式

📅  最后修改于: 2022-03-11 14:52:01.599000             🧑  作者: Mango

代码示例1
library(DescTools)
Mode(name)
# make sure to inculde this libirary before you use the function
# install if necessary 
# name is the dataset's name you want to get it's mode