R/print.confLCCR.R

Defines functions print.confLCCR

Documented in print.confLCCR

print.confLCCR <-
function(x, ...){

  cat("\nConfidence interval for the populations size based on latent class models")
  cat("\nfor capture-recapture data\n")
  cat("\n")
  cat("Call:\n")
  print(x$call)
  cat("\nAvailable objects:\n")
  print(names(x))
  cat("\nLevl:\n")
  print(x$level)
  cat("\nInterval limits:\n")
  print(x$conf)

}

Try the LCCR package in your browser

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

LCCR documentation built on Dec. 11, 2021, 9:30 a.m.