R/print.npregress.R

Defines functions print.npregress

Documented in print.npregress

print.npregress <- function(x, digits = max(3, getOption("digits") - 3), ...) {
  cat("\nDf:",format(round(x$df,digits-1)),"; bandwidth:", format(round(x$bandwidth,digits)), "\n")
  cat("Chosen by:", x$call$criterion, "\n")
}

Try the ibr package in your browser

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

ibr documentation built on Sept. 13, 2023, 5:08 p.m.