R/methods_WeightIt.R

Defines functions get_coef.multinom_weightit

Documented in get_coef.multinom_weightit

#' @include get_coef.R
#' @rdname get_coef
#' @export
get_coef.multinom_weightit <- function(model, ...) {
  stats::coef(model)
}

Try the marginaleffects package in your browser

Any scripts or data that you put into this service are public.

marginaleffects documentation built on Oct. 5, 2024, 5:06 p.m.