search for: a_c

Displaying 9 results from an estimated 9 matches for "a_c".

Did you mean: a_
2003 Oct 24
1
How to avoid converting "_" to "." ?
It is minor thing, but how can I avoid converting "_" to "." ? e.g. I have a data set "test.csv" A,A_B,A_C,C,D X,11,0,13,14 Y,21,0,23,24 and when I read it all underscores are converted to dots (:<) > d <- read.csv("test.csv") > d A A.B A.C C D 1 X 11 0 13 14 2 Y 21 0 23 24 Ryszard [[alternative HTML version deleted]]
2000 Mar 06
2
anova-bug in R-version 1.0.0? (PR#470)
...ault on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # r-bugs@biostat.ku.dk # ###################################################### Under R version 0.6.51 the following A_c(13,9,15,5,25,15,3,9,6,12) B_c(42,24,41,19,27) C_c(8,24,9,18,9,24,12,4) D_c(9,12,7,18,2,18) kaeufe_c(A,B,C,D) region_factor(rep(1:4,c(10,5,8,6)),labels=LETTERS[1:4]) anova(lm(kaeufe~region)) delivers Analysis of Variance Table Response: kaeufe Df Sum Sq Mean Sq F value Pr(>F)...
2010 Mar 03
4
Windows 2003 domU can not use 7G RAM ?
...9;'0.0.0.0'' acpi=1 vncunused=0 usbdevice=''tablet'' vncpasswd=''33333'' vncdisplay=80 name = ''zhshw.com'' memory = 7292 vif = [ '' type=ioemu, vifname=x220.80, mac=00:16:3E:15:DC:50 '' ] disk = [ ''phy:/dev/vpsvg/a_C,ioemu:hda,w''] _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
1999 Nov 30
1
Character2function
If I have several character vectors, for example: a_c('data.') b_c('_myfunction(') c_c('vect.') d_c(')') and, j_1 I can build a vector using paste: x_paste(a,j,b,c,j,d,sep="") x="data.1_myfunction(vect.1)" I have n numeric vectors (vect.1...vect.n) Then, if I could evaluate the string x, I would...
1998 May 09
1
R-beta: par
...onder wy, because I don't see any reason. I'm using R61.1 with Linux Slackware (kernel 2.0?), emacs19.31 and ESS-5.0 1. I want to write a text on margin-site 4, therefore I need to reduce my plot in size . But whatever I do, the size doesn't change: postscript("a.ps") a_c(1:10) b_a*a a b plot(a,b) dev.off() postscript("b.ps") plot(a,b,mar=c(5,5,5,5)) axis(4, labels = F, tck = 0.1) mtext("blabla", side = 4, line = 3, cex=1.5) dev.off() "b.ps" does not have a different plot-size and therefore the label "blabla" cannot be drawn...
2016 Apr 28
2
Combinaciones sin repetición...con restricciones
..._al)] > return(res_out) > } > #----------------------- > > Ejemplo: > > > set_examp <- c('a','b','c','d') > > my_choice(set_examp, 'a', 'b') > [1] "a" "b" "a_b" "a_c" "a_d" "b_c" "b_d" > "a_b_c" > [9] "a_b_d" "a_c_d" "b_c_d" "a_b_c_d" > > La función calcula todas las combinaciones sin repetición posibles y > extrae los elementos donde están pre...
2016 Apr 27
4
Combinaciones sin repetición...con restricciones
Hola, tengo que resolver un problema para el que normalmente utilizaría excel, pero me gustaría intentar resolverlo con R. Se trata de lo siguiente: Tengo tres elementos: a, b y c. Dichos elementos están agrupados en siete objetos, producto de todas las combinaciones sin repetición posibles: Objeto 1: a Objeto 2: b Objeto 3: c Objeto 4: a y b Objeto 5: a y c Objeto 6: b y c Objeto 7: a, b y c
2003 Dec 01
0
No subject
...ctory so, it fails with the message "Please look at smbmount's manual page for possible reasons". The manpage simply said that if smbclient works and smbfs fails then there is something wrong with the smbfs filesystem ??? --> smbclient command (which works): smbclient //anoop/a_c -UAdministrator * I enter the password and I connect successfully to his C: drive -->smbmount command(which fails) smbmount //anoop/a_c /a_c -UAdministrator * I have tried all the possible convolutions to the above quoting everything, trying with -C options, but all to no avail. Details: My...
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