You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `healthequal` package comes with sample data for users to be able to test the package functions. The `OrderedSample` and `NonorderedSample` data contain data disaggregated by economic status and subnational region, respectively, for a single indicator.
74
88
75
89
### Ordered and Nonordered data
90
+
76
91
```r
77
92
data(OrderedSample)
78
93
head(OrderedSample)
79
94
```
80
95
81
-
```r
96
+
```r
82
97
data(NonorderedSample)
83
98
head(NonorderedSample)
84
99
```
100
+
85
101
### Disagregated data
86
102
87
103
The `OrderedSampleMultipleind` and `OrderedSampleMultipleind` data contain disaggregated data by economic status and subnational region, respectively, for two indicators.
For information about the datasets, type the following commands, which will display the corresponding dataset help file:
102
118
103
-
```r
119
+
```r
104
120
?healthequal::OrderedSample
105
121
?healthequal::NonorderedSample
106
122
?healthequal::OrderedSampleMultipleind
107
123
?healthequal::NonorderedSampleMultipleind
108
124
?healthequal::IndividualSample
109
125
```
110
-
111
126
112
127
# References:
113
128
114
-
Schlotheuber, A., & Hosseinpoor, A. R. (2022).
115
-
Summary measures of health inequality: A review of existing
116
-
measures and their application. International Journal of
117
-
Environmental Research and Public Health, 19 (6), 3697.
129
+
Schlotheuber, A., & Hosseinpoor, A. R. (2022). Summary measures of health inequality: A review of existing measures and their application. International Journal of Environmental Research and Public Health, 19 (6), 3697.
0 commit comments