plot.janine_collection.Rd
Plot model selection criteria for a collection of fits
# S3 method for janine_collection plot(x, criteria = c("loglik", "BIC", "EBIC"), log.x = TRUE, ...)
x | an S3 object with class janine_collection |
---|---|
criteria | vector of characters. The criteria to plot in c("loglik", "BIC", "EBIC"). |
log.x | logical: should the x-axis be repsented in log-scale? Default is |
... | use for S3 compatibility |