cttest: Common Trend Test

View source: R/cttest.R

cttestR Documentation

Common Trend Test

Description

Common Trend Test

Usage

cttest(didfit)

Arguments

didfit

the object returned by didWD whose parameters pretime is TRUE.

Value

F statistics testing HO: there is a common trend.

Examples

library(plm)
data(stg6, package = 'didWD')
fit <- didWD(stg6, id = 'id', year = 'year', y = 'logy', w = 'w', pretime = TRUE)
cttest(fit)


common2016/didWD documentation built on April 24, 2022, 12:12 a.m.