Description Usage Format Source Examples
This dataset consists of some demographic variables for each of the 254 municipalities of the state of Texas, USA, which were obtained from the US Census of 2010. From the American Community Survey (ACS), collected during the period 2009-2013, some variables of labor force and labor market of the households in each municipality of the state of Texas, were also included. Because the variables obtained from the ACS are subjected to sampling error, their analysis is based on the assumption of measurement error, where the sampling variances are considered as the variances of the measurement errors.
1 |
A data frame with 254 observations on the following 13 variables.
Countyname of municipality
MeanIngAverage family income in the last year, in hundreds of dollars
VarMeanIngVariance of average family income
PopLabor16Percentage of people in the Labor force (over 16 years).
VarPopLabor16Variance of percentage of people in the Labor force
P_DesempUnemployment rate
VarP_DesempVariance of unemployment rate
PbMascMale population
PbFemFemale population
P_PbHispPercentage of Hispanic population
P_PbNegraPercentage of black population
DensPoblaPopulation density
P_PbFemPercentage of female population
http://www.census.gov/, http://www.census.gov/acs/www/
1 2 3 4 5 6 7 8 9 | #data(TexasData)
#nu <- 3
#zeta <- nu/(nu-1)
#heter <- list(sigma2y=VarMeanIng/zeta, sigma2xi=cbind(VarPopLabor16,
# VarP_Desemp)/zeta)
#model <- fmem(MeanIng/100 ~ PopLabor16 + P_Desemp | log(DensPobla) +
# P_PbFem + P_PNegra + bsp(P_PbHisp), data=TexasData, family="Slash",
# eta=nu, burn.in=10000, post.sam.s=10000, heter=heter,thin=10)
#summary(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.