reverse_fisher: Reverse Fisher Matrix

Description Usage Arguments Details Value

View source: R/reverse_fisher.R

Description

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

Usage

1

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.


ICglm documentation built on Nov. 12, 2021, 1:06 a.m.

Related to reverse_fisher in ICglm...