File: NAMESPACE

package info (click to toggle)
matchit 2.4-13-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,040 kB
  • ctags: 51
  • sloc: makefile: 24; csh: 13
file content (20 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import(MASS)
export(matchit,	
       help.matchit,
       match.data, 
       user.prompt) 

S3method(print, matchit)
S3method(print, matchit.exact)
S3method(print, matchit.subclass)
S3method(print, summary.matchit)
S3method(print, summary.matchit.exact)
S3method(print, summary.matchit.subclass)
S3method(plot, matchit)
S3method(plot, summary.matchit)
S3method(plot, matchit.subclass)
S3method(summary, matchit)
S3method(summary, matchit.exact)
S3method(summary, matchit.subclass)
S3method(summary, matchit.full)