Entering edit mode
Peng Yu
▴
950
@peng-yu-3586
Last seen 11.2 years ago
Hi Simon,
I see the resVarA & resVarB columns, which is the ratio between the
stabilized variance and the actual variance. To get the stabilized
variance, is the following R code correct?
var(values_A)*resVarA
--
Regards,
Peng
