look_IC {amp} | R Documentation |
This a function used to look at the IC.
look_IC(IC)
IC |
an influence curve evaluated at each observation |
Histogram of the IC at each obeservation for each covariate. Vertical lines indicate the mean of the IC.
set.seed(20)
ic <- amp::ic.pearson(matrix(rnorm(120), ncol = 6))$ic
look_IC(ic)