wald_test: Wald test for threshold spatial dynamic panel data model

Description Usage Arguments Details Value Examples

View source: R/wald_test.R

Description

Wald test for threshold spatial dynamic panel data model

Usage

1
wald_test(th_res)

Arguments

th_res

msdpdth class, generated by function msdpdth()

Details

Two sided Wald test for testing whether two estimated parameters for each group are equal

Value

A list of p-values for each parameter.

Examples

1
2
3
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)

sdpdth documentation built on March 22, 2021, 5:06 p.m.