In .check_df_moderator_estimates(), our function for heuristically checking whether there are sufficient degrees of freedom to estimate a SE for a moderator effect estimate, at line 512 rather than having:
|
in_model_fit <- rep(1, length(cluster)) |
we should have a line where elements of in_model_fit are 0's if the associated observation has a weight of zero.
In
.check_df_moderator_estimates(), our function for heuristically checking whether there are sufficient degrees of freedom to estimate a SE for a moderator effect estimate, at line 512 rather than having:propertee/R/SandwichLayerVariance.R
Line 512 in bb862c6
we should have a line where elements of
in_model_fitare 0's if the associated observation has a weight of zero.