reverse_fisher {ICglm}R Documentation

Reverse Fisher Matrix

Description

This function allows you to calculate Fisher Information Matrix using "lm" and "glm" objects.

Usage

reverse_fisher(model)

Arguments

model

a "lm" or "glm" object

Details

Calculates Fisher Information Matrix using "lm" and "glm" objects. It uses

Value

a booster object with below components.

n_train

Number of cases in the input dataset.


[Package ICglm version 0.1.0 Index]