R/summary.lordif.R

Defines functions summary.lordif

summary.lordif <-
function(object, ...) {
    cat("Call:\n")
    print(object$call)
    cat("\n")
    print(object$options[c("criterion","alpha","pseudo.R2","R2.change","beta.change","maxIter","minCell")])
    print(object[c("stats","flag","flag.raw")])
    if (!is.null(object$DFIT)) {
      print(object$DFIT[c("DTF","CDIF","NCDIF")])
    }
    invisible(object)
  }

Try the lordif package in your browser

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

lordif documentation built on May 2, 2019, 2:13 p.m.