https://github.com/cran/Epi
Revision 050c6134c0074868a2fcebda84c8a4c1398ee9d8 authored by Bendix Carstensen on 06 January 2008, 22:47:19 UTC, committed by cran-robot on 06 January 2008, 22:47:19 UTC
1 parent 95b57d4
Raw File
Tip revision: 050c6134c0074868a2fcebda84c8a4c1398ee9d8 authored by Bendix Carstensen on 06 January 2008, 22:47:19 UTC
version 1.0.5
Tip revision: 050c613
todo
There are wishes for changes/additions to functions in Epi.
There is no gurantee that they be implemeneted.

o Lexis:
  - should accept variabels of class Date (and POSIXc / date / chron).
  - should not crash when one input record is completely
    outside range(breaks).
  - better specifcation of the included variables in Lexis (either as
    variable numbers in the dataframe or as a character vector of the
    names, preferably both). 
  - there should be an option which allows ALL risk time to be
    transferred, i.e. adding c(-Inf,Inf) to the breaks= argument.

o stat.table:
  - change the digits option of the print method. When summing
    failures 0 digits is wanted, when summing person-years 1 is
    wanted.
  - more than one quantile permitted.
  - Labelling of statistics in multi-way tables.

o ci.lin: 
  - Confint intervals as an option (complementary to ctr.mat (and diff?)).
back to top