get_coefs | R Documentation |
Get model coefficients
get_coefs(
fit,
var = "area",
normalise = TRUE,
hurdle = FALSE,
transform = FALSE
)
fit |
An object of class |
var |
The variable to obtain. |
normalise |
Normalise to have a mean of zero. |
hurdle |
If a hurdle model then use the hurdle. |
transform |
if the coefficients should be transformed using the link function. |
A data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.