marginal_buncher: Marginal Buncher

View source: R/marginal_buncher.R

marginal_buncherR 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)

bunching documentation built on Aug. 24, 2022, 5:07 p.m.