https://github.com/cran/perturb
Raw File
Tip revision: 78e289149aeff199c9e515285b2b245c90029dd6 authored by John Hendrickx on 16 January 2019, 17:50:03 UTC
version 2.10
Tip revision: 78e2891
NAMESPACE
importFrom("stats", "addmargins", "as.formula", "coef", "coefficients",
             "formula", "glm", "model.matrix", "na.omit", "poisson",
             "runif", "sd", "terms")

S3method(summary, perturb)
S3method(print, colldiag)
S3method(print, reclassify)
             
export(perturb,colldiag,reclassify,summary.perturb)
back to top