Displaying 3 results from an estimated 3 matches for "2dt".
Did you mean:
2d
2011 Apr 04
1
Clarks 2Dt function in R
Dear Ben,
you answerd to Nancy Shackelford about Clarks 2Dt function.
Since the thread ended just after your reply,
I would like to ask, if you have an idea how to use this function in R
I defined it the following way:
function(x , p, u) {
(p/(pi*u))*(1+(x^2/u))^(p+1)
}
and would like to fit this one to my obeservational data (count)
[,1] [,2]...
2010 Aug 09
1
R Base Code
Hello all,
I need to imitate the 'q' function (qnorm, qweibull, etc) for Clark's 2Dt
distribution model. I'm not skilled enough in R to code it myself, so I
thought I could find the base code for one of the existing 'q' functions and
just modify it. However, I'm having trouble navigating through the R Source
Code on the CRAN website. I've searched some forum...
2008 Aug 22
0
Re : Help on competing risk package cmprsk with time dependent covariate
...0 0
random 0 0
Test for time invariant effects
supremum test p-value H_0: B(t)=b t
(Intercept) 0 0
random 0 0
int (b(t)-g(t,gam))^2dt p-value H_0:constant effect
(Intercept) 0 0
random 0 0
Call:
comp.risk(Surv(relt, rels > 0) ~ random, rel, rel$rels, times[-1], causeS = 1, resample.iid = 1, model = "prop")...