/usr/lib/R/site-library/Matching/NAMESPACE is in r-cran-matching 4.9-2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | import(MASS)
importFrom("stats", "approx", "complete.cases", "ecdf", "ks.test",
"median", "model.frame", "model.matrix", "model.response",
"na.pass", "pchisq", "pnorm", "pt", "sd", "terms", "var")
importFrom("utils", "packageDescription")
useDynLib(Matching)
export(balanceUV, ks.boot, Match, Matchby, MatchBalance, qqstats, summary.ks.boot, summary.Match, GenMatch, print.summary.Match, print.summary.ks.boot, print.summary.Matchby)
S3method(summary, balanceUV)
S3method(summary, ks.boot)
S3method(summary, Match)
S3method(summary, Matchby)
S3method(print, summary.Match)
S3method(print, summary.ks.boot)
S3method(print, summary.Matchby)
|