R/print.prm.R

print.prm <-
function(x,...){
  cat("Partial M-robust regression \n")
  cat(paste(" Number of components: ", x$inputs$a))
  cat(paste(c(paste("\n weight function: ", x$inputs$fun, "with cutoff"), x$inputs$constants), collapse=" "))
}

Try the sprm package in your browser

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

sprm documentation built on May 2, 2019, 9:57 a.m.