R/coef.basad.R

Defines functions coef.basad

### print.basad.R
### The default print method for the basad
###
###
### Author: Qingyan Xiang


coef.basad <- function(object, ...) {
  #### extract summary data
  verboseList <- object$verbose

  #### --------------------------------------------------------------
  ### 	Terminal Output
  ### ---------------------------------------------------------------

  print(round(object$all.var, 4))
}

Try the basad package in your browser

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

basad documentation built on Nov. 18, 2021, 1:12 a.m.