look_IC {amp} | R 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)
[Package amp version 1.0.0 Index]