test_Stats {grnnR} | R Documentation |
produce several error statistic plots: targets vs estimates, box-whisker, histogram, and density
test_Stats(T, T_hat, NOVAL=NA)
T |
targets |
T_hat |
neural net estimates |
NOVAL |
missing data parameter (default=NA) |
NOVAL parameter provides value substition for missing data
Arnold Arrington