coef.stoch_logistic function

Retrieve fitted coefficients from stochastic logistic regression object

Retrieve fitted coefficients from stochastic logistic regression object

## S3 method for class '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.

Returns

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

See Also

stochastic.logistic.regression

  • Maintainer: David Cortes
  • License: BSD_2_clause + file LICENSE
  • Last published: 2021-09-26