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.

59 results for “from:Titus von der Malsburg”

estimating rho of Poisson distributed data
Titus von der Malsburg · Jan 15, 2010 · r-help

Mean and variance of Poisson distributed data are specified by \rho. How can I estimate \rho for a set of measurements in R? Many thanks! Titus

correlation of random intercepts and slopes
Titus von der Malsburg · Jun 21, 2011 · r-sig-mixed-models

Thanks for the responses! For the record: the issue is briefly discussed in the book by Pinheiro & Bates, section 4.1.1, page 141. Titus

general question about functions
Titus von der Malsburg · Dec 8, 2009 · r-help

http://www.rseek.org/ It is particularly useful to search the mailing list archives of r-help with rSeek. No matter what kind of problem you have, somebody has had it before and asked on r-help. Titus

Regular expressions: offsets of groups
Titus von der Malsburg · Sep 27, 2010 · r-help

On Mon, Sep 27, 2010 at 7:16 PM, Henrique Dallazuanna <wwwhsd at gmail.com> wrote: > You've tried: > > gregexpr("b+", "abcdaabbc") But this would match the third occurrence of b+ in "abcdaabbcbb". But in this example I'm only...

Sweave and license message when loading mclust package
Titus von der Malsburg · Dec 7, 2009 · r-help

When loading mclust, it shows a license agreement message. This message shows up in my document when I use Sweave. I did the following: <<echo=FALSE,include=FALSE>>= library(mclust) @ Is this a problem with mclust, Sweave or with me...

Splicing factors without losing levels
Titus von der Malsburg · Jun 9, 2009 · r-help

On Tue, Jun 09, 2009 at 11:04:03AM -0400, Stavros Macrakis wrote: > This may seem like a minor point, but I think it is worthwhile using > descriptive names for functions. Makes sense. I thought I've seen this use...

Regular expressions: offsets of groups
Titus von der Malsburg · Sep 30, 2010 · r-help

Ok, we decided to have a shot at modifying gregexpr. Let's see how it works out. If anybody is interested in discussing this please contact me. R-help doesn't seem like the right place for further discussion. Is...

Regular expressions: offsets of groups
Titus von der Malsburg · Sep 27, 2010 · r-help

On Mon, Sep 27, 2010 at 7:29 PM, Gabor Grothendieck <ggrothendieck at gmail.com> wrote: > Try this zero width negative look behind expression: > >> gregexpr("(?!a+)(b+)", "abcdaabbc", perl = TRUE) > [[1]] > [1] 2 7 > attr(,"match.length") > [1] 1 2...

melt on OSX ignores na.rm=T
Titus von der Malsburg · Feb 6, 2010 · r-help

Ok, I studied the source code of melt.data.frame. With na.rm=T melt operates normally except that it deletes rows from the molten data.frame that have NAs in the value column. NAs in the id.vars are...

Adjusting the Axis in a histogram to the prespecified breaks
Titus von der Malsburg · Feb 16, 2009 · r-help

On Mon, Feb 16, 2009 at 11:08:24AM -0800, Christian Langkamp wrote: > I could of course log the whole data > set, but then explaining that transformation within a presentation is > generally not a pleasant exercise. You don't have...

estimating rho of Poisson distributed data
Titus von der Malsburg · Jan 15, 2010 · r-help

On Fri, Jan 15, 2010 at 08:33:52AM -0700, Peter Ehlers wrote: > Why would anyone complain? You're free to call it 'applesauce' > if that suits you. Good idea, I will do this from now on! ;-) > What do you...

Regular expressions: offsets of groups
Titus von der Malsburg · Sep 29, 2010 · r-help

On Wed, Sep 29, 2010 at 1:58 PM, Michael Bedward <michael.bedward at gmail.com> wrote: > How is your C coding ? Bill ? Anyone else ? ?I could have a got at > writing some prototype code to test in the next...

order of panels in xyplots
Titus von der Malsburg · Nov 25, 2009 · r-help

On Wed, Nov 25, 2009 at 7:03 PM, Titus Malsburg <malsburg at gmail.com> wrote: > ?I was expecting > that this should plot the panels in the order in which the levels > occur in the data frame: > > ?xyplot(dur~roi...

estimating rho of Poisson distributed data
Titus von der Malsburg · Jan 15, 2010 · r-help

On Fri, Jan 15, 2010 at 09:19:23AM -0500, David Winsemius wrote: > > On Jan 15, 2010, at 5:59 AM, Titus von der Malsburg wrote: > > >Mean and variance of Poisson distributed data are specified by \rho. > >How can I...

order of panels in xyplots
Titus von der Malsburg · Nov 25, 2009 · r-help

The documentation of xyplot could be improved here. It says: "If 'index.cond' is a list, it has to be as long as the number of conditioning variables, and the 'i'-th component has to be a valid indexing vector...

"Normal" plot and xyplot side by side in one figure?
Titus von der Malsburg · Jun 18, 2009 · r-help

Hi list, I want to place a plot (eg "plot(1:10)") and a xyplot side by side in one figure. The two columns should have different widths. If I'm not missing something, this rules out the standard way...

standardized residuals
Titus von der Malsburg · Nov 9, 2010 · r-sig-mixed-models

On Tue, Nov 9, 2010 at 6:05 PM, Michael Larkin <mlarkin at rsmas.miami.edu> wrote: > I am assuming there is a package that I need to load. ?I looked at the list > of packages and I can't...

Applying functions to partitions
Titus von der Malsburg · Feb 16, 2009 · r-help

Hi list! I have a large matrix which I'd like to partition into blocks and for each block I'd like to compute the mean. Following a example where each letter marks a block of the partition: a a...

is it possible to combine multiple barplots?
Titus von der Malsburg · Jun 9, 2009 · r-help

On Tue, Jun 09, 2009 at 04:39:29PM +0200, Titus von der Malsburg wrote: > > is there a way to plot both of them in one plot, so that the bars for > > value "1" (dataA: 3, dataB: 5) would appear...

linear mixed model for non-normal negative andcontinous dataa
Titus von der Malsburg · Apr 28, 2014 · r-sig-mixed-models

On 2014-04-28 Mon 12:31, Caroline Lustenberger <caroline.lustenberger at hotmail.com> wrote: > mod_Knmn<-lmer(Knmn~Group*Timepoint+(1|VPnr),data=data) > > When performing a qq-plot my residuals are clearly deviant from the > norm (long-tailed...

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