https://github.com/cran/Epi
Raw File
Tip revision: 648a51644b2e4d7f422d53db2c6c754408cf4c9b authored by Bendix Carstensen on 27 April 2008, 00:00:00 UTC
version 1.0.8
Tip revision: 648a516
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,
  cutLexis,
  countLexis,
  entry,
  exit,
  status,
  timeBand,
  timeScales,
  breaks,
  merge.data.frame,
  mh,
  ncut,
  nice,
  pctab,
  plotEst,
  pointsEst,
  projection.ip,
  linesEst,
  rateplot,
  Aplot,
  Pplot,
  Cplot,
  Relevel,
  ROC,
  tabplot,
  twoby2,
  stat.table)
# 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(merge, data.frame)
S3method(print, stat.table)

back to top