A data frame containing the frequency of execution of 13 house tasks in the couple.

data("housetasks.raw")

Format

A data frame with 1744 rows and 2 columns (tasks and status).

Examples

data(housetasks.raw) table(housetasks.raw)
#> status #> tasks Partner1 Alternating Parter2 Jointly #> Laundry 156 14 2 4 #> Main_meal 124 20 5 4 #> Dinner 77 11 7 13 #> Breakfeast 82 36 15 7 #> Tidying 53 11 1 57 #> Dishes 32 24 4 53 #> Shopping 33 23 9 55 #> Official 12 46 23 15 #> Driving 10 51 75 3 #> Finances 13 13 21 66 #> Insurance 8 1 53 77 #> Repairs 0 3 160 2 #> Holidays 0 1 6 153