Best possible way to add the likely event and its probability from a cross table in R

前端 未结 0 1555
别跟我提以往
别跟我提以往 2021-01-26 15:10

Using the mtcars dataset, I have created a cross table as follows -

tab = with(mtcars, ftable(gear, cyl))
tab

Here is how it looks -

相关标签:
回答
  • 消灭零回复
提交回复
热议问题