R/print.LM.R

print.LM <-
function(x, ...){
  a <- x[[1]]
  b <- x[[2]]
  cat('Sign test result: \n 
       No. of positive values: ',a,' \n 
       No. of negative values: ',b, "\n"
      )
}

Try the dcv package in your browser

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

dcv documentation built on May 1, 2019, 9:25 p.m.