R/print.bigspline.R

print.bigspline <- 
  function(x,...){
    
    cat("\nSpline Type:\n")
    cat(x$type,"\n")
    cat("\nFit Statistics:\n")
    print(x$info)
    cat("\nSmoothing Parameter:\n")
    cat(x$lambda,"\n ")
    
  }

Try the bigsplines package in your browser

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

bigsplines documentation built on May 2, 2019, 9:27 a.m.