NEWS.md
ivpack dependency from additional examples vignette in order to get geex back on CRAN.compute_sum_of_list and compute_pairwise_sum_of_list functions from exports.Asolver argument to m_estimate to allow for using a different to compute the inverse of the A (“bread”) matrix.geex-summary class to geex_summary
ee_i (observed estimating function values) to the component objectgrab_design_levels to find all factor-levels in a design matrix. This output can then be passed to the xlev arg in model.matrix or more importantly through grab_psiFun for the models. This fixes issue 41.
grab_design_levels could be added to the body of grab_psiFun to automatically handle this issue.binomial_integrand to hopefully handle singleton groups better. It will now attempt to coerce back to a one-row matrix before calling apply.grab_psiFUN for glm objects and non-grouped data.grab_psiFUN, as it was not clear that was implemented correctly.call slot to the S4 geex object. Now the update function can be used to update elements of an m_estimate call.S4 system throughout geex
estimate_equations becomes m_estimate. See documentation for changes to arguments. Notably, eeFUN becomes estFUN
make_eeFUN functions become grab_psiFUN
compute_sum_of_list
weights argument to estimate_equations for faster computations with grouped data. See the weights vignette for a demonstration.corrections_list in estimate_equations. Each item of the correction_list must itself be a list at least one item: correctFUN. Additional arguments to correctFUN may be passed via correctFUN_control.rootFUN argument in estimate_equations
rootFUNs would not work:
roots argument no longer needs to be set if compute_roots = TRUE. Instead, starting values are passed via the rootFUN_control list.start argument from compute_eeroots; set this option in rootFUN_control.