R/print.tlm.R

Defines functions print.tlm

Documented in print.tlm

print.tlm <-
function(x, ...)
 {
  printPreamble(x)
  print(x$model, ...)
  cat("\n")
 }

Try the tlm package in your browser

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

tlm documentation built on May 2, 2019, 2:11 p.m.