print.glmGamPoi: Pretty print the result from glm_gp()

Description Usage Arguments Value

Description

Pretty print the result from glm_gp()

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S3 method for class 'glmGamPoi'
print(x, ...)

## S3 method for class 'glmGamPoi'
format(x, ...)

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

## S3 method for class 'summary.glmGamPoi'
print(x, ...)

## S3 method for class 'summary.glmGamPoi'
format(x, ...)

Arguments

x

the glmGamPoi object

...

additional parameters, currently ignored

object

the glmGamPoi object that is summarized

Value

The print() methods return the object x. The format() method returns a string. The summary() method returns an object of class summary.glmGamPoi.


glmGamPoi documentation built on Nov. 8, 2020, 7:14 p.m.