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.

23 results for “from:Wilhelm B. Kloke”

test
Wilhelm B. Kloke · Aug 13, 2002 · r-help

test -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._

multiple Labels in .png plots (PR#7733)
Wilhelm B. Kloke · Mar 18, 2005 · r-devel

In R-2.0.1 on FreeBSD-5.3, I tried to make multiple plots in PNG format, using the default plot()-function with different labels on the y axis. Labels on the 2nd and later pages overwrite the first...

Crossed Random Effects ?
Wilhelm B. Kloke · Mar 19, 2004 · r-help

I have been asked how to handle the following situation in R: Given an unbalanced design of 3 crossed random effects, such as subject, rater and item, how to estimate the variance components? I know how to do it using...

R-1.3.0-1.3.1.diff does not patch correctly
Wilhelm B. Kloke · Sep 3, 2001 · r-devel

Subj. says it. The patch contains several lines complaining about "No newline". After removing these the patch was applicable. -- Dipl.-Math. Wilhelm Bernhard Kloke Institut fuer Arbeitsphysiologie an der Universitaet Dortmund Ardeystrasse 67, D-44139 Dortmund, Tel. 0231-1084-257...

strange lme errors (PR#8477)
Wilhelm B. Kloke · Jan 12, 2006 · r-devel

Full_Name: Wilhelm Bernhard Kloke Version: R-2.2.1 OS: FreeBSD-5.3-i386 Submission from: (NULL) (195.253.22.63) Since 2.2.0 I am getting strange lme errors like > lme(ampl ~ gapf * bl,hframe2,~1|VP...

[nlme] BLUPs for a new subject in a fitted lme model?
Wilhelm B. Kloke · Aug 16, 2002 · r-help

I am seeking for a method to calculate, given a fitted lme model and some data for a subject, the random effects predictors for this subject. I can only find predictors for the subjects used in creating the fit. Of...

Indexing by factor misfeature
Wilhelm B. Kloke · Apr 20, 2004 · r-help

Yesterday I was biten by a feature, which I find too dangerous. I wanted to use a factor `Subject?? as index into a data frame, whose row names were the levels of this factor. So there a 2 different possible...

Find A, given B where B=A'A
Wilhelm B. Kloke · Oct 31, 2007 · r-help

On 2007-10-31, Michael Gormley <mpg33 at drexel.edu> wrote: > Given a matrix B, where B=A'A, how can I find A? > In other words, if I have a matrix B which I know is another matrix A...

lme4 fails to install on R-1.9/FreeBSD-5.2 (PR#7007)
Wilhelm B. Kloke · Jun 22, 2004 · r-devel

Full_Name: W.B.Kloke Version: 1.9.1 OS: FreeBSD-5.2.1 Submission from: (NULL) (195.253.16.182) Subject line says it. I had problems installing lme4. 1. The dependency on package Matrix was not resolved (I...

help.start() fails (PR#935)
Wilhelm B. Kloke · May 9, 2001 · r-devel

On my system help.start() failed with "could not write .R/doc/html/packages.html" or equivalent. This due to /usr/local/lib/R/doc/html/packages-head.html having protection -r--r--r--. After inserting 'chmod u+w ${PKGLIST...

help.start() failed (PR#936)
Wilhelm B. Kloke · May 9, 2001 · r-devel

On my system help.start() failed with "could not write .R/doc/html/packages.html " or equivalent. This due to /usr/local/lib/R/doc/html/packages-head.html having protection -r--r--r--. After inserting 'chmod u+w ${PKGLIST...

NLME: gls parameter evaluation inconsistency (PR#4757)
Wilhelm B. Kloke · Oct 24, 2003 · r-devel

Full_Name: W.B.Kloke Version: 1.8.0 OS: FreeBSD-4.7 Submission from: (NULL) (195.253.22.63) I found a parameter evaluation inconsistency in NLME package. I tried to use gls() inside a function, and I wanted...

bug in det using method="qr" (PR#1244) (PR#4450)
Wilhelm B. Kloke · Nov 12, 2003 · r-devel

I just detected, that det() is not working on complex matrices any more, due to the fix to the bug reports noted above. I am not happy with this, as determinants are perfectly usable on complex matrices. AFAIUI the bugs...

unhappy with aov performance
Wilhelm B. Kloke · Jul 15, 2002 · r-help

As the subject says, I am unhappy with R's aov performance. I have a data set containing 25000 cases. This causes thrashing even with very moderate formulae, because the model matrix has quite a lot of lines. The study...

a Bootstrap understanding problem
Wilhelm B. Kloke · Jan 21, 2002 · r-help

I tried to reproduce a result from a former colleague which he got with S-plus bootstrap method. I don't have S-plus at hand. In R, there are 2 packages related to bootstrap method, bootstrap and boot. The...

spam on R lists --> refuse mail??
Wilhelm B. Kloke · Sep 5, 2001 · r-devel

In article <ifado.list.r.devel/15253.61806.862066.186883@gargle.gargle.HOWL>, Martin Maechler <maechler@stat.math.ethz.ch> wrote: > We get caught occasionally, and we all receive spam; >sorry for the last one (on R-help). Of course...

strange logLik results in gls (nlme)
Wilhelm B. Kloke · Oct 31, 2003 · r-help

I am trying to analyse a data with gls/lm using the following set of models prcn.0.lm <- lm( log10(Y)~(cond-1)+(cond-1):t ,prcn) prcn.1.gls <- gls( log10(Y)~(cond-1)+(cond-1):t ,prcn...

[nlme] BLUPs for a new subject in a fitted lme model?
Wilhelm B. Kloke · Aug 19, 2002 · r-help

In article <ifado.list.r.help/Pine.LNX.4.31.0208191041401.13359-100000 at gannet.stats>, <ripley at stats.ox.ac.uk> wrote: >On Mon, 19 Aug 2002 iwhite at staffmail.ed.ac.uk wrote: > >> In the simple model Y...

converting a BMDP 8V mixed model to R / nlme
Wilhelm B. Kloke · Aug 9, 2001 · r-help

[Sorry, In case this is repeating a message already sent to the list]. I am trying to move a project to R (base or nlme), for which I have a partial solution in BMDP 8V. Here is the 8V control...

converting BMDP 8V mixed model treatment to R ?
Wilhelm B. Kloke · Aug 9, 2001 · r-help

I am trying to translate a given BMDP 8V problem treatment to something approximately equivalent in nlme package (or base R, if sufficient). (Of course, it is not my goal to end there. I want to get access to the...

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