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
Fixed a bug in strength_rmvmr() where supplying gencov as a matrix or vector (rather than the scalar default) errored before MVMR::strength_mvmr() was called.
format_rmvmr() now generates placeholder variant IDs when RSID = NULL, matching the documentation. The RSID argument description previously showed a typo (RSID="NULL").
plot_rmvmr() no longer recomputes the univariate radial analyses when called with the default cordat = NULL, roughly halving the number of RadialMR::ivw_radial() calls. Results are unchanged.
ivw_rmvmr() now fits the radial IVW model explicitly rather than via variables left over from the orientation loop. The estimate is invariant to the choice of orientation, so this is fitted directly as the canonical model; the returned coefficients (estimates, standard errors, t-values and p-values), residual standard error and degrees of freedom are unchanged.
ivw_rmvmr() no longer returns the undocumented data element. This element held intermediate orientation data frames that were not used elsewhere in the package. The estimated coefficients remain unchanged and are still available in the coef element.