- Joined
- Oct 23, 2011
- Messages
- 440
- Reaction score
- 202
I am creating a computer program to model side-effects of different drugs. I want to assign a value, between 0-1, that models its "side-effect" profile. I also want each "value" be assigned a probability of occurring.
I was thinking of something along the lines of: 0 side-effects (value =1), 1 side-effect (value=0.8), 2 side-effects (value=0.6) etc... For the probability of a drug having 0 side-effects, I would look in the literature, probability 1 side-effect look in the literature etc...
I was wondering if anyone had any thoughts regarding this? Or if anyone had any ideas! Thank you!
I was thinking of something along the lines of: 0 side-effects (value =1), 1 side-effect (value=0.8), 2 side-effects (value=0.6) etc... For the probability of a drug having 0 side-effects, I would look in the literature, probability 1 side-effect look in the literature etc...
I was wondering if anyone had any thoughts regarding this? Or if anyone had any ideas! Thank you!