Description Usage Arguments Value
View source: R/summaryS3methods.R
Used internally to prints the modeling summary stats for reporting (see make_model_report
).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | print_tables(model, only.coefs = FALSE, ...)
## S3 method for class 'face.sparse'
print_tables(model, only.coefs = FALSE, ...)
## S3 method for class 'brokenstick'
print_tables(model, only.coefs = FALSE, ...)
## S3 method for class 'xgb.Booster'
print_tables(model, only.coefs = FALSE, ...)
## S3 method for class 'xgb.cv.synchronous'
print_tables(model, only.coefs = FALSE, ...)
## S3 method for class 'H2OBinomialModel'
print_tables(model, only.coefs = FALSE, ...)
## S3 method for class 'H2ORegressionModel'
print_tables(model, only.coefs = FALSE, ...)
## S3 method for class 'GLMmodel'
print_tables(model, only.coefs = FALSE, ...)
|
model |
The model fit object produced by |
only.coefs |
Set to |
... |
Additional options passed on to |
The output is printed with cat
. To capture the markdown-formated model summary use summary(...)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.