Learn R Programming

glmaag (version 0.0.6)

print.ss_glmaag: the results of the stability selection model

Description

print fitted information

Usage

# S3 method for ss_glmaag
print(x, ...)

Arguments

x

the fitted ss_glmaag object

...

Examples

Run this code
# NOT RUN {
data(sampledata)
data(L0)
y <- sampledata$Y_Gau
x <- sampledata[, 4:6]
mod <- ss_glmaag(y, x, L0[seq_len(3), seq_len(3)], nsam = 3)
print(mod)
# }

Run the code above in your browser using DataLab