Description Usage Arguments Author(s) References See Also Examples
Function to estimate a Dynamic Panels with Threshold Effect and Endogeneity
1 |
formula |
model formula, |
data |
data to be used, |
con |
constant in the upper regime. 1 to include, 0 otherwise, |
trim |
percentage to trim before search, single, |
qn |
number of quantiles to examine, |
ns |
iter num in averaging (1st uses analytic formula), |
jj |
iteration for linearity test p-value, |
model |
one of 'analytic' (default) or 'averaging', |
effects |
individual or twoways, |
normal.inst |
if TRUE, normal instruments are used, |
display.dummies |
display time dummies in summary, |
... |
futher arguments. |
Frederico Uchoa
Seo, Myung & Shin, Yongcheol. (2016). Dynamic panels with threshold effect and endogeneity. Journal of Econometrics. 195. 10.1016/j.jeconom.2016.03.005.
See Also summary.dptee
1 2 3 4 5 6 7 8 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x)
{
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.