Nothing
## File Name: summary.mira.nmi.R
## File Version: 0.05
###############################################
# summary function for mira.nmi object
summary.mira.nmi <- function(object, ...) {
B <- object$Nimp["between"]
W <- object$Nimp["within"]
for (bb in 1:B){
# code adapted from summary.mira form mice package
for (i in 1:W){
cat("\n", "## summary of imputation: between",
bb, "- within", i, ":\n")
print(summary(object$analyses[[bb]][[i]], ...), ...)
}
}
}
#################################################
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.