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.

10 results for “from:Jörg Reuter”

Levenshtein-Distance
Jörg Reuter · Oct 20, 2011 · r-help

Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111020/b7ca05ef/attachment.pl>

Running R with browser without installing anything
Jörg Reuter · Oct 21, 2011 · r-help

Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111022/504b208e/attachment.pl>

dotPlot with diagonal
Jörg Reuter · Oct 26, 2011 · r-help

Hi, I want draw a dotPlot. All works fine: (Seq <- matrix(c(1, 1, 6, 1, 2, 2, 5, 4, 3, 3, 4, 3, 4, 4, 3, 2, 5, 5, 2, 5, 6, 6, 1, 6), ncol = 6)) dotPlot(Seq...

Difference between xyplot() and plot()
Jörg Reuter · Oct 28, 2011 · r-help

Hi, I draw two Plots, one with xyplot() and one with plot(). Why is the line with xyplot() not always in the middle of the dots like plot()? library(lattice) x<-c(1,2,3,4,5,6) y<-x...

Levenshtein-Distance
Jörg Reuter · Oct 19, 2011 · r-help

I am very new to R, so sorry that I ask stupid things. I want compare a Matrix row by row and at the end I want to a Matrix with the Levenshtein-Distance. Example: The Data (Learningpath in a...

apply with function
Jörg Reuter · Oct 20, 2011 · r-help

(Iske <- matrix(c(1, 1, 1, 2, 2, 2, 10, 1, 1, 5, 1,2,2,2,1,1,1,4,4,4,4,3,3,3,30,3,3,3,3,3,3,3,5,4,4,4,4...

Difference between xyplot() and plot()
Jörg Reuter · Oct 28, 2011 · r-help

Thanks, i have it now: library(lattice) mein.panel <- function(x, y){ panel.xyplot(x, y) panel.abline(a=0, b=1, lwd=2, col="red")} x<-c(1,2,3,4,5,6) y<-x xyplot(x ~ y, main...

Change column/row-name
Jörg Reuter · Oct 20, 2011 · r-help

Hi, I am very happy. My problems are solved without one little thing: (Iske <- matrix(c(1, 1, 1, 2, 2, 2, 1, 1, 1, 5, 1, 2, 2, 2, 1, 1, 1, 4, 4, 4, 4, 3, 3, 3...

Levenshtein-Distance
Jörg Reuter · Oct 20, 2011 · r-help

My big problem is not ward, it is to calculate the Levenshtein-Distance. > check the help archives. > > ?hclust ?with method=ward ?might be what you are looking for > > > > On Wed, Oct 19, 2011 at 2:43 PM, J?rg Reuter...

dotPlot with diagonal
Jörg Reuter · Oct 26, 2011 · r-help

Oh, sorry. library(lattice) (Seq <- matrix(c(1, 1, 6, 1, 2, 2, 5, 4, 3, 3, 4, 3, 4, 4, 3, 2, 5, 5, 2, 5, 6, 6, 1, 6), ncol = 6)) dotPlot(Seq[1,], Seq[2,], main = "Sequenz...

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