R/summary.vscc.R

Defines functions summary.vscc

Documented in summary.vscc

summary.vscc <- function(object, ...){
	x <- object
    cat("---------- Summary for VSCC ----------", "\n\n")
	cat("         ----   RESULTS   ----    ", "\n")
	cat("# Vars:     ", ncol(x$top), "\n")
	cat("Relation:   ", x$chosen, "\n")
	cat("BIC:        ", x$bestmod$bic, "\n")
	cat("Model:      ", x$bestmod$model, "\n")
	cat("Family:     ", x$family, "\n")
	cat("# Groups:   ", x$bestmod$G, "\n")
}

Try the vscc package in your browser

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

vscc documentation built on Oct. 18, 2023, 1:16 a.m.