Learn R Programming

zfit (version 0.1.0)

zlogit: Run a logit model in a pipe (see zlm)

Description

Run a logit model in a pipe (see zlm)

Usage

zlogit(data, formula, ...)

Arguments

data

A data.frame containing the model data.

formula

The formula to be fitted.

...

Other arguments to be passed to the glm function.

Value

A fitted model.

See Also

Other zfit: zglm(), zlm(), zprint(), zprobit()