https://github.com/cran/gdata
Raw File
Tip revision: 70c95ffc8c793635baa12af699711fe01353e728 authored by Nitin Jain on 25 May 2005, 00:00:00 UTC
version 2.0.7
Tip revision: 70c95ff
NAMESPACE

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)

back to top