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.

4 results for “from:Marcel Wolbers”

Q: Problems with eigen() vs. svd()
Marcel Wolbers · May 10, 2000 · r-help

Hi No problem with eigen (also in the asymmetric case, unless you set the option symmetric=T for an asymmetric matrix) or svd. I think your problem is here: > Pi2<-Pi %*% t(Pi) #that means Pi2 is symmetric and the...

colSums
Marcel Wolbers · Jul 18, 2001 · r-help

>> My question: Are there equivalents to colSums in R? I don't think there are functions for doing this, but you can speed up things a lot by using matrix operations instead of apply if this is possible: > x <- matrix...

partial correlation coefficients in R?
Marcel Wolbers · Feb 25, 2000 · r-help

Hi Kaspar, > to the list: Is there a possibility to compute partial correlation > coefficients between multiple variables pcor2 works also generrally (not only for 3 vars): #pcor from David Lucy (only for 3 vars) pcor <- function(v1, v2, v3) { c12...

optim gets stuck
Marcel Wolbers · Jul 28, 2000 · r-help

Dear all I'm having some trouble with a bound-constrained optimization using optim(...,method="L-BFGS-B"). Usually, everything works fine, but for some simulations, the algorithm just gets stuck. When I let my function (+gradient) evaluation print out...

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