File: NAMESPACE

package info (click to toggle)
r-cran-matching 4.10-15-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,012 kB
  • sloc: cpp: 3,784; ansic: 3,211; sh: 33; makefile: 20
file content (15 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (5)
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, .registration = TRUE)
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)