Description Usage Format Details See Also Examples
This dataset contains some variables regarding household expenses for a sample of 105 households selected from a list of landline phones (let say, frame A) in a particular city in a specific month.
1 |
A string indicating the domain each household belongs to. Possible values are "a" if household belongs to domain a or "ab" if household belongs to overlap domain.
Feeding expenses (in euros) at the househould
Clothing expenses (in euros) at the household
Leisure expenses (in euros) at the household
Household income (in euros). Values for this variable are only available for households included in frame A. For households included in domain b, value of this variable is set to 0.
Household municipal taxes (in euros) paid. Values for this variable are only available for households included in frame A. For households included in domain b, value of this variable is set to 0.
Square meters of the house. Values for this variable are only available for households included in frame B. For households included in domain a, value of this variable is set to 0.
Household size. Values for this variable are only available for households included in frame B. For households included in domain a, value of this variable is set to 0.
First order inclusion probability in frame A. This probability is 0 for households included in domain b.
First order inclusion probability in frame B. This probability is 0 for households included in domain a.
A numeric value indicating the stratum each household belongs to.
The sample, of size n_A = 105, has been drawn from a population of N_A = 1735 households with landline phone according to a stratified random sampling. Population units were divided in 6 different strata. Population sizes of these strata are N_A^h = (727, 375, 113, 186, 115, 219). N_{ab} = 601 of the households composing the population have, also, mobile phone. On the other hand, frame totals for auxiliary variables in this frame are X_{Income}^A = 4300260 and X_{Taxes}^A = 215577.
1 2 3 4 5 6 7 8 | data(DatA)
attach(DatA)
#Let perform a brief descriptive analysis for the three main variables
param <- data.frame(Feed, Clo, Lei)
summary (param)
hist (Feed)
hist (Clo)
hist (Lei)
|
Attaching package: ‘Frames2’
The following object is masked from ‘package:methods’:
Compare
Feed Clo Lei
Min. : 87.47 Min. :10.07 Min. : 5.89
1st Qu.:213.69 1st Qu.:24.50 1st Qu.:18.41
Median :259.94 Median :29.50 Median :22.68
Mean :251.85 Mean :30.18 Mean :22.27
3rd Qu.:295.79 3rd Qu.:36.27 3rd Qu.:26.28
Max. :381.46 Max. :48.29 Max. :35.30
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.