I have this data set where I calculate the percentage of fall given an age. Total Members is the whole date by a given age, and members fallen is the amount of falls within the total member.
age status membersFallen totalMember percentage
37      1      208       14824        1.4
38      1      443       14736        3.0
39      1      610       13190        4.6
40      1      563       12209        4.6
41      1      539       11186        4.8
42      1      528       11141        4.7
43      1      546       10118        5.4
44      1      527        9677        5.4
45      1      560        9399        6.0
This data generates a crescent graph, and what I'm willing to do is to calculate the uncertainty of this percentages and plot an error bar in scatter plot.
Thanks
 
    