Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

48 results for “from:Karl Brand”

using the design matrix to correctly configure contrasts
Karl Brand · Jun 1, 2010 · r-help

Esteemed R-forum subscribers, I'm having a tough time configuring contrasts for my 3-way ANOVA. In short: I don't know how to configure (all) my contrasts correctly in order to specify (all) my comparisons of interest. I...

venneuler() - customize a few things.
Karl Brand · Oct 8, 2010 · r-help

Cheers Ista, I thought 'labels' and 'colors' must have been accessible some how. Thank you very much for showing how to access them, Karl On 10/7/2010 7:26 PM, Ista Zahn wrote: > Hi Kari, > > On Thu, Oct 7...

attempted merge() returns: cannot coerce type 'closure' to vector of type 'any'
Karl Brand · Dec 2, 2010 · r-help

Cheers Bill. You got me halfway, since: > temp <- merge(x=x, y=y[,17, drop=FALSE], by="rownames", sort=FALSE) Error in fix.by(by.x, x) : 'by' must specify valid column(s) but, using "row.names" instead of "rownames...

Multivariate hypergeometric distribution version of phyper()
Karl Brand · Mar 30, 2010 · r-help

Peter, Chuck, Big thanks for your input. I will be following up each and every of your suggestions on the morrow. Something of note though that you may have further thoughts on- phyper() was *specifically* recommneded by BioC responders for...

attempted merge() returns: cannot coerce type 'closure' to vector of type 'any'
Karl Brand · Dec 2, 2010 · r-help

Cheers Bill, Thank you for the clarificaiton. Prabably showing the str() of these objects would have made it easier for you see exatly where i was going wrong. Which as David pointed out, was really a lack of ?merge reading...

X11 problem
Karl Brand · Aug 25, 2011 · r-help

Hi Carol, When i ran into this problem, using the instructions as guide from here: http://cran.r-project.org/bin/linux/ubuntu/ I did the following: Went to this site: http://keyserver.ubuntu.com:11371/ searched for: 0xE084DAB9 Then...

venneuler (java?) color palette 0 - 1
Karl Brand · Oct 11, 2010 · r-help

Hi Paul, That's pretty much awesome. Thank you very much. And combined with the colorspace package functions- rainbow_hcl() and sequential_hcl() -make color selection easy. One thing i was digging for was a function that yields a color...

using the design matrix to correctly configure contrasts
Karl Brand · Jun 4, 2010 · r-help

Rich, Walmes, Thank you for enriching my understanding of the concept of "interaction": succinctly and clearly explained. I feel i can better phrase my question, the context being much clearer now. In my case, i want to see the simple...

attempted merge() returns: cannot coerce type 'closure' to vector of type 'any'
Karl Brand · Dec 2, 2010 · r-help

On 12/2/2010 3:52 PM, David Winsemius wrote: > > On Dec 2, 2010, at 5:58 AM, Karl Brand wrote: >> >> On 12/2/2010 11:36 AM, David Winsemius wrote: >>> >>> On Dec 2, 2010, at 5:22 AM, Karl...

heatmap.2 - change column & row locations; angle / rotate
Karl Brand · Apr 18, 2011 · r-help

Hi Chakravarthy, [dont forget to Cc the list for useRs with the same Q.] If you're trying to reuduce the isze of your row or column labels, i think the following arguments of heatmap.2 {gplots} is what you...

help updating package rJava (on ubuntu)
Karl Brand · Feb 18, 2012 · r-help

Simon, Thanks for yout fast response. Thing is - i managed to get Version 0.9-1 installed and fully functional. And $ locate jdk returns too many entries to post here, so i'm pretty sure its on the machine. So...

how do I transform this to a for loop
Karl Brand · Sep 7, 2010 · r-help

I think i've got it: for() is best employed for convenience only; and best NOT employed in computation for which many other approaches/functions are better suited (faster). Many thanks for your comment, Karl On 9/7/2010 12...

heatmap.2() yielding an inappropriate key?
Karl Brand · Jul 19, 2010 · r-help

I see now my error, several in fact: The 'breaks' specified need to be of a similar range to the data range, and they should be equally spaced. So in my example: breaks = seq(0, 0.2, 0.001) If...

help updating package rJava (on ubuntu)
Karl Brand · Feb 18, 2012 · r-help

Esteemed useRs and Devs, Attempts to update package:rJava to the latest version have failed. See my code and output below. Notably, as suggested here http://stackoverflow.com/questions/3311940/r-rjava-package-install-failing $ sudo apt-get install r...

function to filter identical data.fames using less than (<) and greater than (>)
Karl Brand · Dec 6, 2012 · r-help

Rui, Indeed it does help. Also very happy to see eval() and parse() employed and demystified here. In Rdulation, Karl On 06/12/12 15:48, Rui Barradas wrote: > Hello, > > Something like this? > > > func <- function(data, A, B, C){ > f...

how do I transform this to a for loop
Karl Brand · Sep 6, 2010 · r-help

Hi Paul, Ivan, Hartstikke bedankt and thanks alot for sharing these thoughts. I can see 'listing up' multiple symmetrical data sets makes a lot of sense. As does using lapply() on them which i understand to be more efficient/faster...

how to deduplicate records, e.g. using melt() and cast()
Karl Brand · May 8, 2012 · r-help

Fantastic Jan, Thanks a lot for the example on how i achieve this with melt()/cast(). Very good for my understanding of these functions. Karl On 07/05/12 13:49, Jan van der Laan wrote: > using reshape: > > library(reshape...

create a '3D line plot'
Karl Brand · Sep 12, 2010 · r-help

Cheers! All excellent, runable examples helping me progress quickly. Being more a qualitative plot, the y-axis is less important. But it did get me thinking- Coloring each of the plotted lines, say 'altitude colors' like the classic volcano example...

help updating package rJava (on ubuntu)
Karl Brand · Feb 20, 2012 · r-help

Simon, Thanks alot for the further clarification. As i said some where in my lengthy explanation - i don't what of the myriad steps were needed, only that they were performed and i now have an up-to-date rJava...

How does one start R within Emacs/ESS with root privileges?
Karl Brand · Sep 7, 2011 · r-help

Cheers Paul. Its a very good point. Although i am curious how badly i can damage my R install by running as root. I always ran R in windows with admin. privileges without problems (touch wood). Probably best to never...

Can't find what you're looking for? Try searching with Google .