NEWS
riskPredictClustData 0.2.6 (2018-11-28)
- (1) added reference in 'Description' field of 'DESCRIPTION' file
(2) remove \dontrun{} and donttest{} and revised examples so that each example can be executed in < 5 sec
riskPredictClustData 0.2.5
riskPredictClustData 0.2.4
- (1) double check the package use the latest version of R 3.5.1
riskPredictClustData 0.2.3
- (1) set the number of clusters as 50 in examples
riskPredictClustData 0.2.2
- (1) remove row names after create data frame in simulated data
(2) output regression coefficient of GEE in the 'getScore' function
(3) write a power calculation function so that the user can input pilot data to obtain parameter estimates
riskPredictClustData 0.2.1
- (1) simplify the function 'getScore' a little to drop the output 'id'
riskPredictClustData 0.2.0
- (1) fixed a typo: 'taht' should be 'that' in 'powerCal.Rd'
riskPredictClustData 0.1.9
- (1) change 'sid' to 'cid'
(2) change 'uid' to 'subuid'
(3) change 'value' to 'score'
riskPredictClustData 0.1.8
- (1) sort simulated data by uid and sid
riskPredictClustData 0.1.7
- (1) remove some unrelated intermediate outputs
riskPredictClustData 0.1.6
- (1) In 'genSimDataGLMEM', set the default values: beta0=-6
riskPredictClustData 0.1.5
- (1) remove the input 'theta1' from the function 'powerCal'
(2) update the mannual for 'powerCal'
riskPredictClustData 0.1.4
- (1) simplify code, e.g. reduce the number of calcuations for ci, di
(2) renmae 'getFrame' to 'getScore'
(3) drop some output functions. Keep only functions:
genSimDataGLMEM, getScore, powerCal, riskPredict, riskPredictDiff
riskPredictClustData 0.1.3
- (1) add function 'genSimDataGLMEM'
riskPredictClustData 0.1.2
- (1) add summary.riskPredict and summary.riskPredictDiff
for 'riskPredict' and 'riskPredictDiff'
(2) fixed a bug in 'genDat12': in paste statement, "\n" should be
sep=""
(3) add output E.stat.Ha and E.diff.Ha
(4) revised the construction of 95% CI for eta_c to make sure
95% CI is within the interval (0, 1)
(5) use 'cov' instead of 'cor', otherwise for some case,
corMat in calculation Cov(A1, A2) will not be a correlation matrix
riskPredictClustData 0.1.1
- (1) suppress the output of gee
(2) add 'verbose' input option for 'getFrame'
(3) output 95% CI
riskPredictClustData 0.1.0
- (1) add GEE wrapper function
riskPredictClustData 0.0.9
- (1) optimize Tstat.func and genDelta2
riskPredictClustData 0.0.8
- # (1) fixed a bug in riskPredict: z = (stat - 0.5)/se.stat
riskPredictClustData 0.0.7
- (1) exclude Tstat.func from NAMESPACE
riskPredictClustData 0.0.6
- (1) add function 'riskPredict' and 'riskPredictDiff'
(2) put genDelta inside genDat1
(3) put genDelta2 inside genDat12
riskPredictClustData 0.0.5
- (1) add manual for genDat1 and genDat12
riskPredictClustData 0.0.3
- (1) dropped 'eCDF.func'
(2) in function 'genDelta', replace "rep=TRUE" by "replace=TRUE"
riskPredictClustData 0.0.2
- (1) added "importFrom("stats", "aov", "optim", "pnorm", "qnorm")" to NAMESPACE
(2) added 'genDelta', 'genDelta2'