Learn R Programming

bunchr (version 1.2.0)

earning_fun: Finding optimal earning under kinked/notched budget set

Description

For an agent with quasi-linear iso-elastic utility, find the utility maximizing earning level.

Usage

earning_fun(n, elas, t1, t2, Tax, zstar)

Arguments

n
Ability of person (earnings with zero tax)
elas
elasticity of earnings w.r.t. net-of-tax rate
t1
Tax rate before notch/kink
t2
Tax rate after notch/kink
Tax
height of notch (zero for pure kink)
zstar
place of notch/kink (critical earning point)

Value

Optimal earning level.

Details

earn_funciton is intended to simulate earnings of agents under a kink or notch.

See Also

util_calc, bunch

Examples

Run this code
earning_fun(1200,0.2,0.1,0.3,100,1000)

Run the code above in your browser using DataLab