#' Describe the logit.blme Zelig Model
#' @param ... ignored parameters
#' @return a list specifying author, title, etc. information
#' @export
describe.logit.blme <- function(...) {
list(
authors = c("Vincent Dorie", "Benjamin Soltoff"),
year = 2015,
text = "Penalized Multilevel Logit Regression"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.