Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model for adoption and disadoption #49

Open
aoliveram opened this issue Nov 19, 2024 · 1 comment
Open

Model for adoption and disadoption #49

aoliveram opened this issue Nov 19, 2024 · 1 comment

Comments

@aoliveram
Copy link
Collaborator

Tagging @twvalente for a potential model of adoption/disadoption:

$$ P(adopt_i) = \text{logit}^{-1}(\beta_{adopt} exposure_i + \beta^{adopt} x) $$

$$ P(disadopt_i) = \text{logit}^{-1}(\beta_{disadopt} exposure_i + \beta^{disadopt} x) $$

We could also make disadoption to happen randomly.

Originally posted by @gvegayon in #46 (comment)

@aoliveram
Copy link
Collaborator Author

I'm creating this new Issue because, although in some way it's related to the Issue of the dataset in adoption/disadoption created by @twvalente, I think that we have to have a model for both processes in order to run simulations. What @gvegayon published is one option. Another option is the model in this paper https://doi.org/10.1093/pnasnexus/pgae428, that may enhance the discussion.

We should keep this in mind for further steps in the multi-diff implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant