View source: R/create_modelSummary.R
extract_summary_linearEffects | R Documentation |
Internal helper function to create a data.frame
containing the linear
effects summary of a model fitted with gam
or
bam
.
extract_summary_linearEffects(model, method_expTransform = "simple")
model |
Model fitted with |
method_expTransform |
One of |
If the model was estimated with a log or logit link, the function
automatically performs an exponential transformation of the effect,
see argument method_expTransform
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.