R/print.mmlta.R

print.mmlta <- function(x){
  cat("Log-Likelihood:\n")
      print(x$LL$`Table of LL (G-H Quadrature correction)`)
      cat("BIC:\n")
      print(x$BIC$`Table of BIC Results`)
      print(x$BIC$`Model Selection`)
}

Try the lvm4net package in your browser

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

lvm4net documentation built on June 13, 2019, 5:03 p.m.