https://github.com/cran/validann
Raw File
Tip revision: facd3f808e19de8226f6d80022f2a9b8a41cb57b authored by Greer B. Humphrey on 16 November 2016, 11:58:27 UTC
version 1.2.0
Tip revision: facd3f8
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(observed,ann)
S3method(observed,nnet)
S3method(plot,validann)
S3method(predict,ann)
S3method(validann,ann)
S3method(validann,default)
S3method(validann,nnet)
export(ann)
export(observed)
export(validann)
importFrom(grDevices,colors)
importFrom(grDevices,dev.interactive)
importFrom(grDevices,devAskNewPage)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,title)
importFrom(stats,acf)
importFrom(stats,cor)
importFrom(stats,dnorm)
importFrom(stats,fitted)
importFrom(stats,median)
importFrom(stats,optim)
importFrom(stats,pacf)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,qqnorm)
importFrom(stats,qqplot)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
back to top