powered by
Wald test for threshold spatial dynamic panel data model
wald_test(th_res)
msdpdth class, generated by function msdpdth()
A list of p-values for each parameter.
Two sided Wald test for testing whether two estimated parameters for each group are equal
"h_0" \(\theta_1 = \theta_2\)
"h_1" \(\theta_1 \neq \theta_2\)
# NOT RUN { data(data_th, data_w) result <- msdpdth(y = data_th$y, x = data_th$x, w1 = data_w, th = data_th$th) wald_test(result) # } # NOT RUN { # }
Run the code above in your browser using DataLab