https://github.com/cran/epiR
Raw File
Tip revision: 05e0c77f90dfc202acc1175d74ff1f7abb96a780 authored by Mark Stevenson on 23 January 2020, 22:00:02 UTC
version 1.0-11
Tip revision: 05e0c77
NEWS
CHANGES IN epiR VERSION 1.0-11

SIGNIFICANT USER-VISIBLE CHANGES

    o epi.2by2
    Inconsistency in variables returned from print(epi.2by2) and summary(epi.2by2) corrected.
    [Spotted by Jose G Conde Santiago]

CHANGES IN epiR VERSION 1.0-10

SIGNIFICANT USER-VISIBLE CHANGES

    o epi.interaction
    Function now includes option to use either product or dummy parameterisation of interaction terms. Documentation updated.
    [Suggested by Francois M Carrier]
    o New function epi.sscohortc: Sample size, power or minimum detectable incidence risk ratio for a cohort study using individual count data.
    o New function epi.sscohortt: Sample size, power or minimum detectable incidence rate ratio for a cohort study using individual time data.    
    o New function epi.ssxsectn: Sample size, power or minimum detectable preva;ence ratio for a cross-sectional study.

CHANGES IN epiR VERSION 1.0-06

SIGNIFICANT USER-VISIBLE CHANGES

    o Functions to calculate sample size
    Major revision of the naming of functions to calculate sample size.
    
    o New function epi.ssclus1estb: Sample size to estimate a binary outcome using one-stage cluster sampling.


CHANGES IN epiR VERSION 1.0-04

SIGNIFICANT USER-VISIBLE CHANGES

    o epi.conf
    Error in incidence rate confidence interval calculation.
    [Spotted by Kazuki Yoshida]
    Fixed.
    
    o epi.detectsize
    Inconsistency in function documentation.
    [Spotted by Jamie Madden]
    Fixed. 
    
    o epi.kappa
    Function returns an error if the number of rows and number of columns in the data table presented for analysis does not equal two.
    [Spotted by Maia Dolgopoloff]
    Fixed.

BUG FIXES

    o epi.2by
    Anomalies in calculation of test of homogeneity in strata odds ratios and risk ratios corrected. Argument "homogeneity" removed from function. Woolf test of homogeneity reported by default for print(x, ...). Test statistics, degrees of freedom and p-values for Breslow Day and Woolf tests of homogeneity returned using summary(x, ...). 
    [Spotted by Antonio A Lopes]
    Fixed.
    
    
CHANGES IN epiR VERSION 1.0-01

SIGNIFICANT USER-VISIBLE CHANGES

    o epi.2by
    Argument "homogeneity" removed from epi.2by2. Mantel-Haenszel (Woolf) test of homogeneity now reported by default for print(x, ...). Test statistics, degrees of freedom and p-values for Breslow Day and Woolf tests of homogeneity returned using summary(x, ...). 

BUG FIXES

    o epi.2by
    Anomalies in calculation of test of homogeneity in strata odds ratios and risk ratios corrected. Argument "homogeneity" removed from function. Woolf test of homogeneity reported by default for print(x, ...). Test statistics, degrees of freedom and p-values for Breslow Day and Woolf tests of homogeneity returned using summary(x, ...). 
    [Spotted by Antonio A Lopes]
    Fixed.


CHANGES IN epiR VERSION 0.9-98

SIGNIFICANT USER-VISIBLE CHANGES

    o epi.prev
    Function does not truncate true prevalence estimates to values between 0 and 1. Warning issued when apparent prevalence is less than (1 - specificity). Additional references added to docuementation. 


CHANGES IN epiR VERSION 0.9-97

BUG FIXES

    o epi.prev
    Error in formatting of confidence intervals when method = "sterne" and method = "blaker". 
    [Spotted by Salome Duerr]
    Fixed.

    o epi.noninfb
    Study power estimation when r argument for epi.noninfb was not equal to 1 returned incorrect results. 
    [Spotted by Aline Guttmann]
    Fixed.

    o epi.interaction
    Error returned when model = coxph. 
    [Spotted by Eirik Degerud]
    Fixed.
    
    o epi.directadj
    Inconsistency in documentation.
    [Spotted by Jose G Conde Santiago]
    Fixed.
back to top