View source: R/20241206_simulation_function_edit.R
simulation.pooled | R Documentation |
Monte Carlo simulation to study the size and power properties of the pooled test for existence of threshold effects under unknown threshold locations. The pooled test can be based on a nonparametric regression model or a linear panel threshold regression model. Provides the Monte Carlo distribution of the test statistic and empirical rejection probabilities at 10%, 5% and 1% level.
simulation.pooled(
N,
TL,
p,
M,
epsilon = c("iid", "factor"),
running = c("iid", "factor"),
hetero = c(0, 1),
threshold = c("uniform", "exponential", "gaussian"),
method = c("parametric", "nonparametric")
)
N |
cross-sectional dimension |
TL |
time series length |
p |
fraction of non-zero coefficients |
M |
number of Monte Carlo runs |
epsilon |
specification of error term. If |
running |
specification of running variable. If |
hetero |
if |
threshold |
specifies the distribution for the non-zero threshold coefficients, possible values are |
method |
method of estimation ( |
A list containing the value of the test statistic for each Monte Carlo run and the empirical rejection rate for a 10%, 5% and 1% confidence level.
result_pooled = simulation.pooled(5, 400, 0, 10, epsilon = "iid", running = "iid",
hetero = 0, threshold = "gaussian", method = "nonparametric")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.