Skip to content

R equivalent of S+SeqTrial?

5 messages · francogrex, Marc Schwartz, Douglas Bates

#
On Wed, 2007-03-28 at 02:42 -0700, francogrex wrote:
I don't know that there are fully functional equivalents, but you might
want to look at the following:

1. The GroupSeq package on CRAN:

  http://cran.r-project.org/src/contrib/Descriptions/GroupSeq.html


2. The ldBands() function in Frank Harrell's Hmisc package on CRAN:

  http://biostat.mc.vanderbilt.edu/s/Hmisc/html/ldBands.html

This also requires the ld98 executable, which is available from:

  http://www.biostat.wisc.edu/landemets/


HTH,

Marc Schwartz
#
On 3/28/07, Marc Schwartz <marc_schwartz at comcast.net> wrote:
There is also the ldbounds package on CRAN for calculating Lan-DeMets
boundaries.  It was prepared by students working with Dave DeMets and
does not require the ld98 executable.
#
On Wed, 2007-03-28 at 10:49 -0500, Douglas Bates wrote:
Thanks Doug, I missed that one.

Regards,

Marc
1 day later
#
Thanks again; It's ok I'm using the ldBands function now, the ld98.exe is
just a small file to download into the path. I can calculate the alpha
spending function and determine (given the Z statistics of my observations)
if at the interim analysis the null hypothesis is to be rejected or not.
But Does this function allow me to calculate the conditional power given the
accumulating data? (I know they give the exit probabilities but is it those
that I need?) and in the documentations they make a reference to another
function using a bayesian method (Gaussian Bayesian Posterior and Predictive
Distributions), but i'm not comfortable yet using the bayesian methods.
On Wed, 2007-03-28 at 10:49 -0500, Douglas Bates wrote: