powered by
Calculates the intrinsic rate of increase by solving the Birch equation. Uses the Newton method.
r(tab, eps = eps, maxiter = 100)
a data.frame with three columns : x, the age, lx, the proportion of survivors at age x, mx, the offspring number per individual in the age class x
Precision for the convergence of Newton method. Default is object eps transmitted by the calling function r. must be defined for a standalone use
maximum number of iterations for the Newton's method. default = 100
a single numeric value : r
Lotka 1924, Birch 1948.
petitr,xlxmx,ranova
# NOT RUN { data (tblif) r(tblif,eps=0.0000001) # }
Run the code above in your browser using DataLab