R/summary.aodql.R

Defines functions summary.aodql

Documented in summary.aodql

summary.aodql <- function(object, ...) {
  Z <- switch(object$method, chisq = "X2", dev = "D")
	cat("\nMu coefficients:\n")	
	print(summary(object$fm))
  cat("Method: ", object$method, "\n", sep = "")
  cat("Phi coefficient: ", object$phi, "\n", sep = "")
  cat(Z, " = ",  object$Z, " (nbiter = ",
    object$nbiter[1], "/", object$nbiter[2], ")", sep = "")
  }

Try the aods3 package in your browser

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

aods3 documentation built on July 8, 2022, 5:06 p.m.