R/print.ordspline.R

print.ordspline <- 
  function(x,...){
    
    cat("\nMonotonic:\n")
    cat(x$monotone,"\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.