@harry wrote:
I am currently working on the data in which I have a plot a histogram of the variable but I want to make frequency table in R for that I have first used table command on it.
for example
table(train$Season) 1 2 3 26902 44210 17746
But I want to make this to look like a frequency table.
Posts: 2
Participants: 2