show | R Documentation |
Display the object by printing its class.
## 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)
object |
an object to be printed. Should be of class |
library("MGLM") data("rnaseq") data <- rnaseq[, 1:6] gdmFit <- MGLMfit(data, dist = "GDM") show(gdmFit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.