Displaying 12 results from an estimated 12 matches for "coxfit2".
Did you mean:
coxfit
1997 Dec 14
1
R-beta: survival4 in R-0.60.1
Hi there,
Here is a record of an R session:
> library(survival4)
Autoloading required package: splines
> coxph(Surv(c(1,2,3,4), c(1,1,1,1)) ~ c(1,0,1,0))
Error in .C("coxfit2", iter = as.integer(iter.max), as.integer(n),
as.integer(nvar), : C/Fortran function not in load table
Why is "coxfit2" not in the load table? How do I fix it?
System is Linux.
Goran
--------------------------------------------------------------------
Goran Brostrom...
2002 Nov 22
1
Segmentation fault using "survival" package (PR#2320)
Full_Name: Jerome Asselin
Version: 1.6.1
OS: RedHat Linux 7.2
Submission from: (NULL) (142.103.173.179)
Hello,
I get a segmentation fault when I run the following code. I wouldn't expect
meaningful results because my response variable contains only missing values.
However, I would expect something like a regular error (not a segmentation
fault).
library(survival)
data <-
2010 May 25
2
Relative Risk/Hazard Ratio plots for continuous variables
...some plots to be produced but none that specifically look at the relative
risk one.
In addition to the survival analysis, I have incorporated the mfp function
(from package mfp).
I currently use code such as,
library(mfp)
library(Design)
coxfit1 <- coxph(Surv(rtime,rcens)~cts,data=data1)
or
coxfit2 <-
mfp(Surv(rtime,rcens)~fp(cts),family=cox,data=data1,select=0.05,verbose=TRUE)
plot(coxfit1) nor plot(coxfit2) produce the relevant relative risk vs.
continuous variable that I need.
Can anyone help?
Thank you,
Laura
[[alternative HTML version deleted]]
2004 Dec 16
0
fitting problems in coxph.fit
...regression coefficients when some values of the design matrix are very
large. For example
library(survival)
### load example data
load(url("http://www.imbe.med.uni-erlangen.de/~hothorn/coxph_fit.Rda"))
method <- "efron"
### copied from `coxph.fit'
coxfit <- .C("coxfit2", iter=as.integer(maxiter),
as.integer(n),
as.integer(nvar), stime,
sstat,
x= x[sorted,] ,
as.double(offset[sorted] - mean(offset)),
as.double(weights),
newstrat...
2011 Oct 03
2
number of copies
I'm looking at memory efficiency for some of the survival code. The
following fragment appears in coxph.fit
coxfit <- .C("coxfit2", iter=as.integer(maxiter),
as.integer(n),
as.integer(nvar), stime,
sstat,
x= x[sorted,] ,
...
Does this make a second copy of x to pass to the routine (my
expectation) or will I end up with 3: x and x[sorted,]...
2010 Mar 19
0
Different results from survreg with version 2.6.1 and 2.10.1
...is quite different results, with the result with version 2.6.1 being
the most reasonable.
But if I for instance do a cox-regression on on the same data with the
same covariate with the two different versions I do get the same result,
which is how it should be
R version 2.6.1 (2007-11-26):
print(coxfit2)
Call:
coxph(formula = Surv(levetid, status == 2) ~ malder + faar +
gest + vekt.ind, data = ord.mfr)
coef exp(coef) se(coef) z p
malder -0.046320 0.955 0.00972 -4.767 1.9e-06
faar -0.040658 0.960 0.00639 -6.367 1.9e-10
gest -0.000211 1.000 0.0...
2004 Sep 20
1
compilation failed for package
...C++ or fortran compilator is installed??
Thanks, Geir S.
gcc -shared -L/usr/local/lib -o survival.so agexact.o agfit2.o agfit3.o agfit5.o agfit_null.o agmart2.o agmart.o agscore.o agsurv1.o agsurv2.o agsurv3.o char_date.o chinv2.o chinv3.o cholesky2.o cholesky3.o chsolve2.o chsolve3.o coxdetail.o coxfit2.o coxfit5.o coxmart.o coxph_wtest.o cox_Rcallback.o coxscho.o coxscore.o dmatrix.o doloop.o pyears1.o pyears2.o pyears3.o pystep.o surv_callback.o survdiff2.o survfit2.o survfit3.o survindex2.o survindex3.o survreg2.o survreg3.o survreg4.o survreg5.o
/usr/bin/ld: unrecognized option '--as-neede...
2005 Aug 29
0
Core dump during lazy loading of "survival" at installation time (PR#8106)
...gcc -shared -fPIC -Wl,-Bsymbolic -L/bi/arch/lib -L/usr/local/lib -o
surv
ival.sl agexact.o agfit2.o agfit3.o agfit5.o agfit_null.o agmart.o agmart2.o
ags
core.o agsurv1.o agsurv2.o agsurv3.o char_date.o chinv2.o chinv3.o cholesky2.o
c
holesky3.o chsolve2.o chsolve3.o cox_Rcallback.o coxdetail.o coxfit2.o
coxfit5.o
coxmart.o coxph_wtest.o coxscho.o coxscore.o dmatrix.o doloop.o pyears1.o
pyear
s2.o pyears3.o pystep.o surv_callback.o survdiff2.o survfit2.o survfit3.o
survin
dex2.o survindex3.o survreg2.o survreg3.o survreg4.o survreg5.o
** R
** data
** moving datasets to lazyload DB
** inst
**...
2004 Sep 21
0
SV: compilation failed for package
...ling older gcc-* RPMs instead of
3.4.1.
>
>
> gcc -shared -L/usr/local/lib -o survival.so agexact.o agfit2.o agfit3.o agfit5.o agfit_null.o agmart2.o agmart.o agscore.o agsurv1.o agsurv2.o agsurv3.o char_date.o chinv2.o chinv3.o cholesky2.o cholesky3.o chsolve2.o chsolve3.o coxdetail.o coxfit2.o coxfit5.o coxmart.o coxph_wtest.o cox_Rcallback.o coxscho.o coxscore.o dmatrix.o doloop.o pyears1.o pyears2.o pyears3.o pystep.o surv_callback.o survdiff2.o survfit2.o survfit3.o survindex2.o survindex3.o survreg2.o survreg3.o survreg4.o survreg5.o
> /usr/bin/ld: unrecognized option '--as-...
2010 May 18
2
survey package: weights used in svycoxph()
Dear R-help,
Let me know if I should email r-devel instead of this list. This
message is addressed to Professor Lumley or anyone familiar with the
survey package.
Does svycoxph() implement the method outlined in Binder 1992 as
referenced in the help file? That is, are weights incorporated in the
ratio term (numerator and denominator) of the estimating equation? I
don't believe so since
1998 Jan 27
1
R-beta: survival4
...n= 3
> > q()
> Save workspace image? [y/n/c]: y
> [gb at lasker R]$ R
> ...............................
> [Previously saved workspace restored]
>
> > library(survival4)
> Autoloading required package: splines
> > coxph(Surv(tid, ev) ~ z)
> Error in .C("coxfit2", iter = as.integer(iter.max),
> as.integer(n), as.integer(nvar), : C/Fortran function not in load table
> ------------------------------------------------------------------------
>
> I may add that I install the survival ansd spline packages on the fly
> when I install R, th...
2005 Apr 07
3
R-beta 2004-04-07 build failed on AIX
...expall
-Wl,-bI:/SFS/user/ry/liawand/R/Rbuild/etc/R.exp -L/usr/local/lib -o
survival.so agexact.o agfit2.o agfit3.o agfit5.o agfit_null.o agmart.o
agmart2.o agscore.o agsurv1.o agsurv2.o agsurv3.o char_date.o chinv2.o
chinv3.o cholesky2.o cholesky3.o chsolve2.o chsolve3.o cox_Rcallback.o
coxdetail.o coxfit2.o coxfit5.o coxmart.o coxph_wtest.o coxscho.o coxscore.o
dmatrix.o doloop.o pyears1.o pyears2.o pyears3.o pystep.o surv_callback.o
survdiff2.o survfit2.o survfit3.o survindex2.o survindex3.o survreg2.o
survreg3.o survreg4.o survreg5.o -lm
gmake[3]: Leaving directory `/ltmp/R.INSTALL.5603432/survi...