File: NAMESPACE

package info (click to toggle)
gregmisc 2.0.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,712 kB
  • ctags: 379
  • sloc: perl: 5,142; asm: 127; sh: 30; makefile: 17
file content (32 lines) | stat: -rw-r--r-- 526 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
26
27
28
29
30
31
32

export(
       Args,
       aggregate.table,
       combine,
       ConvertMedUnits,
       drop.levels,
       elem,
       env,
       frameApply,
       interleave,
       is.what,
       keep,
       ll,
       matchcols,
       nobs,
       read.xls,
       rename.vars,
       remove.vars,
       reorder.factor,
       trim,
       unmatrix
)

importFrom(stats, reorder, na.omit)
importFrom(gtools, odd, invalid, mixedsort)

S3method(nobs,data.frame)
S3method(nobs,default)
S3method(nobs,lm)
S3method(reorder,factor)