R/summary.mi.R

Defines functions summary.mi

summary.mi <- function(object, ...) {
  m <- length(object)
  nv <- length(object[[1]])
  nr <- nrow(object[[1]])
  cat("[", m, "imputations,", nv, "variables,", nr, "rows]\n\n")
  summary(do.call(rbind, object))
}

Try the Amelia package in your browser

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

Amelia documentation built on Nov. 20, 2022, 1:05 a.m.