plot.ss_glmaag: Instability plot

Description Usage Arguments Value Examples

Description

Instability path plot

Usage

1
2
## S3 method for class 'ss_glmaag'
plot(x, ...)

Arguments

x

the input ss_glmagrph object

...

...

Value

the instability path

Examples

1
2
3
4
5
6
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)

glmaag documentation built on May 10, 2019, 9:04 a.m.