I've binary (disease) outcome: 0, 1 with certain independent variables in proportions, and other covariates as - age, sex.
There are Packages that model proportions as outcome variable but not other way round.
Data sample:
Disease P1 P2 P3 Age Sex
0 0.1 0 0.9 59 1
0 0.9 0 0.1 59 1
1 0.6 0.2 0.2 79 0
1 0.3 0.2 0.5 59 0
0 0.2 0.8 0 89 1
P1, P2, P3 are proportions ranging from 0 to 1 inclusive.
How do I proceed?
Edit: P1+P2+P3 =1
Edit2: Edm: The denominator is 2. P1, P2, P3, these are copies of parental chromosome from three ancestries. P1, P2, P3 can be 1.72, 0.20,0.07. To make it simpler in analysis, I divide P1, P2, P3 by two.