I have a set of data where i am trying to model the rate of TB cases per unit population. Am I correct in thinking to find the rate of TB per unit of the population is as simple as doing;
rate <- tbData$TB/tbData$Population
My df is called tbData with the following variables;
head(TBdata)
Indigenous Illiteracy Urbanisation Density Poverty Poor_Sanitation Unemployment Timeliness Year TB Population Region lon lat
1 0.335 6.35 84.1 0.714 31.3 15.3 5.41 59.2 2012 323 559543 11001 -60.7 -12.1 0.000577
2 6.45 8.49 71.4 0.743 48.6 29.4 5.92 58.1 2012 15 73193 11002 -64.0 -9.43