summary.stoch_logistic: Print general info about stochastic logistic regression object
Description
Same as `print` function. To check the fitted coefficients use function `coef`.
Usage
# S3 method for stoch_logistic
summary(object, ...)
Arguments
object
A `stoch_logistic` object as output by function `stochastic.logistic.regression`.