Description Usage Arguments Details Value Author(s) Examples
The function estimates a logistic regression model with the Maximum-Likelihood Method.
1  |   logit(fml, dat)
 | 
fml | 
 Formula-object of the desired independent and dependent variables: formula.object <- as.formula("y ~ x1 + x2 + ... xn").  | 
dat | 
 Data frame which contains the variables specified in the formula-object.  | 
Estimates a logistic regression for a binary independent variable where the data generating process can be described with a Bernoulli-distribution. Parameters are maximised with the Maximum-Likelihood-Method using a Quasi-Newton-Algorithm.
Output are the coefficient estimates of a logistic regression and its respective standard errors.
Johannes Besch, besch@ipz.uzh.ch, Marco Radojevic radojevic@ipz.uzh.ch
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.