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.

15 results for “from:Klaus Nordhausen”

Tail area of sum of Chi-square variables
Klaus Nordhausen · Mar 29, 2007 · r-help

Dear R experts, I was wondering if there are any R functions that give the tail area of a sum of chisquare distributions of the type: a_1 X_1 + a_2 X_2 where a_1 and a_2...

optimization problem
Klaus Nordhausen · Jan 15, 2010 · r-help

Dear R-experts, this is not a direct R-problem but I hope you can help me anyway. I would like to minimize || PG-I || over P, where P is a p x p permutation matrix (obtained by permuting the...

new packages 'ICS' and 'ICSNP'
Klaus Nordhausen · May 15, 2007 · r-packages

Dear R useRs, The new contributed packages 'ICS' and 'ICSNP' are available on CRAN. Descriptions: The 'ICS' package implements the 2 scatter matrix transformation to obtain an invariant coordinate system or independent components, depending on the underlying assumptions. The result...

new packages 'ICS' and 'ICSNP'
Klaus Nordhausen · May 15, 2007 · r-help

Dear R useRs, The new contributed packages 'ICS' and 'ICSNP' are available on CRAN. Descriptions: The 'ICS' package implements the 2 scatter matrix transformation to obtain an invariant coordinate system or independent components, depending on the underlying assumptions. The result...

xyplot.zoo question about strip.left and layout
Klaus Nordhausen · Jun 9, 2008 · r-help

Dear R masters, I have large multivariate time series as zoo objects and want to plot them using lattice. Since I have many variates in one object I would like to have the strips on the left, using strip.left...

How to use formulas for multivariate clustered data?
Klaus Nordhausen · Jul 28, 2009 · r-devel

Dear R experts, I wrote already a couple of weeks ago but did not get any reply. Therefore I'll rephrase my question and hope some of you can give me some answers or some advice where better to look...

wireplot margins and additional z-axis
Klaus Nordhausen · Sep 11, 2006 · r-help

Dear R experts, it would be very kind if you could help me with two wireplot problems. First, when I make a wireplot and transform it into an .eps using the postscript function the eps-file leaves always a lot...

different results on linux and windows
Klaus Nordhausen · May 15, 2009 · r-devel

Thanks a lot for all the replies! We managed now to solve our problem by replacing the rand / srand functions by R's random number generator and now the results on windows and linux agree. Thanks again! Klaus Paul Gilbert...

optimization problem
Klaus Nordhausen · Jan 17, 2010 · r-help

Dear Erwin, Ravi and Hans Werner, thanks a lot for your replies. I don't think I have access to Cplex and therefore probably cannot try that out but will read about MIQP. I played a bit then around with...

Tail area of sum of Chi-square variables
Klaus Nordhausen · Mar 30, 2007 · r-help

Hi, thanks everyone! pchisqsum() in the "survey" package does exactly what I was looking for! Best wishes, Klaus -------- Original-Nachricht -------- Datum: Thu, 29 Mar 2007 07:45:15 -0700 (PDT) Von: Thomas Lumley <tlumley at u.washington.edu> An: S...

different results on linux and windows
Klaus Nordhausen · May 12, 2009 · r-devel

Dear R experts, we are preparing an R-package to compute the Oja Median which contains some C++ code in which random numbers are needed. To generate the random numbers we use the following Mersenne-Twister implementation: // MersenneTwister.h // Mersenne...

Programming using formulas
Klaus Nordhausen · Jul 9, 2009 · r-devel

Dear R experts, I'm planning to write some kind of multivariate regression function where I would like to use a formula method. My question is if there is anywhere some detailed introduction how to program formulas in R? A...

wireplot margins and additional z-axis
Klaus Nordhausen · Sep 13, 2006 · r-help

Dear Deepayan, sorry for not being clear - but my problem has nothing to do with the aspect. If I create the eps the following way library(lattice) plot.vol<- wireframe(volcano, aspect = c(1,1.5), scales=list(arrows=F...

stats/debugging question hotelling t-sq
Klaus Nordhausen · Mar 16, 2008 · r-help

Hi! I think the results agree: using simulated data: set.seed(1) library(mvtnorm) x<-rmvnorm(44,rep(0,10)) y = x[(26:45)-1,1:10] x = x[(2:25)-1,1:10] p = ncol(x); p nx = nrow...

Questions about bwplot
Klaus Nordhausen · May 21, 2007 · r-help

Dear R-experts, I have some questions about boxplots with lattice. My data is similar as in the example below, I have two factors (Goodness of Fit and Algorithms) and data values but in each panels the scales are quite...

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