Displaying 4 results from an estimated 4 matches for "thep".
Did you mean:
the
2005 Aug 16
2
quirky behavior from rbinom (PR#8071)
...Version: 2.1.1
OS: WinXP
Submission from: (NULL) (129.98.60.134)
This seems strange. I have a small block of code that repeatedly calls rbinom.
I put a break in there in case it returns NaN, as I've been having problems with
this. Here is a transcript from the debug session:
Browse[1]> theP
[1] 1
Browse[1]> yleft[dataIndex]
[1] 3
Browse[1]> rbinom(1,3,1)
[1] 3
Browse[1]> rbinom(1,yleft[dataIndex], theP)
[1] NaN
Strange, huh?
2007 Apr 26
2
Extract p-value from survdiff function
Hi list,
I want to use the p-value from the survdiff function (package
survival) to reuse within a function in a Kaplan-Meier plot. The
p-value is somehow not a component of the value list ?!
Thanks in advance
--
A. Goralczyk
G?ttingen, Ger.
2008 Sep 13
0
[LLVMdev] Order of fiels and structure usage
On Sat, Sep 13, 2008 at 11:09 AM, Hendrik Boom <hendrik at topoi.pooq.com> wrote:
> What I want is to be able to use the fields that have already been
> defined, even though the type isn't complete yet. The vector<const
> Type*> is all I have at that moment, and it isn't a type. But by the
> time I have a type it's frozen and I can't add new fields to it.
2008 Sep 13
3
[LLVMdev] Order of fiels and structure usage
On Fri, 12 Sep 2008 11:06:30 -0700, Eli Friedman wrote:
> On Fri, Sep 12, 2008 at 9:35 AM, Hendrik Boom <hendrik at topoi.pooq.com>
> wrote:
>> I'd like to be able to make use of a structure type and its fields
>> before it is completely defined. To be specific, let me ask detailed
>> questions at various stages in the construction of a recursive type. I