search for: cba

Displaying 20 results from an estimated 49 matches for "cba".

Did you mean: ca
2006 Sep 05
2
Bugs with partial name matching during partial replacement (PR#9202)
...:13)),ABCD=13:1) > D M V ABCD 1 TRUE ZZ01 13 2 TRUE ZZ02 12 3 FALSE ZZ03 11 4 FALSE ZZ04 10 5 FALSE ZZ05 9 6 TRUE ZZ06 8 7 FALSE ZZ07 7 8 TRUE ZZ08 6 9 FALSE ZZ09 5 10 FALSE ZZ10 4 11 TRUE ZZ11 3 12 TRUE ZZ12 2 13 TRUE ZZ13 1 > D$CBA[D$M] = D$V[D$M] > D M V ABCD CBA 1 TRUE ZZ01 13 ZZ01 2 TRUE ZZ02 12 ZZ02 3 FALSE ZZ03 11 <NA> 4 FALSE ZZ04 10 <NA> 5 FALSE ZZ05 9 <NA> 6 TRUE ZZ06 8 ZZ06 7 FALSE ZZ07 7 <NA> 8 TRUE ZZ08 6 ZZ08 9 FALSE ZZ09 5 <NA> 10 F...
2006 Oct 16
1
Bugs with partial name matching during partial replacement (PR#9299)
...gt; 2 TRUE ZZ02 12 > 3 FALSE ZZ03 11 > 4 FALSE ZZ04 10 > 5 FALSE ZZ05 9 > 6 TRUE ZZ06 8 > 7 FALSE ZZ07 7 > 8 TRUE ZZ08 6 > 9 FALSE ZZ09 5 > 10 FALSE ZZ10 4 > 11 TRUE ZZ11 3 > 12 TRUE ZZ12 2 > 13 TRUE ZZ13 1 > > D$CBA[D$M] = D$V[D$M] > > D > M V ABCD CBA > 1 TRUE ZZ01 13 ZZ01 > 2 TRUE ZZ02 12 ZZ02 > 3 FALSE ZZ03 11 <NA> > 4 FALSE ZZ04 10 <NA> > 5 FALSE ZZ05 9 <NA> > 6 TRUE ZZ06 8 ZZ06 > 7 FALSE ZZ07 7 <NA> > 8 TRUE...
2010 Jul 14
4
reverse string
Dear all, Are there any functions in R to reverse the order of the string. smth like reverse("abc") to get "cba"? Thanks a lot. [[alternative HTML version deleted]]
2010 Aug 05
0
Incorrect NetBios Hostname on LDAP packet
...ller to IP addresses are missing or contain incorrect addresses. - Domain controllers registered in DNS are not connected to the network or do not work. In smb.conf file netbios name is ?PRZEMEK-LAPTOP?. In captured packet in line 6 on the CLDAP packet from server to client http://www.psalask.cba.pl/foto1.jpg I saw that NetBios Hostname is ?\\PRZEMEK-LAPTOP? http://www.psalask.cba.pl/foto2.jpg . NetBios Hostname is taken by LDAP from smb.conf because when I change netbios name on this file, CLDAP packet is changing to. I include captured packet from attempt to connect to domain on Samba...
2012 Oct 05
2
R: machine for moderately large data
...all, I would like to ask your advice about a suitable computer for the following usage. I (am starting to) work with moderately big data in R: - cca 2 - 20 million rows * 100 - 1000 columns (market basket data) - mainly clustering, classification trees, association analysis (e.g. libraries rpart, cba, proxy, party) Can you recommend a sufficient computer for this volume? I am routinely working in Windows but feel that Mac or some linux machine might be needed. Please, respond directly to my email. Many thanks! Zdenek Skala zdenek.skala@gfk.com [[alternative HTML version deleted]]
2010 Jul 23
1
Joining windows xp to Samba 4 PDC
...dp IN SRV 0 100 88 przemek-laptop ; ; kpasswd _kpasswd._tcp IN SRV 0 100 464 przemek-laptop _kpasswd._udp IN SRV 0 100 464 przemek-laptop ; ; heimdal 'find realm for host' hack _kerberos IN TXT FIRMA.LOCAL I also include captured packet from attempt to connect to domain www.psalask.cba.pl/packet_samba4.pcap <http://www.psalask.cba.pl/packet_samba4.pcap> I saw that on line 6 in packet CLDAP that NetBios Hostname is \\PRZEMEK-LAPTOP although on smb.conf netbios name is PRZEMEK-LAPTOP. If I correct net bios name on smb.conf to \\PRZEMEK-LAPTOP then on CLDAP packet NetBios...
2008 Apr 17
1
Finding a path using the Graph package
...specified nodes in the excellent graph package (R vers 2.5.0). I have a class(graphAM) object and need to determine all possible pathways in this object. Here's an example: In the simple case of a--b--c (where -- denotes "conected to") the list of all pathways would be: ab ba abc cba cb bc. Thanks in advance, Dan
2008 Nov 08
1
Clustering and functions
I am new to R and have written a function that clusters on subsets of a big data data set with 60,000 points. I am not sure why, but I keep getting a run-time error. Any suggestions would be greatly appreciated. Here is the code: library(cba) d<-read.csv("data.csv", header=TRUE) v<-c(53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,21,72 73,74,75,76,77,78) clusterMe<-function(d,v){ tempMat<-subset(d,d[,v[1]]=="TRUE") rc<-rockCluster(tempMat,n=5,theta=.2) tempMat<-cbind(tempMat,rc$cl) M&...
2007 Sep 13
1
rearrange problem
Hi All, I am trying to rearrange alphabetically each element in a character vector. ex: say the first element in the vector is "cba", and my goal is to turn it into "abc". The suggested function to use is sort(). But it turns out that sort doesn't work at the level of element. So I am wondering that if there is an alternative function for this purpose. Please help me out . Thanks. -- View this message in co...
2013 Feb 25
1
frequency table-visualization for complex categorical variables
...rs, I have three questions measuring close relationships. The questions are same and the respondents put the answer in order. I'd like to examine the pattern of answers and visualize it. For example q1 (A,B,C,D,E) and q2 and q3 are the same. If the respondents selects A B C (so BCA or BAC or CBA or CAB), I'd like to construct frequency table for ABC and other combinations for example DEF. Unfortunately, there are many answers, and three-way contingency table includes lots of cells which make it diffucult to interpret and requires lots of extra work to organize data. What is the best...
2004 Jul 22
1
How to calculate the price for Asterisk based Solution
Hi, We have potential client which would like to offer to him VoIP solution for 2000 subscribers (SIP based Phones) and 2 x PRI ISDN interfaces to the PSTN. In the next stage the subscribers will be increased up to 13,000. Because I am not haven't done similar big project I don't know how to calculate the price. The one way is using number of subscribers and the other is using PSTN
2008 Nov 24
1
Problem with Samba
...dap ssl = no hosts allow = localhost,calm-kens-27,192.147.114.,192.147.114.54,10.20.201.59,10.20.200.119,10.20.201.88,10.20.201.175 hosts deny = All ;hosts allow = all encrypt passwords = yes browseable = no ;smb passwd file = /etc/samba/smbpasswd [CBA] path = /u02/prod/clmfinpr/clmfinprappl/calm/11.5.0/secure comment = "DEC read only share" read only = Yes guest ok = no ;force user = finance ;force group = sw_user hide dot files = No inherit permissions = Yes _____________...
2016 Feb 23
4
iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param)
...t;work" for this encoding: > fn <- tempfile("ffoo"); ff <- file(fn, open="w", encoding = "UTF-16LE") > writeLines(LETTERS[3:1], ff); writeLines("|", ff); writeLines(">a", ff) > close(ff) > file.show(fn) CBA|> > file.size(fn) [1] 5 > >> The problem seems to be the iconv function: >> >> iconv("foo", to="UTF-16") >> >> produces >> >> Error in iconv("foo", to = "UTF-16"):...
2013 Jan 17
2
error installing KEGGSOAP
...able, cannot update packages 'acepack', 'actuar', 'ada', 'ade4', 'ade4TkGUI',   'agricolae', 'akima', 'ape', 'aplpack', 'arules', 'bitops', 'boot', 'Cairo', 'car', 'caTools', 'cba',   'chron', 'class', 'clue', 'cluster', 'coda', 'colorspace', 'CompQuadForm', 'corpcor', 'DAAG', 'date',   'deldir', 'descr', 'deSolve', 'devtools', 'digest', 'diptest...
2016 Feb 24
2
iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param)
...; fn <- tempfile("ffoo"); ff <- file(fn, open="w", encoding = "UTF-16LE") >> > writeLines(LETTERS[3:1], ff); writeLines("|", ff); writeLines(">a", ff) >> > close(ff) >> > file.show(fn) >> CBA|> >> > file.size(fn) >> [1] 5 >> > > > With the patch applied: > > > readLines(fn, encoding="UTF-16LE", skipNul=TRUE) > [1] "C" "B" "A" "|" ">a" > > fi...
2016 Feb 25
2
iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param)
...> fn <- tempfile("ffoo"); ff <- file(fn, open="w", encoding = "UTF-16LE") >> > writeLines(LETTERS[3:1], ff); writeLines("|", ff); writeLines(">a", ff) >> > close(ff) >> > file.show(fn) >> CBA|> >> > file.size(fn) >> [1] 5 >> > > > With the patch applied: > > > readLines(fn, encoding="UTF-16LE", skipNul=TRUE) > [1] "C" "B" "A" "|" ">a" > > file....
2011 Oct 05
2
AsOf join in R
Hi, I tried to google for any solution for asof join operator in R. But I couldn't find one. The asof join operator AsOf(A,B) merges 2 time series by looking for latest available value of B prior to each time point in A. For example, A <- xts(c(10,15,20,25), order.by=as.POSIXct(c("2011-09-01","2011-09-09","2011-09-10","2011-09-15")) B <-
2016 Feb 23
1
iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param)
...; fn <- tempfile("ffoo"); ff <- file(fn, open="w", encoding = "UTF-16LE") > > > writeLines(LETTERS[3:1], ff); writeLines("|", ff); writeLines(">a", ff) > > > close(ff) > > > file.show(fn) > > CBA|> > > > file.size(fn) > > [1] 5 > > > > > With the patch applied: > > > readLines(fn, encoding="UTF-16LE", skipNul=TRUE) > [1] "C" "B" "A" "|" ">a" > > fi...
2007 Feb 13
1
Unable to load RMySQL
Hi R users, I am unable to load RMySQL. The zip file is not available which I guess is needed to load this pakage. I also tried extracting the package from RMySQL_0.5-11.tar.gz and then pasted the package in the directory where R is loaded for which I am getting the following error message "Error in library(RMySQL) : 'RMySQL' is not a valid package -- installed <
2007 Mar 12
2
distance metrics
Hello: Does anyone know if there exists a package that handles methods for [ for dist objects? I would like to access a dist object using matrix notation e.g. dMat = dist(x) dMat[i,j] Thanks in advance to anyone who can point me in the right direction. [[alternative HTML version deleted]]