https://github.com/cran/EffectTreat
Raw File
Tip revision: ac8776121daf2edce434098be664a88bc5a5db74 authored by Wim Van der Elst on 04 July 2020, 20:30:03 UTC
version 1.1
Tip revision: ac87761
NAMESPACE

exportPattern("^[[:alpha:]]+")

import(methods)
import(stats)
import(graphics)
import(grDevices)

S3method(plot, GoodPretreatContCont)
S3method(plot, PCA.ContCont)
S3method(plot, Predict.Treat.ContCont)
S3method(plot, Predict.Treat.T0T1.ContCont)
S3method(plot, Multivar.PCA.ContCont)
S3method(plot, Predict.Treat.Multivar.ContCont)
S3method(plot, Min.R2.delta)


S3method(summary, GoodPretreatContCont)
S3method(summary, PCA.ContCont)
S3method(summary, Predict.Treat.ContCont)
S3method(summary, Predict.Treat.T0T1.ContCont)
S3method(summary, Multivar.PCA.ContCont)
S3method(summary, Predict.Treat.Multivar.ContCont)
S3method(summary, Min.R2.delta)



back to top