Learn R Programming

Zelig (version 4.2-1)

description: Constructor for the 'description' class

Description

Constructor for the 'description' class

Usage

description(authors = c("Kosuke Imai", "Gary King", "Olivia Lau"),
    year = NULL, model = "", text = "", url = "",
    category = NULL)

Arguments

authors
a character-vector of author names
year
a numeric specifying the year
model
a character-string specifying model name
text
a character-string specifying the title of the model. This typically includes more exact information than 'model'. E.g., for the 'logit' the title 'Logistic Regression for Dichotomous Variables' would be a suitable text parameter.
url
a character-string specifying the model's software page
category
deprecated until data-verse bindings are reevaluated

Value

  • an object of type 'description'