R/print.predict.ldblm.r

Defines functions print.predict.ldblm

Documented in print.predict.ldblm

  #############################
  #### print.predict.ldblm ####
  #############################
  
print.predict.ldblm<-function(x,...){
  cat("\n prediction for new data: \n")
  print(x$fit)

  cat("\n")
}

Try the dbstats package in your browser

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

dbstats documentation built on Dec. 7, 2022, 5:14 p.m.