powered by
Display the object by printing its class.
# S4 method for MGLMfit show(object)# S4 method for MGLMreg show(object)# S4 method for MGLMsparsereg show(object)# S4 method for MGLMtune show(object)
# S4 method for MGLMreg show(object)
# S4 method for MGLMsparsereg show(object)
# S4 method for MGLMtune show(object)
an object to be printed. Should be of class "MGLMfit", "MGLMreg", "MGLMsparsereg" or "MGLMtune".
"MGLMfit"
"MGLMreg"
"MGLMsparsereg"
"MGLMtune"
# NOT RUN { library("MGLM") data("rnaseq") data <- rnaseq[, 1:6] gdmFit <- MGLMfit(data, dist = "GDM") show(gdmFit) # }
Run the code above in your browser using DataLab