Displaying 20 results from an estimated 4000 matches similar to: "Random Effects Model with Interacting Covariates"
2008 Aug 06
1
No y-axis label using png on linux
Dear all,
I am grateful if anyone provides a solution to my problem of no y-axis
label using png on linux. If I use postscript device or X11 device, it
is fine. On Windows, it works with png. I have tried different versions
of R and none of them works.
Best regards,
Xiaoming Cai, Dr.
School of Geography, Earth and Environmental Sciences
University of Birmingham
Edgbaston, Birmingham
B15 2TT
2002 Dec 05
2
Help: draw 3 filled.contour on one page
Dear All,
I tried to draw 3 filled.contour plots on one page, but failed. It returns
"Error in plot.new() : Figure margins too large".
Can anyone help me to do this.
BTW, does anyone has the experience to draw a isosurface with R?
Dr Zhiqiang Cui
School of Geography and Environmental Sciences
The University of Birmingham
Edgbaston, Birmingham
B15 2TT
2000 Mar 03
1
compiling R-1.0.0 on dec alpha (digital Unix 4.0)
I have tried compiling R on a dec alpha running digital unix 4.0 and
got the following:
f77 -shared -o ts.so PPsum.o burg.o eureka.o filter.o pacf.o starma.o stl.o carray.o mburg.o myw.o qr.o -lUfor -lfor -lFutil -lm -lots -lm
ld:
Warning: Unresolved:
R_alloc
R_NaReal
R_IsNA
R_IsNaNorNA
R_chk_calloc
R_chk_free
Rf_error
vmaxget
vmaxset
dqrdc2_
dqrcf_
mkdir ../../../../library/ts/libs
gmake[4]:
2004 Apr 20
2
1.9.0 regression test on HP-UX (PR#6800)
Hi,
On behalf of one of our users, I installed R 1.8.1 on HP-UX11.0 by
compiling the source using the gnu compilers and all was fine with
make check
On 1.9.0, I get an error from 'make check' when running reg-tests-1.R
which gives error exit code 1. Commands used are:
./configure --prefix=/apps/global/Gnu_R/R-1.9.0 --with-x
R_BROWSER=mozilla
(all on one line, of course)
make
make
1999 Nov 26
2
compiling R-0.90.0 on alpha-dec-osf4.0
I am compiling R-0.90.0 on alpha-dec-osf4.0 and it stops by giving the
following message:
cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, parameter 1 has a different type than specified in an earlier declaration of this function.
SEXP mkString(const char *s)
-----^
cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, the type of "mkString" is not
1999 Nov 26
2
compiling R-0.90.0 on alpha-dec-osf4.0
I am compiling R-0.90.0 on alpha-dec-osf4.0 and it stops by giving the
following message:
cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, parameter 1 has a different type than specified in an earlier declaration of this function.
SEXP mkString(const char *s)
-----^
cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, the type of "mkString" is not
1998 Oct 07
2
R-beta: compiling R on RedHat 5.1
[accidentally was sent to the R-help-owner only; MM]
** when I compile R-0.62.3 on RedHat 5.1, the following messages
appear:
...
f77 -export-dynamic -o R.binary ...
../lib/libunix.a(dataentry.o): In function `NextEvent':
/home/ming/R-0.62.3/src/unix/dataentry.c:1286: undefined reference to `XNextEvent'
../lib/libunix.a(dataentry.o): In function `GetKey':
2008 Mar 10
0
Statistical Questions: finding differentially expressed
>Date: Thu, 6 Mar 2008 06:46:07 -0800 (PST)
>From: Keizer_71 <christophe.lo@gmail.com>
>Subject: [R] Statistical Questions: finding differentially expressed
>genes
>To: r-help@r-project.org
>Message-ID: <15873163.post@talk.nabble.com>
>Content-Type: text/plain; charset=us-ascii
>Hi Everyone,
>I am trying to find a way to do this in excel to tell me which
1998 Nov 30
1
make error of R-0.63
Dear all,
Compiling R-0.63 on my Alpha machine immediately encounters the
following message. Your help is appreciated.
Make: Don't know how to make ./src/*/*.[chfy]. Stop.
Regards,
--
Xiaoming Cai
School of Geography
.&______~*@*~______&. University of Birmingham
2002 Dec 04
1
Help: add arrows on a filled.contour figure
Dear All
I would like to use filled.contour to plot something with arrows on it. I did it in this way:
filled.contour(1:nx,1:nz,u,col=gray(rev((0:20/20))))
for (j in zseq ) for (i in xseq) arrows(i, j, i+u[i,j],j+w[i,j],length=angleng,angle=angarrow,code=2, lwd=1,col="black")
The peoblem is that the arrows use the whole device area, including the key on the right hand side of the
1999 Mar 10
0
Compiling R-0.63.? on DEC Alpha UNIX 4.0
I tried to compile R-0.63.1 to R-0.63.3 on my DEC Alpha with the
operating system of UNIX 4.0. All have the same problem after
R.binary has been successfully compiled. The last few lines of the
message are shown as below:
...
make[4]: Entering directory `/home/ming/R-0.63.3/src/library/modreg/src'
f77 -c bsplvd.f -o bsplvd.o
f77 -c bvalue.f -o bvalue.o
f77 -c bvalus.f -o bvalus.o
f77
1999 Apr 12
1
compiling R-0.64.0 on DEC osf4.0
Dear all,
Compiling R-0.64.0 on DEC osf4.0 has the following error message
(earlier version was OK).
cc -ieee_with_inexact -g -I../include -I../../src/include -c pnf.c -o pnf.o
cc -ieee_with_inexact -g -I../include -I../../src/include -c pnt.c -o pnt.o
cc: Error: pnt.c, line 83: In this statement, "1021" is not an lvalue, but occurs in a context that requires one.
if (df >
2000 Mar 03
0
compiling R-1.0.0 on SGI
I have tried compiling R on a SGI 6.0 and got the following:
cc -o ../../bin/R.X11 apply.o arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o context.o cov.o cum.o debug.o devPS.o devPicTeX.o deparse.o deriv.o devices.o dotcode.o dstruct.o duplicate.o envir.o errors.o eval.o format.o fourier.o g_her_glyph.o g_fontdb.o g_cntrlify.o g_alab_her.o gram.o
1997 Aug 14
0
R-alpha: Compiling 0.49 on IRIX6.1
Hi,
I am compiling R-0.49 on my SGI Indigo 2 R8000 machine and it stopped
in the middle. Could anyone help me to fix it?
Many thanks!
--
Xiaoming Cai
School of Geography
.&______~*@*~______&. University of Birmingham
"w/%%%%%%%%%%%%%%%%%%%\w" Edgbaston, Birmingham
2008 Mar 06
0
Statistical Questions: finding differentially expressed genes
Hi Everyone,
I am trying to find a way to do this in excel to tell me which genes are the
most differentially expressed. Sorry, i couldn't find excel forum section in
nabble. However, if it is in R it is fine. This is a microarray data, and it
has been normalized. According to Dov Stekel in Microarray, i will need to
calculate log ratio (control-treatment). Once you have the log ratio,
2006 Feb 07
1
IVR Menu
Hi,
I made a simple menu using the Background application and some wav files. I converted the wav files using
for a in *.wav; do sox "$a" -r 8000 -c1 "`echo $a|sed -e s/wav//`gsm"; done
(from http://www.voip-info.org/wiki/index.php?page=Convert%20WAV%20audio%20files%20for%20use%20in%20Asterisk)
The first two files "01/bemvindo" and "01/menu_top" are good.
2006 Apr 04
2
voicemail context issue
Hi,
I know this has already been discussed here, but I still have the problem even with 1.2.6:
When I call a mailbox in a context "company" is doesn't play my busy message... It goes directly to the temp message...
Am I doing something wrong?
== Everyone is busy/congested at this time (1:0/1/0)
-- Executing NoOp("SIP/200.234.208.250-0840f548", "Voicemail de
2006 Jan 05
1
ChanSpy via external application
Hi,
I have developped an application that monitors the status of my queues through the events triggered on the Manager Interface.
This way, I can know the status of my Agent real time.
Now, I have a new requirement that I must allow a manager to click on the Agent he wants to monitor and be able to monitor the call.
My idea was to, when the user clicks on the Agent, I would Originate a call
2006 Apr 11
2
call center running Asterisk - sound quality- critical!
You got to be kidding about 53 calls being recorded at sametime is an issue. I have done at least twice as many on my dual xeon 3.4Ghz system and had no problem as clients like to record every call that goes through the system. Then again, in my system, the in and out channels are mixed first before they are written to the disk.
________________________________
From:
2003 Jul 31
1
Mac OS 10 (not X11) failure to rotate symbols (PR#3602)
In the following code the arrow symbols do not rotate with the text on
the Mac OS window, however the do rotate on X11 port on Mac OS.
(R version 1.71)
x <- c(0,10.)
y <- c(0,10.)
offset <- 3
centre <- 5
plot(x,y, xlim=range(x), ylim=range(y),type="n", xlab="",ylab="",
main="",xaxt="n",yaxt="n")
for (i in (seq(0, 340,