data(Titanic)
tit.joint <- seq_loglm(Titanic, type = "joint")
# Single model
get_model(tit.joint[[2]])
get_model(tit.joint[[4]])
get_model(tit.joint[[4]], abbrev = TRUE)
get_model(tit.joint[[4]], type = "formula")
# Model list
get_models(tit.joint)
get_models(tit.joint, type = "formula")
# With abbreviated factor names
get_models(tit.joint, abbrev = TRUE)
get_models(tit.joint, abbrev = 2)
Run the code above in your browser using DataLab