ropensci / skimr

A frictionless, pipeable approach to dealing with summary statistics
https://docs.ropensci.org/skimr
1.1k stars 79 forks source link

what is the meaning of “top_counts ”? #672

Closed A-Pai closed 2 years ago

A-Pai commented 2 years ago

library(rpart) skimr::skim(cu.summary)

image

michaelquinn32 commented 2 years ago

Hi!

Thanks for the comment.

These are factor variables. In this column we count the levels and show which levels has the highest count. So, for the variable Country, in your data USA is the most common level, with 49 instances.

Best wishes, Michael