powered by
Generates coefficients, lok likelihood, or number of parameters paths for glmaag models
# S3 method for glmaag plot(x, col_count = 3, type = "coef", ...)
glmaag object
number of columns shown in the plot (when type = 'coef)
can be "coef" (coefficients paths), "loglik" (log likelihood paths), or "n" (number of parameters paths)
…
plots
# NOT RUN { data(sampledata) data(L0) y <- sampledata$Y_Gau x <- sampledata[, -(1:3)] mod <- glmaag(y, x, L0) gg <- plot(mod, type = 'loglik') # }
Run the code above in your browser using DataLab