Displaying 3 results from an estimated 3 matches for "a9l".
Did you mean:
a9
2004 Jun 08
1
level assignment
...but hanging unexpected in a level asignment problem?
for(i in 2:length(msegmente))
{ msegmente[,i] <- as.factor(msegmente[,i])
}
Problem is that not every level is in every variable, so the
asignment is necessary!?
levels(LT.200301) <- c(1=AK,3=GC,10=OC,
29=AM,32=IA,38=ACH,52=ZBA,53=A9L,59=EHK)
Error: syntax error
> levels(LT.200301) <- list(c(1=AK,3=GC,10=OC,
29=AM,32=IA,38=ACH,52=ZBA,53=A9L,59=EHK))
Error: syntax error
> levels(LT.200301) <- c(1="AK",3="GC",10="OC",
29="AM",32="IA",38="ACH",52="ZB...
2008 Apr 28
2
X11 window title setting in X11() Device (PR#11325)
--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Hi,
I think I have found a very little bug in the new version of the X11()
device in R 2.7.0, more precisely in the devX11.c file.
The problem is that when you open a new window with X11(), the title
of the window (the WM_NAME property) is not immediately set. It seems
that the window is created, then it
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking