Displaying 5 results from an estimated 5 matches for "survpenal".
2010 Apr 16
1
R CMD check tells me 'no visible binding for globalvariable'
Henrik wrote:
I think what people are also thinking about is that the policy for
publishing a package on CRAN is that it have to pass R CMD check with
no errors, warnings *or* notes. So, in that sense notes are no
different from warnings.
---------------------------------
Getting rid of these notes would be very hard in the survival package.
The population survival routines (survexp, pyears)
2007 May 11
0
Tobit model and an error message
...2 Newton-Raphson
Variance of random effect= 12.1 I-likelihood = -20098.2
Degrees of freedom for terms= 0.5 0.4 1039.4
Likelihood ratio test=232877 on 1039 df, p=0
n=4840 (57 observations deleted due to missingness)
Warning message:
Inner loop failed to coverge for iterations 2 in: survpenal.fit(X, Y, weights, offset, init = init, controlvals = control,
>
Could you please help me in finding the error in my code (if any) so that I will not get this error message? I would really appreciate if you could help me in this regard.
Thank you so much.
Sincerely,
Sattar
_____...
2011 Sep 23
0
Using method = "aic" with pspline & survreg
...s in a parametric regression (although it's
fine with the cox model, or if the degrees of freedom are specified
directly
by the user), and I was wondering if there is some reason for this?
...
--- end inclusion ---
A simple reason as it turns out: there was an incorrect variable name
in the survpenal.fit function. A "variable not found" error is exactly
what one would expect. I've now repaired the function for version
2.36.10 (which I hope to post shortly).
The big surprise is that it has been wrong for about a decade, and no
one had ever tried a situation that exercised th...
2011 Jan 28
1
survreg 3-way interaction
> I was wondering why survreg (in survival package) can not handle
> three-way interactions. I have an AFT .....
You have given us no data to diagnose your problem. What do you mean
by "cannot handle" -- does the package print a message "no 3 way
interactions", gives wrong answers, your laptop catches on fire when you
run it, ....?
Also, make sure you read
2001 Nov 12
2
check() warnings for survival-2.6
...mmary.survreg"
[29] "print.survdiff" "print.survexp"
[31] "print.survreg.penal" "residuals.survreg.penal"
[33] "summary.coxph.penal" "summary.ratetable"
[35] "survexp.cfit" "survpenal.fit"
[37] "survreg.fit" "tcut"
3) non-matching docs:
* checking for code/documentation mismatches ... WARNING
$as.date
$as.date$code
[1] "x" "order" "..."
$as.date$docs
[1] "x"
If I di...