View source: R/marginal_buncher.R
marginal_buncher | R Documentation |
Calculate location (value of z_vector) of marginal buncher.
marginal_buncher(beta, binwidth, zstar, notch = FALSE, alpha = NULL)
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). |
marginal_buncher
returns the location of the marginal buncher, i.e. zstar + Dzstar.
bunchit
marginal_buncher(beta = 2, binwidth = 50, zstar = 10000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.