Vignette >Reproduction<

Nils Müller-Scheeßel

December 2020

Load libraries

library(mortAAR)
library(magrittr)

Introduction

For population studies it is of vital importance to estimate growth or decline of a population. For anthropological datasets this is rarely attempted, probably because the data quality seems to scanty. Nevertheless, the calculation of such measures seems worth the try, at least it should give an impression if the resulting values are unrealistic high or low.

Indices of reproduction

Mortality rate

The mortality rate m is calculated after C. Masset and J.-P. Bocquet-Appel and Masset (1977) in per cent of a given population, on the basis of the indices \(D_{5-14}\) and \(D_{20+}\).

\(m = 12.7 * \frac{D_{5-14}}{D_{20+}}\)

A value of 1.0, for example, means that 1 among 100 individuals died per year. In archaeological cases m is usually the same as the natality rate n because it has to be assumed that the population is stationary.

schleswig <- life.table(schleswig_ma[c("a", "Dx")])
lt.reproduction(schleswig)[1,]
##   method value description
## 1      m  4.39   Mortality

Reproduction rates

There are different approaches to calculate reproduction rates (e. g. Henneberg 1976). We largely follow the methodology by F. A. Hassan (1981). Typically, a Total fertility rate (TFR) of 6--8 is assumed for prehistoric populations (Acsádi/Nemeskéri 1970, 177; Henneberg 1976; Hassan 1981, 130). That means that a woman living at least to her climacteric period is expected to have given birth to on average 6 to 8 children.

Recently, C. McFadden and M. F. Oxenham (2018a) have published a formula to estimate the Total fertility rate from archaeological data, provided that infants are represented fully in the archaeological record. Unfortunately, this will not be the case for most archaeological datasets. Therefore, we used the data published by McFadden and Oxenham to apply it to the \(P_{5-19}\)-index after J.-P. Bocquet-Appel (2002). We approximated the ratio by three different methods of fitting (linear, logistic, power) and recommend logistic fitting, but the others are available as well.

The Gross reproduction rate (GRR) is calculated by multiplying the TFR with the ratio of female newborns, assumed to be a constant of 48.8% of all children (Hassan 1981, 136). The Net reproduction rate is arrived at by summing the product of the GRR, the age specific fertility rate calculated from the data given by Hassan (1981, 137 tab. 8.7) and the age specific survival taken from the life table and dividing the result by 10000.

The Rate of natural increase or Intrinsic growth rate r (growth in per cent per year) can be computed from the fertility calculations following Hassan (1981, 140). An alternative way to calculate the intrinsic growth rate has recently described by C. McFadden and M. F. Oxenham (2018b). They present a regression calculation based on the index \(D_{0-15}/D\) also used for fertility calculations (see above) in connections with modern data. It must not astonish that even with the McFadden/Oxenham-index used for the fertility rate, the actual numbers for the computed Intrinsic rate of growth and the Rate of Natural Increase can highly diverge, as with the former formula, further life table data is taken into account.

Depending on the values chosen for the Total fertility rate and the Intrinsic growth rate, the Doubling time Dt will also vary. This can be found in any textbook as follows:

\(Dt = \frac{100 * ln(2)}{r}\)

In the following, the dataset of the medieval cemetery of Schleswig is used again to demonstrate the different outcome of the varying options.

lt.reproduction(schleswig, fertility_rate = "McFO", growth_rate = "fertility")[c(-1,-2),]
##   method value              description
## 3    TFR  4.85     Total fertility rate
## 4    GRR  2.37  Gross reproduction rate
## 5    NRR  1.17    Net reproduction rate
## 6      r  0.79 Rate of natural increase
## 7     Dt 87.77   Doubling time in years

The McFadden/Oxenham-index gives a Total fertility rate of 4.85 which equals a total of around 5 children per woman. Of these children 48% will be female which leads to a Gross reproduction rate of 2.37. Taking into account the lived years of the Schleswig woman during their reproductive years, the Net reproduction rate would be 1.17, meaning that on average every woman -- regardless of their time of death -- would have had 1.17 daughters who in turn would have had children. This translates to a Rate of natural increase of 0.79%: Every year the Schleswig population would have increased by roughly 0.8% and with stable growth would have doubled every 88 years.

lt.reproduction(lt.correction(schleswig)$life_table_corr, fertility_rate = "McFO", growth_rate = "fertility")[c(-1,-2),]
##   method  value              description
## 3    TFR   6.53     Total fertility rate
## 4    GRR   3.19  Gross reproduction rate
## 5    NRR   1.06    Net reproduction rate
## 6      r   0.28 Rate of natural increase
## 7     Dt 247.36   Doubling time in years

As stated above, the index assumes, somehow unrealistically, that the youngest age-groups are fully represented in the skeletal population. If we apply the life table corrections as advised by C. Masset and J.-P. Bocquet-Appel via the function lt.correction (see vignette "Life table corrections"), the values change dramatically. The Total fertility and Gross reproduction rates increase, but because of the much higher mortality among the youngest, the Net reproduction rate and thus the Rate of natural increase shrink. The doubling time is extended to nearly 250 years.

lt.reproduction(schleswig, fertility_rate = "BA_log", growth_rate = "fertility")[c(-1,-2),]
##   method value              description
## 3    TFR  7.01     Total fertility rate
## 4    GRR  3.42  Gross reproduction rate
## 5    NRR  1.69    Net reproduction rate
## 6      r  2.63 Rate of natural increase
## 7     Dt 26.39   Doubling time in years

On contrast, the log-regression derived from the \(P_{5-19}\)-index by Bocquet-Appel arrives at a Total fertility rate of around 7, also in line with the expectation (see above). This higher value, not surprisingly, leads to much higher numbers in all the other indices, including a much higher Rate of natural increase and a much shorter doubling time of only 26 years.

lt.reproduction(lt.correction(schleswig)$life_table_corr, fertility_rate = "BA_log", growth_rate = "fertility")[c(-1,-2),]
##   method  value              description
## 3    TFR   7.01     Total fertility rate
## 4    GRR   3.42  Gross reproduction rate
## 5    NRR   1.13    Net reproduction rate
## 6      r   0.63 Rate of natural increase
## 7     Dt 109.76   Doubling time in years

Because the \(P_{5-19}\)-index is not depended on the age-group 0--4 years, the Total fertility and Gross reproduction rates do not change if the life table correction is applied. Still, the other values are affected, and the Net reproduction rate decreases to 1.13. The Rate of natural increase is then 0.63 and the doubling time 110 years.

lt.reproduction(schleswig, growth_rate = "MBA")[c(6,7),]
##   method    value              description
## 6      r     0.00 Rate of natural increase
## 7     Dt 26163.39   Doubling time in years

If we skip the fertility computation and consider the growth rate devised by Masset and Bocquet-Appel, the picture changes again: Now the Rate of natural increase is virtually zero, the population stationary and the doubling time more than 25000 years.

lt.reproduction(schleswig, growth_rate = "McFO")[c(6,7),]
##   method value              description
## 6      r  1.81 Rate of natural increase
## 7     Dt 38.27   Doubling time in years

The McFadden/Oxenham-index for the Rate of natural increase lies somewhere in-between. It gives a value of 1.81 and thus a doubling time of 38 years.

In sum, the differing outcomes underline the importance of the fertility and the mortality among the youngest for the growth direction of a given population. Following Hassan (1981, 140), one would credit the corrected McFO-fertility rate to produce the most probable result as Hassan deems a growth rate of 0.5% per year as the maximum for prehistoric populations. On the other hand, also growth rates of 2.7% per year are known from ethnographic cases (Hassan 1981, 142).

Rate of dependent individuals

The ratio of dependent individuals (Hassan 1981, 147) is usually (but probably erroneously for archaic societies Grupe et al. 2015, 423) assumed to apply to those aged below 15 or 60 and above, and this is put into relation of the individuals aged in-between:

\(DR = \frac{\sum{D_{0-14}} + \sum{D_{60+}}}{\sum{D_{15--59}}}\)

schleswig <- life.table(schleswig_ma[c("a", "Dx")])
lt.reproduction(schleswig)[2,]
##   method  value      description
## 2     DR 105.83 Dependency ratio

The example dataset of the Schleswig produces a Dependency ratio of around 106. That would mean that in Schleswig there would have been roughly as much dependent individuals as those available to support them. This number even doubles if we apply the life table corrections devised by C. Masset and J.-P. Bocquet-Appel via the function lt.correction (see vignette "Life table corrections").

lt.reproduction(lt.correction(schleswig)$life_table_corr)[2,]
##   method  value      description
## 2     DR 206.75 Dependency ratio

Relation between female and male individuals

The proportional relation between adult males and females (= Masculinity index) is defined for juvenile and older individuals:

\(MI = 100 * D_{\geq15 _{male}}/{D_{\geq15 _{female}}}\)

It is interesting for a number of reasons (Herrmann et al. 1990, 310):

  1. It can point to basic problems in the datasets in that, say, one sex is grossly over- or underrepresented.

  2. It may hint towards cultural reasons like sex-specific mobility.

Note that with a higher mortality rate of adult females, an MI < 100 does not necessarily speak for an unbalanced MI in life.

As example, we choose the Early Neolithic cemetery of Nitra in Slovakia.

nitra_prep <- prep.life.table(nitra, group="sex", agebeg = "age_start", ageend = "age_end")
nitra_life <- life.table(nitra_prep)
lt.sexrelation(nitra_life$f, nitra_life$m)[1,]
##   method value       description
## 1     MI  66.7 Masculinity index

The first row of the function lt.sexrelation reports the Masculinity index. With 66.7 it is quite low and points to a surplus of female individuals. However, as pointed out above, this has to be weighted carefully as it could also be due to a higher mortality of female adults.

Maternal mortality

Maternal mortality rate (MMR) is a basic indicator for the health system of a given population. Maternal mortality is defined as dying during pregnancy or within the first 42 days after birth due to complications. Recently, C. McFadden and M. F. Oxenham (2019) have provided a formula to calculate it from archaeological data. They show that with modern data a very high correlation is achieved by only comparing the absolute numbers of the age group 20 to 24. This has the additional advantage that for this age group anthropological aging methods are reasonable exact.

\(MMR = 333.33 * D_{20-24_{female}} / D_{20-24_{male}} - 76.07\)

lt.sexrelation(nitra_life$f, nitra_life$m)[c(-1),]
##      method  value                           description
## 2 Ratio_F_M   2.36 Ratio of females to males aged 20--24
## 3      MMR1 711.60 Maternal mortality per 100,000 births
## 4      MMR2   7.12   Maternal mortality per 1,000 births

In Nitra, more than twice the number of females of the age 20-24 have been found than males of the same age. This gives a Maternal mortality rate of 712, meaning that of 100,000 births, 712 would have ended fatally for the mothers. In percentage, this number translates to 0.7%.

McFadden and Oxenham based their formula on modern data which, of course, allow the most precise calculations. However, for early modern census data, much higher Maternal mortality rates are estimated (Schofield 1986), easily topping 1,000 and more. For these numbers, the formula by McFadden and Oxenham does not work, as their sample data-sets do not exceed 700. This is a problem which still needs more in-depth research.

Therefore, Maternal mortality rates computed for prehistoric populations should only very carefully compared to modern data. Regardless if the actual regression calculation is in need of adjustment or not, the McFadden/Oxenham-formula still seems capable to allow comparisons between prehistoric populations.

References

Acsádi/Nemeskéri 1970: G. Acsádi/J. Nemeskéri, History of Human Life Span and Mortality (Budapest 1970).

Bocquet-Appel 2002: J.-P. Bocquet-Appel, Paleoanthropological Traces of a Neolithic Demographic Transition. Current Anthropology 43, 4, 2002, 637–650.

Grupe et al. 2015: G. Grupe/M. Harbeck/G. C. McGlynn, Prähistorische Anthropologie (Berlin, Heidelberg 2015).

Hassan 1981: F. A. Hassan, Demographic Archaeology (New York 1981).

Henneberg 1976: M. Henneberg, Reproductive possibilities and estimations of the biological dynamics of earlier human populations. Journal of Human Evolution 5, 1, 1976, 41–48.

Herrmann et al. 1990: B. Herrmann/G. Grupe/S. Hummel/H. Piepenbrink/H. Schutkowski, Praehistorische Anthropologie: Leitfaden der Feld- und Labormethoden (Berlin 1990).

Masset/Bocquet 1977: C. Masset/J.-P. Bocquet, Estimateurs en paléodémographie. L’Homme 17, 4, 1977, 65–90.

McFadden/Oxenham 2018a: C. McFadden/M. F. Oxenham, The D0-14/D ratio: A new paleodemographic index and equation for estimating total fertility rates. American Journal of Physical Anthropology 165, 3, 2018, 471–479.

McFadden/Oxenham 2018b: C. McFadden/M. F. Oxenham, Rate of natural population increase as a paleodemographic measure of growth. Journal of Archaeological Science: Reports 19, 2018, 352–356.

McFadden/Oxenham 2019: C. McFadden/M. F. Oxenham, The Paleodemographic Measure of Maternal Mortality and a Multifaceted Approach to Maternal Health. Current Anthropology 60, 1, 2019, 000–000. http://dx.doi.org/10.1086/701476.

Schofield 1986: R. Schofield, Did the Mothers Really Die? Three Centuries of Maternal Mortality in ‚The World We Have Lost’. In: L. Bonfield/R.M. Smith/K. Wrightson (eds.), The World We Have Gained: Histories of Population and Social Structure. Essays Presented to Peter Laslett on His Seventh Birthday (Oxford 1986) 231–260.