p_x-LifeTable-method: p_x

Description Usage Arguments Examples

Description

probability of survival for person at birthday x

Usage

1
2
## S4 method for signature 'LifeTable'
p_x(object, x_ = min(object@x), t_ = 1)

Arguments

object

object of class LifeTable

x_

x_

t_

t_

Examples

1
2
3
p_x(LifeTable(), x_ = 2.5, t_ = 2)
p_x(LifeTable(), x_ = 2.5, t_ = 2.5)
p_x(LifeTable(), x_ = 2.5, t_ = 3.5)

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