Learn R Programming

MGLM (version 0.2.1)

show: Show an object

Description

Display the object by printing its class.

Usage

# S4 method for MGLMfit
show(object)

# S4 method for MGLMreg show(object)

# S4 method for MGLMsparsereg show(object)

# S4 method for MGLMtune show(object)

Arguments

object

an object to be printed. Should be of class "MGLMfit", "MGLMreg", "MGLMsparsereg" or "MGLMtune".

Examples

Run this code
# 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