Hello all,
I have a long dataset and am trying to bootstrap differences between coefficient of variation (COV) in two years. I am using the command below and have tried several variations. Any help would be very much appreciated.
bootstrap diff = (r(cov1) - r(cov2)), reps(50) seed(51617) strata(year): inequal7 adaF_, by(year) if year == 1994 | year == 2022
Thanks,
Arun
I have a long dataset and am trying to bootstrap differences between coefficient of variation (COV) in two years. I am using the command below and have tried several variations. Any help would be very much appreciated.
bootstrap diff = (r(cov1) - r(cov2)), reps(50) seed(51617) strata(year): inequal7 adaF_, by(year) if year == 1994 | year == 2022
Thanks,
Arun

Comment