print.Reg.Log: print and summary

Description Usage Arguments Details Author(s) Examples

View source: R/surcharges_fit.R

Description

print and summary overloaded

Usage

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

Arguments

object

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

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)

abenhaj2/test documentation built on Dec. 18, 2021, 9:29 p.m.