EquiTrends_dataconstr: Data Construction Function for EquiTrends

View source: R/data-structuring.R

EquiTrends_dataconstrR 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.


EquiTrends documentation built on Sept. 11, 2024, 7:40 p.m.