Description Usage Arguments Value Examples
estimate a logistic regression
1 |
y |
name of the dependent variable |
x |
names of the independent variables in varlist format, either "x1 x2 x3" or if it is a single variable it does not need to be quoted. |
subset |
conditions to run the command only of a subset of the data (analogous to "if" statements in Stata) |
weights |
the name of a variable to use for weights in estimation |
linkfunc |
specify the linking function (logit, by default). Can set to "probit" to do probit estimation or use |
... |
other options to pass to |
b coefficient vector
V covariance matrix of coefficients
1 2 3 4 5 6 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.