Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pingping Qu authored and gaborcsardi committed May 18, 2015
0 parents commit e8f9052
Show file tree
Hide file tree
Showing 12 changed files with 970 additions and 0 deletions.
14 changes: 14 additions & 0 deletions DESCRIPTION
@@ -0,0 +1,14 @@
Package: greyzoneSurv
Type: Package
Title: Fit a Grey-Zone Model with Survival Data
Version: 1.0
Date: 2015-05-18
Author: Pingping Qu and John Crowley
Maintainer: Pingping Qu <pingpingq@crab.org>
Description: Allows one to classify patients into low, intermediate, and high risk groups for disease progression based on a continuous marker that is associated with progression-free survival. It uses a latent class model to link the marker and survival outcome and produces two cutoffs for the marker to divide patients into three groups. See the References section for more details.
License: GPL-3
Depends: stats4, survival, Hmisc, survAUC
NeedsCompilation: no
Packaged: 2015-05-19 06:40:41 UTC; pingpingq
Repository: CRAN
Date/Publication: 2015-05-19 09:25:40
11 changes: 11 additions & 0 deletions MD5
@@ -0,0 +1,11 @@
d26a852fd000d99e114b7b96423e7275 *DESCRIPTION
3f96d85ea4c670cad90d36a94236be1d *NAMESPACE
413355ac08f62c2d3b4f8ff6aabe1342 *R/greyzoneSurvpackage.R
348574957b97c49564b4c72e23db7085 *build/partial.rdb
33e9866b86d76e8ff1e8f83cecece3dd *data/mydata.rda
a345176d7b3c556820b111cac7f1332b *man/all.greyzone.funcs.Rd
3c5d56eab903f2e565847d2be684307f *man/bestcut2.Rd
5362413efff6b388acc978123714519b *man/cox.summary.Rd
5f973f94fb00e35886dd15a97a02d17d *man/genSurvData.Rd
28027143a08983f60a5b589675b04fdf *man/greyzoneSurv-package.Rd
cc70c7ec7cf9f81d72c5adbfb3043d0d *man/mydata.Rd
8 changes: 8 additions & 0 deletions NAMESPACE
@@ -0,0 +1,8 @@
#exportPattern("^[[:alpha:]]+")
export(em.func)
export(cov.func)
export(greyzone.func)
export(genSurvData)
export(bestcut2)
export(cox.summary)
import(stats4, survival, Hmisc, survAUC)

0 comments on commit e8f9052

Please sign in to comment.