meanTest_optim_func {EquiTrends} | R Documentation |
Finding the minimum equivalence threshold for the mean equivalence test
Description
meanTest_optim_func
solves the optimization problem to find the minimum equivalence threshold for which one can reject the null hypothesis of non-negligible pre-trend differences at a given significance level for the equivalence test based on the mean placebo coefficient.
Usage
meanTest_optim_func(coef, sd, alpha)
Arguments
coef |
The estimated absolute value of the mean placebo coefficients |
sd |
The estimated standard deviation of the mean of the placebo coefficients |
alpha |
The significance level |
Value
The minimum equivalence threshold for which the null hypothesis of non-negligible differences can be rejected for the equivalence test based on the mean placebo coefficient.
[Package EquiTrends version 1.0.0 Index]