covidtech | R Documentation |
The YODO algorithm: An eļ¬cient computational framework for sensitivity analysis in Bayesian networks.
A discrete Bayesian network to model the relationship between the use of technology and the psychological effects of forced social isolation during the COVID-19 pandemic. The Bayesian network is learned as in the referenced paper. The vertices are:
Age of respondent (<25, >=25);
Gender of respondent (Male, Female);
How often the word we is used (Low, Medium, High);
Perceived level of anger/irritability (Low, Medium, High);
Perceived social support (Low, Medium, High);
Level of anxiety (Low, Medium, High);
Level of boredom (Low, Medium, High);
Perceived loneliness (Low, Medium, High);
Use of communication technology for fun in quarantine (Low, Medium, High);
Use of communication technology for fun pre-quarantine (Low, Medium, High);
Use of communication technology for work in quarantine (Low, High);
Use of communication technology for work pre-quarantine (Low, High);
Times outside per week (0, 1, >=2);
Home square meters (<80, >=80);
Number of individuals at home (1, 2, >=3);
Days since lockdown (0-10, 11-20, >20);
Region of residence (Lombardy, Other);
Occupation (Other, Smartworking, Student, Office work);
An object of class bn.fit
. Refer to the documentation of bnlearn
for details.
Ballester-Ripoll, R., & Leonelli, M. (2023). The YODO algorithm: An efficient computational framework for sensitivity analysis in Bayesian networks. International Journal of Approximate Reasoning, 159, 108929.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.