cttest | R Documentation |
Common Trend Test
cttest(didfit)
didfit |
the object returned by |
F statistics testing HO: there is a common trend.
library(plm) data(stg6, package = 'didWD') fit <- didWD(stg6, id = 'id', year = 'year', y = 'logy', w = 'w', pretime = TRUE) cttest(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.