https://github.com/cran/Epi
Revision 4b16c017957e9134e7631b9ed628ff7df8e0886e authored by Bendix Carstensen on 22 September 2009, 00:00:00 UTC, committed by Gabor Csardi on 22 September 2009, 00:00:00 UTC
1 parent 95cfeb0
Raw File
Tip revision: 4b16c017957e9134e7631b9ed628ff7df8e0886e authored by Bendix Carstensen on 22 September 2009, 00:00:00 UTC
version 1.1.7
Tip revision: 4b16c01
NAMESPACE
export(
  as.Date.cal.yr,
  as.Date.numeric,
  apc.frame,
  apc.fit,
  apc.lines,
  apc.plot,
  cal.yr,
  ccwc,
  ci.pd,
  ci.cum,
  ci.lin,
  contr.orth,
  contr.2nd,
  contr.cum,
  contr.diff,
  detrend,
  dur,
  effx,
  effx.match,
  float,
  print.floated,
  Icens,
  print.Icens,
  plotevent,
  fit.add,
  fit.mult,
  ftrend,
  W.Lexis,
  Lexis.diagram,
  Lexis.lines,
  Life.lines,
                Lexis,
          merge.Lexis,
           plot.Lexis,
         points.Lexis,
          lines.Lexis,
         subset.Lexis,
        summary.Lexis,
  print.summary.Lexis,
           splitLexis,
      transform.Lexis,
             cutLexis,
           countLexis,
          stack.Lexis,
         mstate.Lexis,
           tmat.Lexis,
          boxes.Lexis,
  entry,
  exit,
  status,
  timeBand,
  timeScales,
  breaks,
  merge.data.frame,
  tbox,
  dbox,
  fillarr,
  boxarr,
  boxes,
  mstate,
  tmat,
  mh,
  ncut,
  nice,
  pctab,
  plotEst,
  pointsEst,
  projection.ip,
  linesEst,
  rateplot,
  Aplot,
  Pplot,
  Cplot,
  Relevel,
  ROC,
  tabplot,
  twoby2,
  stat.table)
# Import generic methods
importFrom( utils, stack )
# importFrom( mstate, mstate )
# register S3 methods
S3method(plot, Lexis)
S3method(points, Lexis)
S3method(lines, Lexis)
S3method(merge, Lexis)
S3method(subset, Lexis)
S3method(summary, Lexis)
S3method(print, summary.Lexis)
S3method(transform, Lexis)
S3method(stack, Lexis)
S3method(mstate, Lexis)
S3method(tmat, Lexis)
S3method(boxes, Lexis)
S3method(merge, data.frame)
S3method(print, stat.table)
back to top