Relative Content

Tag Archive for tidyverserstudiofrequencypercentageweighted

I tried a weighted table of families that consume more than one course, but I want to remove from the table the families that consume only one

I have a data frame with these courses. And I’m trying to map in a weighted way the families that consume more than one course. However, families that consume only one course end up being mentioned as well. I want to remove this from the table and have it be weighted and in percentage. And I want a column with the frequency without weight next to it. I made this script, it was the furthest I got