R/describe.logit.blme.R

#' 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"
       )
}
bensoltoff/ZeligBLME documentation built on May 12, 2019, 2:08 p.m.