search for: unanswerable

Displaying 20 results from an estimated 29 matches for "unanswerable".

2016 Apr 10
0
what is the faster way to search for a pattern in a few million entries data frame ?
...y but I > didn't manage to fully understand the issue. > > I am sure their is some other smart way to do that. Any good > article/blogs or suggestion that can give me some guidance ? Didn't you post the same question yesterday? Perhaps nobody answered because your question is unanswerable. You need to describe what the strings are like and what the patterns are like if you want advice on speeding things up. Duncan Murdoch
2016 Apr 10
5
what is the faster way to search for a pattern in a few million entries data frame ?
Hi Duncan, > Didn't you post the same question yesterday? Perhaps nobody answered > because your question is unanswerable. sorry, I got a email that my message was waiting for approval and when I look at the forum I didn't see my message and this is why I sent it again and this time I did check that the format of my message was text only. Sorry for the noise. > You need to describe what the strings are like...
2016 Apr 10
2
what is the faster way to search for a pattern in a few million entries data frame ?
Hi there, I have a data frame DF with 40 millions strings and their frequency. I am searching for strings with a given pattern and I am trying to speed up this part of my code. I try many options but so far I am not satisfied. I tried: - grepl and subset are equivalent in term of processing time grepl(paste0("^",pattern),df$Strings) subset(df,
2017 Nov 21
0
Best way to study internals of R ( mix of C, C++, Fortran, and R itself)?
1) What is easy for one person may be very hard for another, so your question is really unanswerable. You do need to know C and Fortran to get through the source code. Get started soon reading the R Internals document if it sounds interesting to you... you are bound to learn something even if you don't stick with it. If you have questions about the internals though, you should read the Posting...
2015 Jun 25
6
LVM hatred, was Re: /boot on a separate partition?
...igure Webmin to use https only, and then only start the webmin service when you are performing maintenance. There are less draconian measures that are in my opinion equally secure from a practical standpoint but I am sure that you can figure those out on your own. The transparency issue is really unanswerable. There exists a school of thought that if you are going to administer a Linux system (or OS of the proponent's choice) then you should learn the command syntax of every command that you are called upon to use. This is the one-and-only path to enlightenment. Like upholding motherhood and prom...
2017 Nov 21
3
Best way to study internals of R ( mix of C, C++, Fortran, and R itself)?
How difficult is it to get a good feel for the internals of R, if you want to learn the general code base, but also the CPU intensive stuff ( much of it in C or Fortran?) and the ways in which the general code and the CPU intensive stuff is connected together? R has a very large audience, but my understanding is that only a small group have a good understanding of the internals (and some of those
2024 Apr 07
1
Question regarding reservoir volume and water level
Aside from the fact that the original question might well be a class exercise (or homework), the question is unanswerable given the data given by the original poster. One needs to know the dimensions of the reservoir, above and below the current waterline. Are the sides, above and below the waterline smooth? Is the region currently above the waterline that can store water a mirror image of the region below the waterli...
2007 Jul 19
2
Information
I have Windows XP on my computer. I am trying to access the audio on a file that my client has sent me. The message says: Codec is missig. Speex Voice A109 is not installed on your computer. When I try to install it from the internet, it tells me it cannot be installed. Can you give me any help on installing Speex Voice A109 so I can access the audio? Ann Felkins 308-235-4416 e-mail:
2010 Aug 09
1
error (code 12)
Hi, I am runing R on my mac and I get this error: R(206,0xa01ad720) malloc: *** mmap(size=4000002048) failed (error code=12) *** error: can't allocate region *** set a breakpoint in malloc_error_break to debug R(206,0xa01ad720) malloc: *** mmap(size=4000002048) failed (error code=12) *** error: can't allocate region *** set a breakpoint in malloc_error_break to debug Is there any an
2011 Jan 14
1
Selecing the E1 cards for the call center
Hi All; We would like to build a call center having 2 E1, but we would like to know which card to select: Sangoma or Digium? And card type to be PCI express or PCI 5.0V or PCI 3.3V ? Any advise or special recommendations for the call center? Regards Bilal
2011 Jan 16
1
Selecting the E1 cards for the call
...electrical power, which one? Is the PCI express doing this? Regards Bilal -------------------------- > While we're at it, can someone please tell me whether I > should be using > vi or emacs? ;-) > > Many thanks, > > Tom > > PS: Bilal: You have asked a nearly unanswerable question. > Some prefer > one, some prefer the other. Both cards are quality items. I > can say that > I only have experience with Sangoma T1/E1 cards, but our > Digium FXO/FXS > card works well, too. > > On 01/14/2011 12:42 PM, bilal ghayyad wrote: > > Hi All; &gt...
2012 Apr 01
1
Possibly more coefficients?
Hi there, I have this code: Prepared_Data <- na.omit(read.csv("Prepared_Data.csv", header=TRUE)) pd <- Prepared_Data[,-3] ## data minus response variable lev <- sapply(pd,function(x) length(unique(x))) ## total parameters for n variables par(las=1,bty="l") plot(cumprod(lev),log="y") library(Matrix) m <- sparse.model.matrix(~.^2,data=pd) ncol(m)
2007 Apr 07
1
OT: general question re processor, l2 and l3 cache etc
Greetings Please forgive the OT question yet I highly value the experience and wisdom on this list I am wondering if anyone here can address the performance difference between having a processor board with say 256KB L2 *and* 2048KB L3 cache *VERSUS* just having the same processor board with just the L2 cache in a centos server environment... Please figure that all other necessary and related
2012 Nov 22
1
error message in Linkcomm package
Dear All, Some of the functions in Linkcomm return an error: unused argument(s) (v = V(x$igraph)) Although I follow the guidance in the manual a number of the functions return this error. The igraph vector is an edgelist. Many thanks for any guidance. Best, Nick
2024 Apr 07
1
Question regarding reservoir volume and water level
...das <ruipbarradas at sapo.pt>; javad bayat <j.bayat194 at gmail.com>; R-help <R-help at r-project.org> Subject: Re: [R] Question regarding reservoir volume and water level Aside from the fact that the original question might well be a class exercise (or homework), the question is unanswerable given the data given by the original poster. One needs to know the dimensions of the reservoir, above and below the current waterline. Are the sides, above and below the waterline smooth? Is the region currently above the waterline that can store water a mirror image of the region below the waterli...
2013 Feb 17
2
Multidimensional correlation matrix question
Hello, I previously sent this message which was stripped off due to HTML mail. Sorry! Thanks. Hello All, I am new to the list. I have been learning to use R recently and its been great to see so much help available. However I must admit, I have stumbled upon a problem with correlation matrices and was hoping if someone could help. I have an excel workbook with a sheet per drug. Each sheet
2015 Jun 25
0
LVM hatred, was Re: /boot on a separate partition?
...then only start the webmin service when you are performing > maintenance. > > There are less draconian measures that are in my opinion equally > secure from a practical standpoint but I am sure that you can figure > those out on your own. > > The transparency issue is really unanswerable. There exists a school > of thought that if you are going to administer a Linux system (or OS > of the proponent's choice) then you should learn the command syntax of > every command that you are called upon to use. This is the > one-and-only path to enlightenment. Like upholding...
2016 Apr 10
0
what is the faster way to search for a pattern in a few million entries data frame ?
...ngs) match.ind [1] 2 11 91 133 169 444 547 605 734 943 Jim On Mon, Apr 11, 2016 at 5:27 AM, Fabien Tarrade <fabien.tarrade at gmail.com> wrote: > Hi Duncan, >> >> Didn't you post the same question yesterday? Perhaps nobody answered >> because your question is unanswerable. > > sorry, I got a email that my message was waiting for approval and when I > look at the forum I didn't see my message and this is why I sent it again > and this time I did check that the format of my message was text only. Sorry > for the noise. >> >> You need to...
2017 Sep 18
1
Block internet access for some users on the LAN ?
On 9/18/2017 10:03 AM, Nicolas Kovacs wrote: > This year the school's director wants to completely block Internet > access for all the student's personal devices. MAC addresses can easily be forged, IP addresses can easily be changed, none of that is secure if its on the same network segment The student's personal devices should be on a completely different 'guest'
2024 Apr 07
1
Question regarding reservoir volume and water level
?s 13:27 de 07/04/2024, javad bayat escreveu: > Dear all; > I have a question about the water level of a reservoir, when the volume > changed or doubled. > There is a DEM file with the highest elevation 1267 m. The lowest elevation > is 1230 m. The current volume of the reservoir is 7,000,000 m3 at 1240 m. > Now I want to know what would be the water level if the volume rises to