View source: R/kin_time_invariant_2sex_cod.R
kin_time_invariant_2sex_cod | R Documentation |
Two-sex matrix framework for kin count and death estimates.This produces kin counts grouped by kin, age and sex of each relatives at each Focal´s age. For example, male cousins from aunts and uncles from different sibling's parents are grouped in one male count of cousins. This also produces kin deaths grouped by kin, age, sex of each relatives at each Focal´s age, and cause of death.
kin_time_invariant_2sex_cod(
pf = NULL,
pm = NULL,
ff = NULL,
fm = NULL,
Hf = NULL,
Hm = NULL,
sex_focal = "f",
birth_female = 1/2.04,
pif = NULL,
pim = NULL,
output_kin = NULL,
list_output = FALSE
)
pf |
numeric. A vector of survival probabilities for females with same length as ages. |
pm |
numeric. A vector of survival probabilities for males with same length as ages. |
ff |
numeric. A vector of age-specific fertility rates for females with same length as ages. |
fm |
numeric. A vector of age-specific fertility rates for males with same length as ages. |
Hf |
numeric. A matrix with cause-specific hazards for females with rows as causes and columns as ages, being the name of each col the age. |
Hm |
numeric. A matrix with cause-specific hazards for males with rows as causes and columns as ages, being the name of each col the age. |
sex_focal |
character. "f" for female or "m" for male. |
birth_female |
numeric. Female portion at birth. |
pif |
numeric. For using some specific non-stable age distribution of childbearing for mothers (same length as ages). Default |
pim |
numeric. For using some specific non-stable age distribution of childbearing for fathers (same length as ages). Default |
output_kin |
character. kin to return, considering matrilineal names. For example "m" for parents, "d" for children, etc. See the |
list_output |
logical. Results as a list with |
See Caswell (2022) for details on formulas.
A data frame with focal´s age, related ages and type of kin
(for example d
is children, oa
is older aunts/uncles, etc.), sex, alive and death. If list_output = TRUE
then this is a list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.