Learn R Programming

glmaag (version 0.0.6)

plot.ss_glmaag: Instability plot

Description

Instability path plot

Usage

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

Arguments

x

the input ss_glmagrph object

...

Value

the instability path

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)
gg <- plot(mod)
# }

Run the code above in your browser using DataLab