search for: x210

Displaying 8 results from an estimated 8 matches for "x210".

Did you mean: 0x210
2007 Mar 10
3
long character string problem
...14*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(B23*(X13*x1+X23*x2)^2+C23)A24*(X14*x1+X24*x2)+-1*sqrt(B24*(X14*x1+X24*x2)^2+C24)A25*(X15*x1+X25...
2012 Aug 07
0
predicting test dataset response from training dataset with randomForest
...dat1$X169 <- as.factor(dat1$X169) > dat1$X200 <- as.factor(dat1$X200) > dat1$X202 <- as.factor(dat1$X202) > dat1$X203 <- as.factor(dat1$X203) > dat1$X205 <- as.factor(dat1$X205) > dat1$X206 <- as.factor(dat1$X206) > dat1$X209 <- as.factor(dat1$X209) > dat1$X210 <- as.factor(dat1$X210) > dat1$X225 <- as.factor(dat1$X225) > dat1$X269 <- as.factor(dat1$X269) > dat1$X283 <- as.factor(dat1$X283) > dat1$X290 <- as.factor(dat1$X290) > dat1$X432 <- as.factor(dat1$X432) > dat1$X434 <- as.factor(dat1$X434) > dat1$X455 <-...
2005 Jan 31
1
share mounted MANY times...
...n it mounts a windows XP system. Does anybody have any ideas? Is there a doc that I missed that covers this very thing? Any help (even a "Read the bloody man page here!" is appreciated. Thanks. -------------- Brian Johnson Systems Administrator ThermoAnalytics, Inc. Ph: 906-482-9560 x210 Fax: 906-482-9755 http://www.thermoanalytics.com
2005 Jun 08
1
Speex FLOP requirements
...er's FLOP performance? By comparison, would you share the wet/drystone performance figures for any of the test and development systems used during Speex development and test? Sincerely, Dave David Bardsley Electrical Engineer Product Development Pantel International Inc. Tel: 902 468 5998 x210 Fax: 902 468 6577 Web: www.InterTalk.ca
2018 May 24
0
Manipulation of data.frame into an array
...noting that a data frame is also a list and using do.call(): ## imp is the data frame: do.call(c,imp) X11 X12 X13 X14 X15 X16 X17 X18 X19 X110 X111 X112 X113 X114 1 2 1 2 1 2 1 2 1 2 1 2 1 2 X115 X116 X21 X22 X23 X24 X25 X26 X27 X28 X29 X210 X211 X212 1 2 0 1 0 1 1 1 0 1 0 1 0 1 X213 X214 X215 X216 Y1 Y2 Y3 Y4 Y5 Y6 Y7 Y8 Y9 Y10 1 1 0 1 1 2 3 4 5 6 7 8 1 2 Y11 Y12 Y13 Y14 Y15 Y16 3 4 5 6 7 8 So, e.g. for a 3 c...
2018 May 24
4
Manipulation of data.frame into an array
Hello everyone, I want to transform a data.frame into an array (lets call it mydata), where: mydata[[1]] is the first imputed dataset...and for each mydata[[d]], the first p columns are covariates X, and the last one is the outcome Y. Lets assume a simple data.frame: Imputed = data.frame( X1 = c(1,2,1,2,1,2,1,2, 1,2,1,2,1,2,1,2), X2 =
2018 May 24
2
Manipulation of data.frame into an array
...noting that a data frame is also a list and using do.call(): ## imp is the data frame: do.call(c,imp) X11 X12 X13 X14 X15 X16 X17 X18 X19 X110 X111 X112 X113 X114 1 2 1 2 1 2 1 2 1 2 1 2 1 2 X115 X116 X21 X22 X23 X24 X25 X26 X27 X28 X29 X210 X211 X212 1 2 0 1 0 1 1 1 0 1 0 1 0 1 X213 X214 X215 X216 Y1 Y2 Y3 Y4 Y5 Y6 Y7 Y8 Y9 Y10 1 1 0 1 1 2 3 4 5 6 7 8 1 2 Y11 Y12 Y13 Y14 Y15 Y16 3 4 5 6 7 8 So, e.g. for a 3 c...
2005 Apr 07
2
Order of boxes in boxplot()
Hi Sorry for such an inane question - how do I control the order in which the boxes are plotted using boxplot() when I pass it a formula and a data.frame? It seems that the groups are plotted in alphabetical order... I want to change this.... Many thanks Mick