Learn R Programming

EquiTrends (version 1.0.0)

EquiTrends_dataconstr: 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
)

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.

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