Skip to contents

This is the question from the statewide 2024 DataHaven Community Wellbeing Survey data on self-rated health. This includes all response categories (excellent, very good, good, fair, poor) for Connecticut adults by gender.

Usage

self_rated_health

Format

A data frame with 20 rows and 4 variables:

category

Category: gender, age, etc.

group

Group: male, female, ages 18-34, etc.

response

Response

value

Percentage value

Source

2024 DataHaven Community Wellbeing Survey

Examples

head(self_rated_health)
#> # A tibble: 6 × 4
#>   category group       response  value
#>   <fct>    <fct>       <fct>     <dbl>
#> 1 Total    Connecticut Excellent  0.19
#> 2 Total    Connecticut Very good  0.34
#> 3 Total    Connecticut Good       0.29
#> 4 Total    Connecticut Fair       0.14
#> 5 Total    Connecticut Poor       0.04
#> 6 Gender   Male        Excellent  0.2