look_IC: This a function used to look at the IC.

View source: R/look_IC.R

look_ICR Documentation

This a function used to look at the IC.

Description

This a function used to look at the IC.

Usage

look_IC(IC)

Arguments

IC

an influence curve evaluated at each observation

Value

Histogram of the IC at each obeservation for each covariate. Vertical lines indicate the mean of the IC.

Examples

set.seed(20)
ic <- amp::ic.pearson(matrix(rnorm(120), ncol = 6))$ic
look_IC(ic)


amp documentation built on April 6, 2022, 9:06 a.m.