Revision 5ecf0a5f60a491a13ac0139a606046292eb9a413 authored by Greer B. Humphrey on 20 April 2017, 07:35:10 UTC, committed by cran-robot on 20 April 2017, 07:35:10 UTC
1 parent facd3f8
Raw File
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