https://github.com/cran/validann
Raw File
Tip revision: 7370c49b90997582f5e176dcde95a5600318b924 authored by Greer B. Humphrey on 21 July 2016, 19:09:23 UTC
version 1.0.0
Tip revision: 7370c49
NAMESPACE
# Generated by roxygen2 (4.1.1): 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