R/JaccardIndexPsy-show.R

setMethod( "show",
  signature = "JaccardIndexPsy",
  definition = function( object ) {
    cat( "Object of class 'JaccardIndexPsy'\n" )
    cat( " . #Boot:              ", object@nit, "\n" )
    cat( " . Type:               ", object@type, "\n" )
    cat( " . #Results:           ", nrow(object@table), "\n" )
  }
)

Try the psygenet2r package in your browser

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

psygenet2r documentation built on Jan. 31, 2021, 2 a.m.