search for: vandemeulebroeck

Displaying 4 results from an estimated 4 matches for "vandemeulebroeck".

Did you mean: vandemeulebroecke
2003 Jul 14
6
bug?
Dear R programmers, is there a sensible explanation for the following behaviour? The second command seems not to be interpreted correctly. > seq(0.6, 0.9, by=0.1) == 0.8 [1] FALSE FALSE TRUE FALSE > seq(0.7, 0.9, by=0.1) == 0.8 [1] FALSE FALSE FALSE > c(0.7, 0.8, 0.9) == 0.8 [1] FALSE TRUE FALSE > seq(0.9, 0.7, by=-0.1) == 0.8 [1] FALSE TRUE FALSE I am running R version 1.7.1 on
2003 Jul 11
3
short puzzles
Dear R users, can someone help with these short puzzles? 1) Is there a function like outer() that evaluates a three-argument function on a threedimensional grid - or else how to define such a function, say, outer.3()? E.g., calculate (x/y)^z on (x,y,z) element of {1,2,3}x{3,4}x{4,5} and return the results in a 3-dimensional array. I would naively use outer() on two of the arguments within a
2003 Jul 10
1
group sequential and adaptive designs
Hello R users, I am looking for R (or S) code related to group sequential or adaptive designs for clinical trials. (The most prominent examples are the designs of Pocock or O'Brien/Fleming, the alpha-spending function approach, or Fisher's combination test and the inverse normal method.) I am particularly interested in the calculation of the critical boundaries, the handling of spending
2009 Sep 27
3
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * bdoc (1.0) Michael Anderson http://crantastic.org/packages/bdoc This package contains a function that will classify DNA barcodes as well as a few test and reference data sets. * bdsmatrix (1.0) Terry Therneau http://crantastic.org/packages/bdsmatrix This is a special case of sparse matrices, used by coxme and