You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ReplicateDesign constructor supports specifying the columns in the input DataFrame which are to be used as the replicate weights.
In such situations, the current variance implementation won't work (because it uses original weights to compute the variance). Support should be added for computing the variance in the case where original weights are not available.
The text was updated successfully, but these errors were encountered:
The
ReplicateDesign
constructor supports specifying the columns in the inputDataFrame
which are to be used as the replicate weights.In such situations, the current
variance
implementation won't work (because it uses original weights to compute the variance). Support should be added for computing thevariance
in the case where original weights are not available.The text was updated successfully, but these errors were encountered: