Changes in version 1.0.3 (2025-05-15) o Updates documentation to pass CRAN checks. Changes in version 1.0.1 o Adds ability to fit some types of models with HLfit(family = binomial(), rand.family = gaussian()). Changes in version 0.5.3 o fixes small issue with diagnose_weights() function o fixes issue where weightd object was not showing up in output Changes in version 0.5.2 o adds JSS citation Changes in version 0.5.1 o updates vignettes to a stripped down version of the JSS paper o effect utilities now only return a smaller subset of columns: alphas, treatments, estimate, std.error, and confidence limits Changes in version 0.5.0 o Eliminates `set_NA_to_0` to `interference`. o Modifies the `integrate_allocation` argument to `interference`. The default is now to include the allocation parameter in the weight term. o Adds `diagnose_weights` function which prints histograms of group-level weights. Changes in version 0.4.62 (2015-06-08) o To avoid confusion with the `method` argument of `numDeriv::grad()`, the `causal_estimation_options` of `interference()` has changed. `variance_estimation = 'simple'` is now `variance_estimation = 'naive'`.