summary.Reg.Log: summary overloaded

Description Usage Arguments Details Author(s) Examples

View source: R/surcharges_summary.R

Description

summary of Reg.Log overloaded

Usage

1
2
## S3 method for class 'Reg.Log'
summary(object, ...)

Arguments

object

Obj Reg Log is an S3 object provided by the fit Function.

...

other param

Details

Generic methods print and summary overloaded

Author(s)

Sami Ait Tilat, Afaf Ben Haj, Marie Vachet

Examples

1
2
3
4
5
6
7
## Not run: 
data(ionosphere)
model=fit(y~., data = iono_train,max_iter = 200, batch_size=100)
print(model)
summary(model)

## End(Not run)

samiaittilat/Logistic-Regression-from-scratch-in-R documentation built on Dec. 22, 2021, 10:11 p.m.