wsfr_lifetime_yrs: Calculate the number of years to count WSFR dollars with...

Description Usage Arguments See Also Examples

View source: R/revenue.R

Description

Take the minimum of either (a) price / min_amount, or (b) age_cutoff - current_age, based on 2019 WSFR rules

Usage

1
2
wsfr_lifetime_yrs(price_lifetime, current_age, min_amount,
  age_cutoff = 80)

Arguments

price_lifetime

numeric lifetime price

current_age

numeric age

min_amount

numeric the minimum expenditure that will count for a certified hunter/angler (use 2 for hunt/fish and 4 for combo)

age_cutoff

numeric final age that can be counted for lifetime license-based WSFR dollars

See Also

wsfr_lifetime

Other estimating revenue: compound_interest, present_value_stream, wsfr

Examples

1
2
3
wsfr_lifetime_yrs(200, current_age = 0, min_amount = 4)
wsfr_lifetime_yrs(400, current_age = 40, min_amount = 4)
wsfr_lifetime_yrs(400, current_age = 50, min_amount = 4)

southwick-associates/lifetime documentation built on Feb. 24, 2020, 9:33 a.m.