Description Usage Arguments Details Value
View source: R/reverse_fisher.R
This function allows you to calculate Fisher Information Matrix using "lm" and "glm" objects.
1 | reverse_fisher(model)
|
model |
a "lm" or "glm" object |
Calculates Fisher Information Matrix using "lm" and "glm" objects. It uses
a booster object with below components.
n_train |
Number of cases in the input dataset. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.