https://github.com/cran/epiR
Raw File
Tip revision: 7c9f23645424a5e595fe3247bf75f4a9e73b5dee authored by Mark Stevenson on 14 June 2020, 13:30:07 UTC
version 1.0-15
Tip revision: 7c9f236
NEWS
CHANGES IN epiR VERSION 1.0-15

SIGNIFICANT USER-VISIBLE CHANGES

    o Function epi.insthaz now handles stratified data. Examples in function documentation updated to reflect these changes.
    o Argument rho in function epi.sscc changed to rho.cc to avoid confusion with rho used to represent the intracluster correlation coefficient.
    [Suggested by Xiaoqing Liu] 
    o Amibguity in documentation for epi.sscomps corrected.
    [Spotted by Marco Barbara]
    o Function epi.2by2 now included Taylor series confidence intervals for the incidence risk and prevalence ratio.

CHANGES IN epiR VERSION 1.0-14

SIGNIFICANT USER-VISIBLE CHANGES

    o Long overdue vignette included. 

CHANGES IN epiR VERSION 1.0-13

SIGNIFICANT USER-VISIBLE CHANGES

    o epi.2by2 calculates Cornfield confidence intervals for the odds ratio when the total number of events is less than 500. This reduces computation time when cell frequencies are large.
    [Suggested by Jeff Canar]
    o epi.ssdetect now uses the hypergeometric distribution to calculate sample size, removing the need to apply a finite correction factor.
    [Suggested by Manuel Sanchez Vazquez]
    o epi.ssninfb
    Inconsistency in function documentation.
    [Spotted by Winston Mason]
    Fixed. 

CHANGES IN epiR VERSION 1.0-12

SIGNIFICANT USER-VISIBLE CHANGES

    o New function epi.smr: Computes confidence intervals and tests of significance of the standardised mortality [morbidity] ratio.

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