reverse_fisher {ICglm} | R Documentation |
This function allows you to calculate Fisher Information Matrix using "lm" and "glm" objects.
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. |