1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
# Generated by roxygen2: do not edit by hand
S3method(ace,default)
S3method(ace,formula)
S3method(avas,default)
S3method(avas,formula)
S3method(plot,ace)
S3method(plot,acetest)
S3method(plot,avas)
S3method(print,ace)
S3method(print,acetest)
S3method(print,avas)
S3method(summary,ace)
S3method(summary,acetest)
S3method(summary,avas)
export(ace)
export(acetest)
export(avas)
export(set_control)
importFrom(grDevices,as.graphicsAnnot)
importFrom(grDevices,dev.flush)
importFrom(grDevices,dev.hold)
importFrom(grDevices,dev.interactive)
importFrom(grDevices,devAskNewPage)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,model.frame)
useDynLib(acepack, .registration=TRUE)
|