EquiTrends_dataconstr {EquiTrends}R Documentation

Data Construction Function for EquiTrends

Description

Data Construction Function for EquiTrends

Usage

EquiTrends_dataconstr(
  Y,
  ID,
  G,
  period,
  X,
  data,
  pretreatment_period,
  base_period,
  cluster
)

Arguments

Y

see maxEquivTest, meanEquivTest or rmsEquivTest

ID

see maxEquivTest, meanEquivTest or rmsEquivTest

G

see maxEquivTest, meanEquivTest or rmsEquivTest

period

see maxEquivTest, meanEquivTest or rmsEquivTest

X

see maxEquivTest, meanEquivTest or rmsEquivTest

data

see maxEquivTest, meanEquivTest or rmsEquivTest

pretreatment_period

see maxEquivTest, meanEquivTest or rmsEquivTest

base_period

see maxEquivTest, meanEquivTest or rmsEquivTest

cluster

see maxEquivTest, meanEquivTest or rmsEquivTest

Value

A list containing the structured data.frame object used in the equivalence testing procedures, the base period for the test, a logical value indicating whether the panel is balanced and the number of periods.


[Package EquiTrends version 1.0.0 Index]