report_slopes | R Documentation |
Report the linear combinations (i.e., slopes) for a GAM model fitted through effect derivatives.
report_slopes(model, term, ci = 0.95, length = 100, k = 1, ...)
model |
Object of class "gam". |
term |
Character. Term present in the model for which estimate an effect |
ci |
Numeric. Confidence interval for coefficients. Defaults to 0.95. |
length |
Numeric. This arguments controls the number of (equally spread) values that will be taken to represent the continuous variable. |
k |
Numeric. Number of decimal places when printing numeric variables (Defaults to 1). Except for expression column. |
... |
Further parameters passed to the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.