summary.stoch_logistic function

Print general info about stochastic logistic regression object

Print general info about stochastic logistic regression object

Same as print function. To check the fitted coefficients use function coef.

## S3 method for class 'stoch_logistic' summary(object, ...)

Arguments

  • object: A stoch_logistic object as output by function stochastic.logistic.regression.
  • ...: Not used.

See Also

coef.stoch_logistic , stochastic.logistic.regression

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