File: NAMESPACE

package info (click to toggle)
matchit 1.0-1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 268 kB
  • ctags: 4
  • sloc: sh: 24; makefile: 12
file content (25 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
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
export(
	matchdef,
        match.data,
	matchit,
	diagnose,
	distance,
	subclassify,
	exactmatch,
	neyman,	
	help.matchit,
	print.matchit,
	print.summary.matchit,
	print.summary.neyman,
	plot.matchit,
	summary.matchit,
	summary.neyman
	)	

S3method(print, matchit)
S3method(print, summary.matchit)
S3method(print, summary.neyman)
S3method(plot, matchit)
S3method(summary, matchit)
S3method(summary, neyman)