Dear members,
I am using FGT_CI to decompose the depth and severity of BMI.
I run this code.
The issue I am not clear about is when I use option
there is no warning. But any deviation
Or
there is Warning
Balancing within strata:
Warning: cannot balance for stratum 1 (n_h = 200, m_h = 199)
.
Rescaling weights
.....
Warning: the first-order balance was not achieved
Any thoughts on that?
I am using FGT_CI to decompose the depth and severity of BMI.
I run this code.
Code:
FGT_CI BMIndx social_grop_1 social_grop_3, rankvar(iwi) method(threshold) cutoff(24.99) power(2) modpart1(logit) modpart2(glm, family(gamma) link(log)) boot_reps(20)
Code:
boot_reps(20)
Code:
boot_reps(19)
Code:
boot_reps(21)
Balancing within strata:
Warning: cannot balance for stratum 1 (n_h = 200, m_h = 199)
.
Rescaling weights
.....
Warning: the first-order balance was not achieved
Any thoughts on that?
Comment