Displaying 20 results from an estimated 1000 matches similar to: "R-beta: loading C binaries"
1998 Oct 13
1
SuSe does not like more.
In R "help(package=pkg)" or "library(help=pkg)" seems to behave
like 'more' or 'less' or something that looks like one of these.
Under RedHat this behaves normally: at the end of help it reverts
automatically to the R prompt '>'.
In SuSe it doesn't jump back to the prompt automatically:
I see something like "line 1/28 (end)" and then I
1998 Oct 13
1
Assembler messages?
Up to now I have got the base R and about half of the packages
working on SuSe Linux 5.3 using gcc, g77 and xdevel.
The other half, for example: pspline, logspline, KernSmooth, akima,
tripack, ppr, principal.curve, cluster, funfit, repeated, event, etc.,
just won't install.
Some of them give warnings at expressions in subroutines (repeated,
event, pspline,etc.. I will ask about this in
1998 Oct 13
1
Assembler messages?
Up to now I have got the base R and about half of the packages
working on SuSe Linux 5.3 using gcc, g77 and xdevel.
The other half, for example: pspline, logspline, KernSmooth, akima,
tripack, ppr, principal.curve, cluster, funfit, repeated, event, etc.,
just won't install.
Some of them give warnings at expressions in subroutines (repeated,
event, pspline,etc.. I will ask about this in
2009 Sep 03
0
R: "biplot" graphical options?
Thanks Andris, Michael and Petr for your prompt and kind feedbacks.
I will try generating my own biplot from low-level graph commands... I hope it will work.
Best regards,
Marco
--
Marco Manca, MD
University of Maastricht
Faculty of Health, Medicine and Life Sciences (FHML)
Cardiovascular Research Institute (CARIM)
PO Box 616
6200 MD Maastricht
E-mail: m.manca at path.unimaas.nl
Office
1999 Aug 30
2
R --gnome segfaults on RH 6.0 with R-0.65.0
Have just compiled and installed R-65.0 on RH 6.0 with all the latest
updates for RH and Gnome (including `libglade-0.3-1.i386.rpm' and
`libglade-devel-0.3-1.i386.rpm' from RH ftp).
R.X11 works OK.
But when I try `R --gnome' I get a segmentation fault/core dump
with the messages:
Gdk-CRITICAL **: file gdkfont.c: line 174 (gdk_font_id): assertion `font
!= NULL' failed.
1999 Aug 30
2
R --gnome segfaults on RH 6.0 with R-0.65.0
Have just compiled and installed R-65.0 on RH 6.0 with all the latest
updates for RH and Gnome (including `libglade-0.3-1.i386.rpm' and
`libglade-devel-0.3-1.i386.rpm' from RH ftp).
R.X11 works OK.
But when I try `R --gnome' I get a segmentation fault/core dump
with the messages:
Gdk-CRITICAL **: file gdkfont.c: line 174 (gdk_font_id): assertion `font
!= NULL' failed.
1999 Aug 31
3
[R] R --gnome segfaults on RH 6.0 with R-0.65.0
On 30-Aug-99 I wrote:
>> Libgdk?
>> The only packages I know of with gdk/libgdk files
>> are `gtk+' and `gtk+10' and neither contain `gdkfont.c'.
To which Prof Brian D Ripley and Peter Dalgaard replied:
> No, binary rpms will not contain source files, will they?
> Try 'nm /usr/lib/libgdk.a | grep font' and I think you will see the
> light...
I
2009 Sep 02
4
"biplot" graphical options?
Dear R-help fellows
good afternoon.
I am struggling in the attempt to impose some graphical conditions (changing point symbols, colors, etc) to biplot function (I am using it to visualize the results of princomp) but I can't apparently manage to change anything but the axis... and I have been browsing manuals and vignettes without finding any explicit suggestions on how to operate...
Can
1998 Sep 30
4
R-beta: compiling R-0.62.3 on SuSe Linux
On my RedHat 5.1 machine at the office I am happily using R
installed from Martyn Plummer's RPM's of R-62.3 for RH 5.1
At home I have SuSe Linux 5.3 on my PC and as RH 5.1 is libc6
based and SuSe 5.3 is still libc5 based the RH 5.1 RPM's do
not install and work on SuSe (even though they have a test
version of glibc).
So I downloaded R-0.62.3.tgz from www.ci.tuwien.ac.at/R and
tried
2008 Sep 27
1
seg.fault from nlme::gnls() {was "[R-sig-ME] GNLS Crash"}
>>>>> "VW" == Viechtbauer Wolfgang (STAT) <Wolfgang.Viechtbauer at STAT.unimaas.nl>
>>>>> on Fri, 26 Sep 2008 18:00:19 +0200 writes:
VW> Hi all, I'm trying to fit a marginal (longitudinal)
VW> model with an exponential serial correlation function to
VW> the Orange tree data set. However, R crashes frequently
VW>
2008 Feb 14
0
help in simplyfiying programme
my program given below can some one make it presentable. I trying to simulate survival data and calculate the power. I think i could have done better.
s=10
number=0
count1=0;count2=0;count3=0;count4=0;count5=0;count6=0;count7=0;count8=0;
count9=0;
count11=0;count22=0;count33=0;count44=0;count55=0;count66=0;count77=0;
count88=0;count99=0;
while(s!=0){
n=100
n1=n/2
n2=n/4
2008 Feb 29
1
Optional data argument for a function
Dear All,
I am working on a function that has an optional data argument, just like lm(). If the user sets the data argument equal to some dataframe, then the function should look inside the dataframe for the variables given to other arguments, otherwise the variables should be accessible from what I believe is called the parent frame from which the function was called. I looked at the source code
2008 Dec 04
1
Comparing survival curves with "survdiff" "strata" help
ExpeRts,
I'm trying to compare three survival curves using the function "survdiff" in the survival package. Following is my code and corresponding error message.
> survdiff(Surv(st_months, status) ~ strata(BOR), data=mydata)
Error in survdiff(Surv(st_months, status) ~ strata(BOR), data = mydata) :
No groups to test
When I check the "strata" of the variable. I get .
2007 Oct 19
0
calculating power of log rank test
hie
Im trying to calculate the power of the logrank test for different values of rho .I was just wandering whether the following programme would do it. any suggestions are welcome
s=50
number=1
count1=0;count2=0;count3=0;count4=0;count5=0;count6=0;count7=0;count7=0;
count8=0;count9=0
while(s!=0){
n=20
n1=n/2
2001 Nov 22
1
p-value using survdiff
Dear all,
Does anyone knows how I could extract the p-value in:
> survdiff(Surv(tempo,status) ~ grupo,data=dados1,rho=1)
Call:
survdiff(formula = Surv(tempo, status) ~ grupo, data = dados1, rho = 1)
N Observed Expected (O-E)^2/E (O-E)^2/V
grupo=1 21 5.12 12.00 3.94 14.5
grupo=2 21 14.55 7.68 6.16 14.5
Chisq= 14.5 on 1 degrees of freedom,
1997 Jul 25
2
R-beta: R 0.50 alpha
The new code seems to have broken various things.
Autoloading of libraries doesn't seem to work:
> library(survival4)
Autoloading required library: splines
Error in pos.to.env(pos) : invalid "pos" argument
> search()
[1] ".GlobalEnv" "library:survival4" "library:date"
[4] "library:base"
The coxph function the
1997 Jul 25
2
R-beta: R 0.50 alpha
The new code seems to have broken various things.
Autoloading of libraries doesn't seem to work:
> library(survival4)
Autoloading required library: splines
Error in pos.to.env(pos) : invalid "pos" argument
> search()
[1] ".GlobalEnv" "library:survival4" "library:date"
[4] "library:base"
The coxph function the
1998 Jan 27
1
R-beta: survival4
Hmm... I have the same problem on hpux10.20. I put the additional libs into a
subdir called contrib, and R INSTALL from there. I have R-0.61.1 Alpha Dec21
1997. Without restored data they work OK.
Osman
> ----------
> From: Goran Brostrom[SMTP:gb at stat.umu.se]
> Sent: Tuesday, January 27, 1998 3:07 AM
> To: r-help at stat.math.ethz.ch
> Subject: R-beta: survival4
>
>
2012 Oct 19
2
Question about survdiff in for-loop.
Hi everyone!!
I have dataset composed of a numbers of survival analyses.
( for batch survival analyses by using for-loop) .
Here are code !!
#######
dim(svsv)
Num_t<-dim(svsv)
Num<-Num_t[2] # These are predictors !!
names=colnames(svsv)
for (i in 1:Num )
{
name_tt=names[i]
survdiff(Surv(survival.m, survival) ~ names[i], data=svsv)
fit.Group<-survfit(Surv(survival.m, survival) ~
2018 Feb 15
0
Fleming-Harrington weighted log rank test
> On Feb 13, 2018, at 4:02 PM, array chip via R-help <r-help at r-project.org> wrote:
>
> Hi all,
>
> The survdiff() from survival package has an argument "rho" that implements Fleming-Harrington weighted long rank test.
>
> But according to several sources including "survminer" package