similar to: vectorized way to combine levels of a factor

Displaying 20 results from an estimated 130 matches similar to: "vectorized way to combine levels of a factor"

2008 Jan 24
3
Newbie needs help
Hello, I have an old crossword program that runs OK on Win98, WinMe, and XP. I have installed, via yum, wine and wine-devel and the associated dependencies on my Fedora 8 system. I have copied all the files from the program's install floppy to a directory in my home folder, the same as installing it on XP. However, when the program tries to access the word files it fails and says to see
2008 May 08
1
significance threshold in CCF
Hi everyone, When the CCF between two series of observations is plotted in R, a line indicating (presumably) the significance threshold appears across the plot. Does anyone know how this threshold is determined (it is different for each set of series) and how its value can be extracted from R? I've tried saving the CCF into an object and unclassing the object, but there's nothing there to
2007 Mar 22
3
[LLVMdev] a question about constant fold for fdiv
Hello, I have a question about the constant folding for fdiv instructions. For the instruction "fdiv double 0.0, 0.0", the folded result is inf. I think this should be nan. Can anyone tell me why it is not nan? Thanks. Leo _________________________________________________________________ Exercise your brain! Try Flexicon.
2007 Apr 29
1
100 users - voip lan security and qos ?
i have a customer that needs to plug the phones into the pc's using the pass-through rj45 available on most sip phones the question they are asking me is how to keep the data network separate from / secure from the voip network i understand they can set up vlans but i am hazy on a few details 1 since the phones are plugged into the pc's how will the phones be segmented into their own
2007 Mar 22
0
[LLVMdev] a question about constant fold for fdiv
On Thu, 2007-03-22 at 15:50 -0700, leo han wrote: > Hello, I have a question about the constant folding for fdiv instructions. > For the instruction "fdiv double 0.0, 0.0", the folded result is inf. I > think this should be nan. Can anyone tell me why it is not nan? I think the specification says that it is "undefined" so any value will do. inf is just as undefined
2007 May 05
1
rsync --delete-existing needed
Hi, I made the mistake of doing an rsync of a directory into the wrong destination, so that the destination became a mix of two directories of unrelated files. Top unravel the mess, I could need something like a --delete-existing option. The semantics would be to delete at the destination ONLY those files that exists at the source. I tried to concoct a combination of options that would do
2017 Nov 07
0
Revolutions blog: October 2017 roundup
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests have written about R every weekday at the Revolutions blog (http://blog.revolutionanalytics.com) and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of October: A recent survey of
2003 Oct 30
0
R News Volume 3/2
We have published the 2003/2 issue of R News on http://cran.R-project.org/doc/Rnews where you can download the newsletter as PDF or Postscript file. It will propagate to the CRAN mirrors within a day or two. Contents of this issue: R Help Desk Integrating grid Graphics Output with Base Graphics Output A New Package for the
2003 Oct 30
0
R News Volume 3/2
We have published the 2003/2 issue of R News on http://cran.R-project.org/doc/Rnews where you can download the newsletter as PDF or Postscript file. It will propagate to the CRAN mirrors within a day or two. Contents of this issue: R Help Desk Integrating grid Graphics Output with Base Graphics Output A New Package for the
2003 Jun 05
0
R News Volume 3/1
We have published the 2003/1 issue of R News on http://cran.R-project.org/doc/Rnews where you can download the newsletter as PDF or Postscript file. It will propagate to the CRAN mirrors within a day or two. Contents of this issue: Name Space Management for R Converting Packages to S4 The genetics Package Variance Inflation Factors 13 Building Microsoft Windows Versions of R and R
2003 Jun 05
0
R News Volume 3/1
We have published the 2003/1 issue of R News on http://cran.R-project.org/doc/Rnews where you can download the newsletter as PDF or Postscript file. It will propagate to the CRAN mirrors within a day or two. Contents of this issue: Name Space Management for R Converting Packages to S4 The genetics Package Variance Inflation Factors 13 Building Microsoft Windows Versions of R and R
2008 Jul 13
1
Photoshop CS2 Crash under Wine, "Unable to continue because of a hardware or system error. Sorry, but this error is unrecoverable."
I recently came across a post (circa jan-feb 2008) where a user had encountered a fatal and unrecoverable crash when starting Photoshop for the second or subsequent time. I've noticed that this issue has happened to many people, myself included while installing it on someone's system today, and that, while there is a short-term workaround (noted below), nobody has yet posted an actual
2010 Apr 07
1
Vectorized forms of isTRUE, identical and all.equal?
Dear all, I'm wondering if there exist vectorized forms of 'isTRUE()', 'identical()' and 'all.equal()'. My problem is that I wish to test if each element of a vector is equal to a particular value (or numerically close), whilst dealing carefully with NAs and so on. However, using sapply() with identical() is very slow because it makes so many separate function calls:
2010 May 29
2
[LLVMdev] Vectorized LLVM IR
> > <32 x float> takes up 8 SSE registers; you're likely running into > issues with register pressure. Does it work better if you use > something smaller like <4 x float>? > > Besides that, I don't see any obvious issues. > > -Eli You are right yes. The code works faster with <4 x float> types, with still works a bit slower than the scalar
2010 May 29
0
[LLVMdev] Vectorized LLVM IR
On Sat, May 29, 2010 at 1:23 AM, Stéphane Letz <letz at grame.fr> wrote: >> >> <32 x float> takes up 8 SSE registers; you're likely running into >> issues with register pressure.  Does it work better if you use >> something smaller like <4 x float>? >> >> Besides that, I don't see any obvious issues. >> >> -Eli > >
2012 Nov 26
0
[LLVMdev] Flag to print vectorized loops
Hi Sebastian, Thanks for looking at this. I don't think that printing to stdout is the right thing to do. I think that we need to go through the clang driver. Nadav On Nov 26, 2012, at 3:20 PM, Sebastian Pop <spop at codeaurora.org> wrote: > Hi, > > Nadav Rotem wrote: >> >> On Nov 26, 2012, at 1:46 PM, Sebastian Pop <spop at codeaurora.org> wrote:
2012 Nov 26
1
[LLVMdev] Flag to print vectorized loops
Nadav Rotem wrote: > I don't think that printing to stdout is the right thing to do. I think that > we need to go through the clang driver. I'm not sure I understand exactly what you are suggesting: could you please give some more details? Do you mean that we should use clang's diagnostic infrastructure to report these messages? Thanks, Sebastian -- Qualcomm Innovation
2016 Mar 18
2
generate vectorized code
> > Here is how I started with SelectionDAG: > > - small IR (bugpoint can help) > Did you mean a break poing? - the magic flag: -debug > - read the output of SelectionDAG debugging (especially with cycles) > - matching the log to source code > What log are you talking about? > - single stepping in a debugger sometimes. > > > -- > Mehdi > > -- Rail
2001 May 01
0
Can this be vectorized?
I want to produce some boxplots (and qqnorm plots) for each of a series of groups. It is easy to produce the boxplots or qqplots by groups using either by() or tapply(), but the moment that I want unique labels for each boxplot, I seem to be stuck using a for loop to achieve the effect. For example: tapply(fstat$femur, fstat$race, boxplot) by(fstat$femur, fstat$race, boxplot) gives nicely
2007 Jan 23
0
vectorized nested loop: apply a function that takes two rows
Dear R users, I want to apply a function that takes two vectors as input to all pairs (combinations (nrow(X), 2))of matrix rows in a matrix. I know that ideally, one should avoid loops in R, but after reading the docs for do.call, apply, etc, I still don't know how to write the nested loop in a vectorized way. Example data: x = matrix(rnorm(1000), 100, 100) zeros = runif(90) x[] # this is