powered by
Instability path plot
# S3 method for ss_glmaag plot(x, ...)
the input ss_glmagrph object
…
the instability path
# 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