show {MGLM} | R Documentation |
Show an object
Description
Display the object by printing its class.
Usage
## S4 method for signature 'MGLMfit'
show(object)
## S4 method for signature 'MGLMreg'
show(object)
## S4 method for signature 'MGLMsparsereg'
show(object)
## S4 method for signature 'MGLMtune'
show(object)
Arguments
object |
an object to be printed. Should be of class |
Examples
library("MGLM")
data("rnaseq")
data <- rnaseq[, 1:6]
gdmFit <- MGLMfit(data, dist = "GDM")
show(gdmFit)
[Package MGLM version 0.2.1 Index]