plot.glmaag: Paths for glmaag object

Description Usage Arguments Value Examples

Description

Generates coefficients, lok likelihood, or number of parameters paths for glmaag models

Usage

1
2
## S3 method for class 'glmaag'
plot(x, col_count = 3, type = "coef", ...)

Arguments

x

glmaag object

col_count

number of columns shown in the plot (when type = 'coef)

type

can be "coef" (coefficients paths), "loglik" (log likelihood paths), or "n" (number of parameters paths)

...

...

Value

plots

Examples

1
2
3
4
5
6
data(sampledata)
data(L0)
y <- sampledata$Y_Gau
x <- sampledata[, -(1:3)]
mod <- glmaag(y, x, L0)
gg <- plot(mod, type = 'loglik')

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