ranova: Analysis of Variance on per capita growth rate pseudovalues

Description Usage Arguments Value Author(s) References See Also Examples

Description

Accepts as input a series (list) of individual life tables (see r,petitr,life1), calculates the Jackknife estimator of r (per capita growth rate) on each table, and achieves a one way analysis of variance on the set of pseudovalues corresponding to each table.

Usage

1
ranova(listab, levels = NULL)

Arguments

listab

list of life tables. must be of class list, and each table of class data.frame

levels

a character vector giving level names for each life table. If NULL, the levels are named l1,l2, etc..

Value

a data frame with two columns: the set of pseudovalues, and a factor named pop. Can be retrieved and used for more sophisticated factor organisation

Author(s)

Jean-Sebastien Pierre

References

Lotka 1924, Birch 1948, Wratten 1982

See Also

r, and xlxmx, called by petitr~

Examples

1
2

petitr documentation built on May 2, 2019, 6:42 a.m.

Related to ranova in petitr...