View source: R/data-structuring.R
EquiTrends_dataconstr | R Documentation |
Data Construction Function for EquiTrends
EquiTrends_dataconstr(
Y,
ID,
G,
period,
X,
data,
pretreatment_period,
base_period,
cluster
)
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.