trim_table: trim_table

Description Usage Arguments Examples

View source: R/utils.R

Description

Helper function for creating new LifeTables given the x_, t_, and m_ values.

Usage

1
trim_table(object, x_ = object@x[1], t_ = NULL, m_ = 0)

Arguments

object

LifeTable

x_

x_

t_

t_

m_

m_

Examples

1
2
trim_table(LifeTable(), x_ = 2, t_ = 3, m_ = 1)
trim_table(LifeTable(), x_ = 2.47, t_ = 4.57, m_ = 0)

merlinoa/diehard3000 documentation built on May 22, 2019, 6:52 p.m.