| description {Zelig} | R Documentation |
Constructor for the 'description' class
description(authors = c("Kosuke Imai", "Gary King", "Olivia Lau"),
year = NULL, model = "", text = "", url = "",
category = NULL)
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 |
an object of type 'description'
Matt Owen mowen@iq.harvard.edu