Skip to content

Commit

Permalink
version 0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
florafauna authored and gaborcsardi committed May 7, 2012
0 parents commit 5392310
Show file tree
Hide file tree
Showing 12 changed files with 3,870 additions and 0 deletions.
15 changes: 15 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Package: gsbDesign
Type: Package
Title: Group Sequential Bayes Design
Version: 0.95
Date: 2012-05-07
Author: Florian Gerber, Thomas Gsponer
Depends: gsDesign, lattice, grid
Maintainer: <flora.fauna.gerber@gmail.com>
Description: Group Sequential Operating Characteristics for Clinical,
Bayesian two-arm Trials with known Sigma and Normal Endpoints.
License: GPL-3
LazyLoad: yes
Packaged: 2012-05-07 16:32:11 UTC; flow
Repository: CRAN
Date/Publication: 2012-05-08 14:52:25
11 changes: 11 additions & 0 deletions MD5
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
f9c64a52aa37ed0ba5397d2ec2c638f0 *DESCRIPTION
e020eb7a5e24a2ea69d651f93c27f87a *NAMESPACE
86e14f5be775036dc663676be9bfa0d4 *R/package.r
2e6a18cc1a421a227d1496591c24738c *changeLog
b912c3220abb02462af4d0f01df3bada *man/gsb-internal.Rd
fbdf6cfee8005567782150deb5224f65 *man/gsb-package.Rd
ac1588b3f958b2c1d384d8c021db93fa *man/gsb.Rd
bd086cbe6586d32ee06d45a4baec457c *man/gsbBayesUpdate.Rd
6c96bf5f53cb8cb28cf91e7b4bbdd2cd *man/gsbCriteria.Rd
9390fe8ffb99f863ede4eec8942a8f48 *man/plot.gsbMainOut.Rd
775c1d057f247c090d35e033c1bfcd00 *man/tab.Rd
38 changes: 38 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## imports

## exports
export(gsb, gsbDesign, gsbSimulation, tab, gsbBayesUpdate, gsbCriteria)

## not exported functions (access with ::: operator)

## integer2numeric
## rmvnorm
## gsbCgrid

## plot.gsbSimDif.result
## plot.gsbCalcDif.result
## plot.gsbSimCalcDif.result
## plot.gsbSimArm.result

## gsbCumulativeProbability
## gsbSum.numeric
## gsbSampleSize
## gsbCalcDif
## gsbSimDif
## gsbSimArm


## S3methods
S3method(summary,gsbMainOut)

S3method(as.data.frame,gsbCriteria)

S3method(print,gsbDesign)
S3method(print,gsbSimulation)
S3method(print,gsbMainOut)

S3method(plot,gsbSimulation)
S3method(plot,gsbMainOut)
S3method(plot,gsbDesign)


0 comments on commit 5392310

Please sign in to comment.