marginal_buncher {bunching}R Documentation

Marginal Buncher

Description

Calculate location (value of z_vector) of marginal buncher.

Usage

marginal_buncher(beta, binwidth, zstar, notch = FALSE, alpha = NULL)

Arguments

beta

normalized excess mass.

binwidth

a numeric value for the width of each bin.

zstar

a numeric value for the the bunching point.

notch

whether analysis is for a kink or notch. Default is FALSE (kink).

alpha

the proportion of individuals in dominated region (in notch setting).

Value

marginal_buncher returns the location of the marginal buncher, i.e. zstar + Dzstar.

See Also

bunchit

Examples

marginal_buncher(beta = 2, binwidth = 50, zstar = 10000)

[Package bunching version 0.8.6 Index]