Learn R Programming

stochQN (version 0.1.2-1)

coef.stoch_logistic: Retrieve fitted coefficients from stochastic logistic regression object

Description

Retrieve fitted coefficients from stochastic logistic regression object

Usage

# S3 method for stoch_logistic
coef(object, ...)

Arguments

object

A `stoch_logistic` object as output by function `stochastic.logistic.regression`. Must have already been fit to at least 1 batch of data.

...

Not used.

Value

An (n x 1) matrix with the coefficients, in the same format as those from `glm`.

See Also

stochastic.logistic.regression