table_lifespan: Build the table with the predicted median lifespans.

Description Usage Arguments Value Examples

View source: R/tables.R

Description

This is a main function of this package. It builds the table containing the prediction for the median lifespans for the different categories of elephants. The predictions are done for two ages at capture (5 and 20 years old).

Usage

1
table_lifespan(models_list, save_xlsx = FALSE)

Arguments

models_list

The list of fitted models

save_xlsx

A boolean indicating whether saving the table as a *.xlsx document or not

Value

A data frame containing the median lifespans.

Examples

1
table_lifespan(models_list = Models)

courtiol/SileR documentation built on May 16, 2020, 8:10 p.m.