Differences between revisions 1 and 2
Revision 1 as of 2023-03-15 21:12:39
Size: 362
Comment:
Revision 2 as of 2023-06-08 00:33:33
Size: 577
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

The '''`logistic`''' command runs a logistic regression.

Compare to the [[Stata/Logit|logit]] command, which only shows the odds ratios if the `or` option is specified, while `logistic` to always shows those.

Stata Logistic

The logistic command runs a logistic regression.

Compare to the logit command, which only shows the odds ratios if the or option is specified, while logistic to always shows those.


Usage

logistic dependent independent

See here for details on factor variables.


See also

Stata manual for logistic post-estimation


CategoryRicottone

Stata/Logistic (last edited 2025-10-24 18:25:32 by DominicRicottone)