powered by
This a function used to look at the IC.
look_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.
# NOT RUN { set.seed(20) ic <- amp::ic.pearson(matrix(rnorm(120), ncol = 6))$ic look_IC(ic) # }
Run the code above in your browser using DataLab