print.glmGamPoi | R Documentation |
Pretty print the result from glm_gp()
## 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, ...)
x |
the glmGamPoi object |
... |
additional parameters, currently ignored |
object |
the glmGamPoi object that is summarized |
The print()
methods return the object x
. The
format()
method returns a string. The summary()
method returns an object of class summary.glmGamPoi
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.