get_lifetime_income: Get lifetime income

Description Usage Arguments Examples

View source: R/income.R

Description

Estimates lifetime income based on current age and income. Used to estimate social security benefits.

Usage

1
2
3
4
5
6
get_lifetime_income(
  current_age,
  current_income,
  starting_age = 18,
  retirement_age = 70
)

Arguments

current_age

Current age

current_income

Current annual income

starting_age

Age when started working

retirement_age

Age when stopped working

Examples

1

eanway/finance documentation built on Feb. 28, 2021, 4:56 p.m.