Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

how to get the mode in r

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
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #mode
ADD COMMENT
Topic
Name
1+9 =