Changes in version 0.2.7 (2026-08-31)

  * Fixed bugs in riskPredict.Rd and riskPredictDiff.Rd.
  * Use the right README format

Changes in version 0.2.6 (2018-11-18)

  * Added reference in 'Description' field of 'DESCRIPTION' file.
  * Removed \dontrun{} and \donttest{} and revised examples so that each
    example can be executed in < 5 seconds.

Changes in version 0.2.5 (2018-09-02)

  * Replaced Weiliang Qiu's email address from stwxq@channing.harvard.edu to
    weiliang.qiu@gmail.com.
  * Used 'Authors@R' in DESCRIPTION file.

Changes in version 0.2.4 (2018-09-02)

  * Double checked the package uses the latest version of R 3.5.1.

Changes in version 0.2.3 (2018-06-21)

  * Set the number of clusters as 50 in examples.

Changes in version 0.2.2 (2018-06-13)

  * Removed row names after creating data frame in simulated data.
  * Outputted regression coefficient of GEE in the 'getScore' function.
  * Wrote a power calculation function so that the user can input pilot
    data to obtain parameter estimates.

Changes in version 0.2.1 (2018-03-29)

  * Simplified the function 'getScore' a little to drop the output 'id'.

Changes in version 0.2.0 (2018-03-21)

  * Fixed a typo: 'taht' should be 'that' in 'powerCal.Rd'.

Changes in version 0.1.9 (2018-03-07)

  * Changed 'sid' to 'cid'.
  * Changed 'uid' to 'subuid'.
  * Changed 'value' to 'score'.

Changes in version 0.1.8 (2018-02-28)

  * Sorted simulated data by uid and sid.

Changes in version 0.1.7 (2018-02-01)

  * Removed some unrelated intermediate outputs.

Changes in version 0.1.6 (2017-12-28)

  * In 'genSimDataGLMEM', set the default values: beta0=-6.

Changes in version 0.1.5 (2017-05-18)

  * Removed the input 'theta1' from the function 'powerCal'.
  * Updated the manual for 'powerCal'.

Changes in version 0.1.4 (2017-05-03)

  * Simplified code, e.g., reduced the number of calculations for ci, di.
  * Renamed 'getFrame' to 'getScore'.
  * Dropped some output functions. Kept only functions: genSimDataGLMEM,
    getScore, powerCal, riskPredict, riskPredictDiff.

Changes in version 0.1.3 (2017-05-03)

  * Added function 'genSimDataGLMEM'.

Changes in version 0.1.2 (2017-04-25)

  * Added summary.riskPredict and summary.riskPredictDiff for 'riskPredict'
    and 'riskPredictDiff'.
  * Fixed a bug in 'genDat12': in paste statement, "\n" should be sep="".
  * Added output E.stat.Ha and E.diff.Ha.
  * Revised the construction of 95% CI for eta_c to make sure 95% CI is
    within the interval (0, 1).
  * Used 'cov' instead of 'cor'; otherwise, for some cases, corMat in the
    calculation Cov(A1, A2) will not be a correlation matrix.

Changes in version 0.1.1 (2017-04-13)

  * Suppressed the output of gee.
  * Added 'verbose' input option for 'getFrame'.
  * Outputted 95% CI.

Changes in version 0.1.0 (2017-04-12)

  * Added GEE wrapper function.

Changes in version 0.0.9 (2017-03-22)

  * Optimized Tstat.func and genDelta2.

Changes in version 0.0.8 (2017-02-27)

  * Fixed a bug in riskPredict: z = (stat - 0.5)/se.stat.

Changes in version 0.0.7 (2017-02-23)

  * Excluded Tstat.func from NAMESPACE.

Changes in version 0.0.6 (2017-02-23)

  * Added function 'riskPredict' and 'riskPredictDiff'.
  * Put genDelta inside genDat1.
  * Put genDelta2 inside genDat12.

Changes in version 0.0.5 (2017-02-23)

  * Added manual for genDat1 and genDat12.

Changes in version 0.0.3 (2017-02-01)

  * Dropped 'eCDF.func'.
  * In function 'genDelta', replaced "rep=TRUE" with "replace=TRUE".

Changes in version 0.0.2 (2017-02-01)

  * Added "importFrom("stats", "aov", "optim", "pnorm", "qnorm")" to
    NAMESPACE.
  * Added 'genDelta', 'genDelta2'.
