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.

299 results for “from:Jens Oehlschlägel”

Incremental ReadLines
Jens Oehlschlägel · Nov 5, 2009 · r-help

Gene, You might want to look at function read.csv.ffdf from package ff which can read large csv-files into a ffdf object. That's kind of data.frame which is stored on disk resp. in the file-system...

please help with estimation of true correlations and reliabilities
Jens Oehlschlägel · May 14, 2004 · r-help

Dear John, I checked for the uniquenesses from factanal() and found out that these estimates need an a priori assumption about the number of latent factors (and they depend strongly on that assumption). What I want is an estimate of...

significance testing under sampling from small finite populations
Jens Oehlschlägel · Mar 24, 2004 · r-help

Dear All, Are there recommended functions to test for (exact) significance when the samples are drawn from small finite populations (which sometimes are not much bigger than the sample)? I am looking for - differences in central tendency - differences of proportions...

basename returns "." not in filename (PR#13958)
Jens Oehlschlägel · Sep 18, 2009 · r-devel

Full_Name: Jens Oehlschl?gel Version: 2.9.2 OS: Win32 Submission from: (NULL) (85.181.152.156) # Obviously an empty basename is allowed (if the filepath is a pure path) > basename("/") [1] "" # but here we get the dot from...

R under Win2000?
Jens Oehlschlägel · Jul 27, 2000 · r-help

Dear all, Will R run under Win2000 or is it safer to stay with NT4.0 for a while? Regards -- Dr. Jens Oehlschl?gel Analyse BBDO InterOne Gr?nstr. 15 40212 D?sseldorf Tel.: +49 (0)211 1379-187 Fax...

Cleaning up in the bugs repository
Jens Oehlschlägel-Akiyoshi · Feb 28, 2000 · r-devel

- sorry the previous mail went out by accidentaly hitting a key, here is the end - .. please rethink, if there is any way to get that fixed. I mean, do we really have to expect S+ code to break, because it...

compression
Jens Oehlschlägel · Jul 25, 2000 · r-help

Dear all, to avoid reinventing the wheel: has anyone included compression algorithms into his library? Best NEW EMAIL jens.oehlschlaegel at bbdo-interone.de -- Dr. Jens Oehlschl?gel Analyse BBDO InterOne Gr?nstr. 15 40212 D?sseldorf Tel.: +49 (0...

factanal AIC?
Jens Oehlschlägel · May 4, 2007 · r-help

Daniel, Thanks for answering. > your AIC is monotonic increasing That was the reason I suspected something is wrong, but what? Either the way I calculate the number of estimiated parameters? Or the (scale of the) Likelihood itself? > Have you tried...

sas.get
Jens Oehlschlägel-Akiyoshi · Feb 3, 2000 · r-help

>...but sas.get also requires that you have a version of SAS around, so >you're not significantly worse off with R. In fact, you're better off >if you have an XPORT file but no SAS! I wasn't...

cbind function
Jens Oehlschlägel · Nov 13, 2007 · r-help

And here is a second solution, that differs in what happens if the variables have differing lengths: > var1 <- 1:4 > var2 <- 1:3 > sapply(ls(patt="^var[0-9]"), get) $var1 [1] 1 2 3 4 $var2 [1] 1 2...

How to include TeX formulae in R plots?
Jens Oehlschlägel-Akiyoshi · Feb 3, 2000 · r-help

>There are examples of how to do this in help(text) and help(legend). >There used to be a description in doc/plotmath.tex,but it seems to have >moved. I think some description is now in the Extension Writer...

Somers D
Jens Oehlschlägel-Akiyoshi · Nov 16, 1999 · r-help

Does anyone know about functions for calculating Somer's D in R? Perhaps even a version for censored values, like the two functions in hmisc? Thanks for any pointers -- Dr. Jens Oehlschl?gel-Akiyoshi MD FACTORY GmbH Bayerstrasse 21 80335...

Is there a way to deactivate partial matching in R?
Jens Oehlschlägel · Feb 27, 2004 · r-help

Dear R-experts, I just tracked down a nasty bug in a dynamically parametrized function to wrong argument matching. As we get more and more complex applications build on top of R (like bioconductor) partial matching gets more and more...

Please help with \usage{} for [.S3Class in Rd-Format
Jens Oehlschlägel · Jan 22, 2004 · r-help

Dear all, I try to submit a library to CRAN but can't overcome the last R CMD CHECK. Can someone enlighten me how to put the \usage{} section for an S3-Method extractor defined as > args(get("[.refdata")) function...

[R-pkg-devel] check cross-references error: Non-file package-anchored link(s)
Jens Oehlschlägel · Jul 2, 2020 · r-package-devel

Duncan, > One way is to make bit depend on a particular version of ff. That may > cause a deadlock if both are being updated at once, but I think CRAN > should be able to deal with it if they are...

[R-pkg-devel] tibbles are not data frames
Jens Oehlschlägel · Sep 27, 2017 · r-package-devel

On 26.09.2017 23:08, Hadley Wickham wrote: > I'm not sure that democracy works for programming language design. Agree. The obstacle I hope to overcome by voting is not missing agreement on the fact of inconsistent design, the...

Best way to implement ff
Jens Oehlschlägel · Oct 1, 2010 · r-sig-hpc

>I need to append columns to the data.>What is the best way of doing this? In "normal R" i would use cbind,>or similar. I looked around, but couldn't find anything. Something>like Assuming you have for each...

recommended linux environment for R
Jens Oehlschlägel · Jul 5, 2000 · r-help

Hello, I'd like to ask whether there is a prefered linux distribution for use with R (Suse, Redhat, Debian) and what fortran compiler is recommended (f77 or f2c)? Thank you -- Dr. Jens Oehlschl?gel Analyse BBDO InterOne Gr?nstr...

R memory requirements
Jens Oehlschlägel-Akiyoshi · Jan 4, 2000 · r-help

Hi, can anyone explain how to find out the maximum memory a certain function call has needed at any time during execution? Regards -- Dr. Jens Oehlschl?gel-Akiyoshi MD FACTORY GmbH Bayerstrasse 21 80335 M?nchen Tel.: 089 545 28...

mapping of colornames into hsv?
Jens Oehlschlägel-Akiyoshi · Feb 28, 2000 · r-help

I couldn't find this in online help or the archives: Is there any R function or object giving the mapping of the colornames as given by colors() into the hsv() model? Regards -- Dr. Jens Oehlschl?gel-Akiyoshi MD FACTORY...

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