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.

270 results for “from:Christian Hennig”

Guidelines for Rd-Files
Christian Hennig · Feb 4, 2002 · r-help

Dear list, on p. 11 of "Writing R-extensions" I read "See the ``Guidelines for Rd-files'' for guidelines ... which should be useful..." Where can I find these guidelines? Best, Christian -- *********************************************************************** Christian Hennig Seminar fuer Statistik, ETH-Zentrum (LEO), CH...

Cluster analysis using EM algorithm
Christian Hennig · Jan 27, 2005 · r-help

Hi! Take a look at the packages mclust and flexmix! They use the EM algorithm for mixture modelling, sometimes called "model based cluster analysis". Best, Christian On Wed, 26 Jan 2005 msck9 at mizzou.edu wrote: > Hi, > I am looking...

R package installation error
Christian Hennig · Jan 28, 2019 · r-help

Hi there, I'm running R version 3.5.2 on Linux Mint. I try install.packages("hierfstat") and get this: ** byte-compile and prepare package for lazy loading Error in rbind(info, getNamespaceInfo(env, "S3methods")) : number of columns of...

order a matrix
Christian Hennig · Nov 5, 2007 · r-help

Dear list, order(x,y,z) returns a permutation to order x, ties broken by y, remaining ties broken by z. (And so on.) What I'd like to do is order(X), where X is a matrix (or a...

help.search("tree")
Christian Hennig · Jan 16, 2003 · r-help

Dear list, 1) Is there an R analog to the Splus function quad.tree (presumably in Splus spatial module)? 2) What is going on here? > help.search("tree") Error in gsub(firstAliasRegExp, "\\1", db[, "alias"]) : negative length vectors are not...

Random Effects for One-Way Anova
Christian Hennig · Nov 30, 2005 · r-help

On Wed, 30 Nov 2005, Giuseppe.Palermo at bo.infn.it wrote: > I'm sorry if I wasn't clear.... > There are repeated measures for each level of my factor. > For instance, the dataframe could look like that: > > A B...

Kendall's tau
Christian Hennig · Dec 12, 2002 · r-devel

Hi, MM recommended to send this to R-devel: As far as I know, the only method to compute Kendall's tau is to perform cor.test with method="kendall". I suggest that 1) this should be easier to find...

Ctrl-C in ESS
Christian Hennig · Mar 21, 2001 · r-help

Dear list, usually, I can break a running R process with Ctrl-C. This does not seem to work if R was started from within ESS. Is there anything analogous? Thanks, Christian *********************************************************************** Christian Hennig University of Hamburg, Fachbereich Mathematik - SPST...

model-based clustering
Christian Hennig · Apr 13, 2004 · r-help

Dear Talita, no help is possible unless you do not tell us what exactly you want to do and what exactly your difficulties are. Best, Christian On Tue, 13 Apr 2004, Talita Leite wrote: > Hello, > > I'm trying to use...

distance to cluster center
Christian Hennig · Aug 19, 2004 · r-help

On Wed, 18 Aug 2004, Moises Hassan wrote: > Is there a way to get the distance between each point and the center of > the cluster it was assigned to in cluster methods such as agnes, pam, > and clara. I don...

Summary method needed?
Christian Hennig · Aug 2, 2006 · r-help

Hi list, I'm updating my fpc package at the moment and will add some new functions. I learned that there should be print and summary methods for the key functions. The purpose of the summary methods seems to be...

path analysis
Christian Hennig · Sep 16, 2003 · r-help

There is a library sem for structural equation models. Best, Christian Hennig On Mon, 15 Sep 2003, Catherine Stein wrote: > > Can anyone help me find a R script that does path analysis with family > data (like a Beta model)? A...

What is wrong with this FOR-loop?
Christian Hennig · Dec 5, 2005 · r-help

Hi, I guess that res[i,j] needs integers as indexes. I would try it like this: (corrected) > run_rows<-seq(0,1,0.05) > run_cols<-seq(0.3,0.6,0.05) > > res<-matrix(NA,length(run_rows...

Cluster validation statistics in fpc
Christian Hennig · Apr 26, 2004 · r-help

Hi, this is to announce a new version (1.1-2) of my package fpc. Apart from the stuff already present in the older version (methods for fixed point clustering and clusterwise regression, somewhat bug-cleaned and with faster examples...

Specification of model formulae
Christian Hennig · Apr 16, 2004 · r-help

Hi, is it true that the only way to tell rpart which variables to use is to specify every single variable in the formula and separate them with "+"? I wonder if this error... > rotree <- rpart(powerdata[,1]~powerdata[,2:3...

R CMD build error
Christian Hennig · Aug 3, 2005 · r-help

Dear list, I try to update the prabclus package. R CMD check works nicely, no warnings, good results in all tests. However, building the package fails: ginkgo:/disk5/home/chrish/RAusw/libsrc R CMD build prabclus * checking for file 'prabclus...

R-update - what about packages and ESS?
Christian Hennig · Aug 18, 2006 · r-help

Hi there, it seems that if I update R, it doesn't find previously installed packages anymore and is also not found by ESS. Actually the update has been done by our system administrator who assumed that there would be...

intToUtf8
Christian Hennig · Sep 19, 2008 · r-help

Hi there, any explanation for this? > intToUtf8(66) Error in intToUtf8(66) : argument 'x' must be an integer vector > intToUtf8(c(66,55)) Error in intToUtf8(c(66, 55)) : argument 'x' must be an integer vector > intToUtf8(c(66,55...

How to make eps out of a trellis graphic?
Christian Hennig · Jul 2, 2004 · r-help

Hi list, I produced a trellis graphic with qqnorm (R-package lattice, no changes in graphical parameters were made). 1) The graphic uses some grey and some green colors and I would like to have it black and white as...

Mixture of Regressions
Christian Hennig · Aug 28, 2011 · r-help

I think that it should be possible to do this with the flexmix package. Christian On Fri, 26 Aug 2011, Andra Isan wrote: > Dear All, > > I have two hidden classes for my data set that I would like to learn...

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