Assessment of building policies' effect on dampness and asthma in Europe

From Testiwiki
Revision as of 07:36, 11 January 2011 by Teemu R (talk | contribs) (Definition)
Jump to: navigation, search



Scope

Purpose

What are the effects of different building policies on dampness and asthma prevalence in Europe?

Boundaries etc.

Boundaries, scenarios, intended users, and participants are the same as in the Mega case study.

Definition

Error creating thumbnail: Unable to save thumbnail to destination
A causal diagram of health effects of dampness in Europe.
Decision variables
Other variables
Indicators

R code for detailed analysis

  • The code calculates the difference in number of asthmas due to dampness, between policies being successful or not and compared to the initial year of 2010.
BP <- op_baseGetData("opasnet_base", "Op_en4068")
asthma <- op_baseGetData("opasnet_base", "Op_en4723", series_id = 929)
BParray <- DataframeToArray(BP)
asthmaxBP <- IntArray(asthma, BParray, "Successful")
array <- DataframeToArray(asthmaxBP)
final <- apply(array, c(6,8,7,3), mean, na.rm=TRUE)
final <- apply(final, c(1,2,3), sum, na.rm=TRUE)
final <- final[,"1",]-final[,"0",]
final <- final[,]-final[rep(1,4),]
barplot(final, beside=TRUE, legend.text=c("2010","2020","2030","2050"))

Result

Asthma incidence increase due to building dampness in Europe: Show results

Error creating thumbnail: Unable to save thumbnail to destination

See also

Keywords

Dampness, indoor air, asthma, Europe

References