search for: b18

Displaying 20 results from an estimated 21 matches for "b18".

Did you mean: 18
2007 Oct 24
3
how to loop over a group of variables?
Hi All, I have a data frame with a group of variables named b1, b2, b3, ..., b18. These variables take the value 1, 2 or NA. For each observation, I want to do some computation by looping over the values for the group of variables: b1 to b18. In STATA I would do: forval i=1/18 { --- use b`i' for computation ---- } How can this be done in R? Deepankar
2010 May 27
1
stripplot, lattice
...1SW 0 3 B B12 B12NO 0 5 B B12 B12NW 0 6 B B12 B12SO 0 7 B B12 B12SW 0 2 B B13 B13NO 0 5 B B13 B13NW 0 8 B B13 B13SO 0 10 B B13 B13SW 0 10 B B14 B14NO 0 9 B B14 B14NW 0 3 B B14 B14SO 0 9 B B14 B14SW 0 6 B B15 B15NO 0 2 B B15 B15NW 0 5 B B15 B15SO 0 1 B B15 B15SW 0 6 B B17 B17NW 0 8 B B17 B17SW 0 7 B B18 B18NO 0 7 B B18 B18NW 0 2 B B18 B18SO 0 6 B B18 B18SW 0 7 B B2 B2NO 0 5 B B2 B2NW 0 3 B B2 B2SO 0 2 B B2 B2SW 0 3 B B4 B4NO 0 9 B B4 B4NW 0 9 B B4 B4SO 0 9 B B4 B4SW 0 9 B B7 B7NO 0 5 B B7 B7NW 0 7 B B7 B7SO 0 4 B B7 B7SW 0 2 B B8 B8NO 0 8 B B8 B8NW 0 4 B B8 B8SW 0 8 B B9 B9NO 0 5 B B9 B9NW 0 8 B B...
2005 Jan 05
5
Polycom IP500 - problems with multiple simultaneous calls
...oesn't do what I want looks like this: ; The first line appearance is registered to 18, the second to 1802, and the third to 1803 exten => 18,1,Dial(SIP/18,20) exten => 18,2,Voicemail(u18) exten => 18,102,Goto(1802,1) exten => 1802,1,Dial(SIP/1802,20) exten => 1802,2,Voicemail(b18) exten => 1802,102,Goto(1803,1) exten => 1803,1,Dial(SIP/1803,20) exten => 1803,2,Voicemail(b18) exten => 1803,102,Voicemail(b18) exten => 1803,103,Hangup I guess the phone just doesn't register as busy when there is only one call on a line. It has to have two calls on a line...
2007 Mar 10
3
long character string problem
...2+C12)A13*(X13*x1+X23*x2)+-1*sqrt(B13*(X13*x1+X23*x2)^2+C13)A14*(X14*x1+X24*x2)+-1*sqrt(B14*(X14*x1+X24*x2)^2+C14)A15*(X15*x1+X25*x2)+1*sqrt(B15*(X15*x1+X25*x2)^2+C15)A16*(X16*x1+X26*x2)+1*sqrt(B16*(X16*x1+X26*x2)^2+C16)A17*(X17*x1+X27*x2)+1*sqrt(B17*(X17*x1+X27*x2)^2+C17)A18*(X18*x1+X28*x2)+1*sqrt(B18*(X18*x1+X28*x2)^2+C18)A19*(X19*x1+X29*x2)+-1*sqrt(B19*(X19*x1+X29*x2)^2+C19)A110*(X110*x1+X210*x2)+1*sqrt(B110*(X110*x1+X210*x2)^2+C110)" > cum2 [1] "A21*(X11*x1+X21*x2)+1*sqrt(B21*(X11*x1+X21*x2)^2+C21)A22*(X12*x1+X22*x2)+1*sqrt(B22*(X12*x1+X22*x2)^2+C22)A23*(X13*x1+X23*x2)+-1*sqrt(...
2005 Jan 06
0
FW: Re: Polycom IP500 - problems with multiplesimultaneous calls
...this: > > ; The first line appearance is registered to 18, the second to 1802, > and the third to 1803 exten => 18,1,Dial(SIP/18,20) exten => > 18,2,Voicemail(u18) exten => 18,102,Goto(1802,1) > > exten => 1802,1,Dial(SIP/1802,20) > exten => 1802,2,Voicemail(b18) > exten => 1802,102,Goto(1803,1) > > exten => 1803,1,Dial(SIP/1803,20) > exten => 1803,2,Voicemail(b18) > exten => 1803,102,Voicemail(b18) > exten => 1803,103,Hangup > > I guess the phone just doesn't register as busy when there is only one > call o...
2010 Feb 04
1
Bug in as.character? (PR#14206)
...long formula which is converted using as.character, looses its last part: ``diagonal = 1e-12)'' Shorter formula is ok though. Best, H??vard ************ Browse[2]> formula.str y ~ -1 + b1 + b2 + b3 + b4 + b5 + b6 + b7 + b8 + b9 + b10 + b11 + b12 + b13 + b14 + b15 + b16 + b17 + b18 + b19 + b20 + b21 + b22 + b23 + b24 + b25 + b26 + b27 + b28 + b29 + b30 + b31 + b32 + b33 + b34 + b35 + b36 + b37 + b38 + b39 + b40 + b41 + b42 + b43 + b44 + b45 + b46 + b47 + b48 + b49 + elevation + f(idx, model = "sphere", sphere.dir = "global_temperature_80s&qu...
2005 Jan 05
0
Polycom IP500 - problems with multiplesimultaneous calls
...doesn't do what I want looks like this: ; The first line appearance is registered to 18, the second to 1802, and the third to 1803 exten => 18,1,Dial(SIP/18,20) exten => 18,2,Voicemail(u18) exten => 18,102,Goto(1802,1) exten => 1802,1,Dial(SIP/1802,20) exten => 1802,2,Voicemail(b18) exten => 1802,102,Goto(1803,1) exten => 1803,1,Dial(SIP/1803,20) exten => 1803,2,Voicemail(b18) exten => 1803,102,Voicemail(b18) exten => 1803,103,Hangup I guess the phone just doesn't register as busy when there is only one call on a line. It has to have two calls on a line...
1998 Jun 06
1
R-beta: makefile command line for recreating dynload demo dll
Hi, I have gnuwin32 (b18) and the rw0613b.zip version of R. With regards to (re)making the dynload dll demo given (zero.dll) could anyone tell me what the command line for the makefile should be. ie, make -f Makefile.in ...? Thanks for any help -- Douglas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2007 Oct 25
2
the difference between temp and .temp
...{ > .temp <- yourDataFrame[[paste('b', i, sep='')]] > .... use .temp .... > } > > > On 10/24/07, DEEPANKAR BASU <basu.15 at osu.edu> wrote: > > Hi All, > > > > I have a data frame with a group of variables named b1, b2, b3, ..., b18. These variables take the value 1, 2 or NA. For each observation, I want to do some computation by looping over the values for the group of variables: b1 to b18. In STATA I would do: > > > > forval i=1/18 { > > --- use b`i' for computation ---- > > } > > > >...
1998 Jun 09
1
R-beta: R-beta makefile
>This mean that the specs file of Cygnus gcc is different from the >mingw32 one. OK thanks (I added main() {} as per FAQ and I got the dynload to build a dll ok) I am also interested in building the R sources as per your descriptions. To simplify things, I have removed b18 cygwin and have now installed egcs-mingw32 with your djtools as recommended. Everything seems to work OK; tools that are present run faster, and I can still build the dynaload dll example. However, on going to (/R-0.61.3/src/gnuwin32)$ and typing "make" I get: *** No rule to make tar...
2010 Mar 18
2
aumentar tamaño de memoria a mas de 4Gb‏
...################################################################ # Part 1: calibration library(e1071) #calibration step calibrate<-read.table("calibration.txt", header=TRUE) calibrate$calibration<-as.factor(calibrate$calibration) calibrate.rf<-svm(calibration~B1+B14+B15+B16+B17+B18+B19+B20+B21+B24+B25+B26+B51+B52+B53+B54+B55+B56+B57+B58+B59+B60+B61+B62, data=calibrate, cost=6.8, gamma=0.08) #################################################################################################################### ######################################################################...
2006 Dec 31
7
zero random effect sizes with binomial lmer
...,0,0) b7 <- c(0,0,0,0,0,0,0) b8 <- c(0,0,0,0,0,0,0) b9 <- c(0,0,0,0,0,0,0) b10 <- c(0,0,0,0,0,0,0) b11 <- c(0,0,0,0,0,0,0) b12 <- c(0,0,0,0,0,0,0) b13 <- c(0,0,0,0,0,0,1) b14 <- c(0,0,0,0,0,0,1) b15 <- c(0,0,0,0,0,1,0) b16 <- c(0,0,0,0,1,0,0) b17 <- c(0,0,0,1,0,0,0) b18 <- c(0,0,1,0,0,0,0) b19 <- c(0,1,0,0,0,1,0) b20 <- c(0,1,0,0,0,1,0) b21 <- c(0,0,0,1,0,1,1) b22 <- c(1,0,0,1,0,1,1) b23 <- c(1,0,1,1,0,1,0) bb <- rbind (b1,b2,b3,b4,b5,b6,b7,b8,b9,b10,b11,b12,b13,b14,b15,b16,b17,b18,b19,b20, b21,b22,b23) a <- array(0, c(161,3), list(NULL,...
2006 Dec 31
0
(no subject)
...,0,0) b7 <- c(0,0,0,0,0,0,0) b8 <- c(0,0,0,0,0,0,0) b9 <- c(0,0,0,0,0,0,0) b10 <- c(0,0,0,0,0,0,0) b11 <- c(0,0,0,0,0,0,0) b12 <- c(0,0,0,0,0,0,0) b13 <- c(0,0,0,0,0,0,1) b14 <- c(0,0,0,0,0,0,1) b15 <- c(0,0,0,0,0,1,0) b16 <- c(0,0,0,0,1,0,0) b17 <- c(0,0,0,1,0,0,0) b18 <- c(0,0,1,0,0,0,0) b19 <- c(0,1,0,0,0,1,0) # differs b20 <- c(0,1,0,0,0,1,0) b21 <- c(0,0,0,1,0,1,1) b22 <- c(1,0,0,1,0,1,1) b23 <- c(1,0,1,1,0,1,0) bb <- rbind(b1,b2,b3,b4,b5,b6,b7,b8,b9,b10,b11,b12,b13,b14,b15,b16,b17,b18,b19,b20,b21,b22,b23) a <- array(0, c(161,3), li...
2006 Dec 31
2
zero random effect sizes with binomial lmer [sorry, ignore previous]
...,0,0) b7 <- c(0,0,0,0,0,0,0) b8 <- c(0,0,0,0,0,0,0) b9 <- c(0,0,0,0,0,0,0) b10 <- c(0,0,0,0,0,0,0) b11 <- c(0,0,0,0,0,0,0) b12 <- c(0,0,0,0,0,0,0) b13 <- c(0,0,0,0,0,0,1) b14 <- c(0,0,0,0,0,0,1) b15 <- c(0,0,0,0,0,1,0) b16 <- c(0,0,0,0,1,0,0) b17 <- c(0,0,0,1,0,0,0) b18 <- c(0,0,1,0,0,0,0) b19 <- c(0,1,0,0,0,1,0) b20 <- c(0,1,0,0,0,1,0) b21 <- c(0,0,0,1,0,1,1) b22 <- c(1,0,0,1,0,1,1) b23 <- c(1,0,1,1,0,1,0) bb <- rbind (b1,b2,b3,b4,b5,b6,b7,b8,b9,b10,b11,b12,b13,b14,b15,b16,b17,b18,b19,b20, b21,b22,b23) a <- array(0, c(161,3), list(NULL,c(...
2010 Apr 05
3
bootstrap confidence intervals, non iid
...quot;, "A12", "A14", "A15", "A16", "A17", "A18", "A19", "A20", "A5", "A7", "A8", "B1", "B12", "B13", "B14", "B15", "B17", "B18", "B2", "B4", "B7", "B8", "B9", "C1", "C10", "C11", "C15", "C17", "C18", "C19", "C2", "C20", "C3", "C4", "C6", "D1&quo...
2010 Apr 12
3
glmer with non integer weights
...1", "A12", "A14", "A15", "A16", "A17", "A18", "A19", "A20", "A5", "A7", "A8", "B1", "B12", "B13", "B14", "B15", "B17", "B18", "B2", "B4", "B7", "B8", "B9", "C1", "C10", "C11", "C15", "C17", "C18", "C19", "C2", "C20", "C3", "C4", "C6", "D1&quot...
2002 Nov 09
2
importing data from Excel using RODBC
Hi, I used RODBC to import data from an Excel spreadsheet "*.xls", but some columns were returned as zeros. When I looked at these columns in Excel, I found that thery are results of formula calculations and not entry. My question is: Is there any parameter or command I need to use in order to overcome this problem? Thank you Ahmad Abu Hammour
2007 Aug 16
2
Newbie
...06/2007 Ballysallagh 0 B13 FALSE 1 A 0 1 5 0 0 0 4 45 23.93 5 15/06/2007 Ballysallagh 0 B16 FALSE 1 A 1 1 0 4 0 0 0 1 34.19 6 15/06/2007 Ballysallagh 0 B17 FALSE 1 A 1 1 5 0 0 0 0 0 25.02 7 15/06/2007 Ballysallagh 0 B18 FALSE 1 A 1 1 5 0 0 0 0 7 33.06 8 12/06/2007 Ballysallagh 0 B5 FALSE 1 A 1 1 4 0 0 0 0 2 23.55 9 12/06/2007 Ballysallagh 0 B6 FALSE 1 A 1 1 4 0 0 0 0 2 22.67 10 12/06/2007 Ballysallagh 0 B7 FALSE 1 A 1 1...
2010 May 19
2
contrasts for lmer model
...quot;, "A12", "A14", "A15", "A16", "A17", "A18", "A19", "A20", "A5", "A7", "A8", "B1", "B12", "B13", "B14", "B15", "B17", "B18", "B2", "B4", "B7", "B8", "B9", "C1", "C10", "C11", "C15", "C17", "C18", "C19", "C2", "C20", "C3", "C4", "C6", "D1&qu...
2013 Apr 22
7
Multiple lon lat points in the map with ggplot2
Hello R users, For the last few days I am struggling with the following task: my data.frame: A1 A2 A3 B1 B2 B3 58.81 53.292 54.501 13.013 17.39 19.407 56.02 56.251 54.033 20.099 13.15 10.411 55.376 53.099 57.625 13.396 21.031 13.22 58.584 53.194 54.218 13.038 16.854 19.289 55.7 55.921 53.847 19.942 13.153 9.828 55.093 52.934