https://github.com/cran/validann
Raw File
Tip revision: 5ecf0a5f60a491a13ac0139a606046292eb9a413 authored by Greer B. Humphrey on 20 April 2017, 07:35:10 UTC
version 1.2.1
Tip revision: 5ecf0a5
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