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.

550 results for “from:Jens”

aic calculation
Jens Schumacher · Mar 9, 2004 · r-help

R calculates AIC = -2*loglik + 2*(#param) but you probably missed the variance parameter when counting the parameters. Jens Schumacher -- -------------------------------------------- Dr. Jens Schumacher Max-Planck-Institut f. Biogeochemie Winzerlaer Str. 10 D-07745 Jena Germany Tel: +49 (0)3641/576181...

questioin about cluster in R
Jens Oehlschlägel · Apr 19, 2006 · r-help

Jane, I know that you can tweak dendrogram objects to display such info (as.dendrogram() converts your tree), but I have no example code at hand. Good luck Jens Oehlschl?gel -- Analog-/ISDN-Nutzer sparen mit GMX SmartSurfer bis zu...

R logo as SVG ?
Jens Elkner · Feb 20, 2010 · r-devel

Hi, does anybody have the R logo in a vector format preferable SVG? Need it for Freedesktop (GNOME desktop) integration of Rcmdr ... Thanx, jel. -- Otto-von-Guericke University http://www.cs.uni-magdeburg.de/ Department of Computer Science Geb. 29...

bootstrap vs. resampleing
Jens Oehlschlägel · Apr 6, 2005 · r-help

Confidence intervals depend on the sample size - the bigger the sample the smaller the interval. Subsampling (resampling without replacement) gives smaller samples and underestimates confidence (overestimates confidence interval size) of parameters calculated on the original sample. Best Jens Oehlschl?gel...

query in R
Jens Scheidtmann · Nov 14, 2006 · r-help

Xiaodong Jin <close2ceo at yahoo.com> writes: > how to realize the following SQL command in R? > > select distinct A, B, count(C) > from TABLE > group by A, B > ; > quit; The functional equivalent of is statement in R on a dataframe...

Dynamic Programming in R
Jens Oehlschlägel · Jan 20, 2006 · r-help

Gunter, > there are undoubtedly still situations where R may require an unacceptably large amount of memory overhead. Recursion is one, I believe. One can avoid unacceptably large amount of memory overhead when doing recursion in R: either by passing parameters...

MCMCpack + SunStudio12 patch
Jens Elkner · Jan 12, 2010 · r-devel

Hi, FYI: made some patches to get MCMCpack compiled with Sun StudioCompiler 12 (on Solaris). If somebody wanna try/comment on it: http://iws.cs.uni-magdeburg.de/~elkner/R/MCMCpack-studio.patch Regards, jel. -- Otto-von-Guericke University http...

Help with r script
Nathan D Jennings · Sep 4, 2018 · r-help

?To the R Project: I am using R Studio and I need help sum product exponents with R Script. ?Every time I type at the very start in the R Script window like 25* 30 nothing happens. ?Where can I...

list.files fails with all.files = TRUE and recursive = TRUE (PR#7100)
Jens Oehlschlägel · Jul 16, 2004 · r-devel

> list.files("c:/tmp", all.files = TRUE, recursive = TRUE) Error in list.files("c:/tmp", all.files = TRUE, recursive = TRUE) : directory/folder path name too long > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major...

R 2.7.0 is released
Jens Oehlschlägel · Apr 22, 2008 · r-help

Many thanks to the core team for an impressive list of new improvements ... > o strwidth() and strheight() gain 'font' and 'vfont' arguments and accept in-line pars such as 'family' in the same way as text() does. (Longstanding wish of...

combinatorics
Jens Scheidtmann · Oct 15, 2006 · r-help

Robin Hankin <r.hankin at noc.soton.ac.uk> writes: > Hi > > How do I generate all ways of ordering sets of indistinguishable items? > > suppose I have two A's, two B's and a C. > > Then I want > > AABBC > AABCB...

How to overload the assignment operator?
Jens Oehlschlägel · Nov 13, 2007 · r-devel

Thanks Matthias, > are you looking for "setReplaceMethod"? So far the package I m writing has avoided using anything from S4 and the implications of touching S4 are not clear to me. The package aims on providing an alternative to 'atomic...

documentation error par("cin") and par("cra") (PR#7227)
Jens Oehlschlägel · Sep 14, 2004 · r-devel

Dear all, the help of par() claims that cin and cra are c(width, height) but it appears to be rather c(height, width) Best regards Jens Oehlschl?gel > plot.new() > strheight("W", unit="inches") [1] 0.1354167 > par("cin...

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...

R-0.65 installation on UNIX
jens · Feb 22, 2000 · r-help

I have trouble to install R on Sparc Sun Solaris 2.6. make returns the error message: Undefined symbol first referenced in file d_lg10 ../appl/libappl.a(uncmin.o) d_sign ../appl/libappl.a(dpoco.o Anybody can help...

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...

Latex editor recommendations
Jens Scheidtmann · Oct 21, 2006 · r-help

"Richard M. Heiberger" <rmh at temple.edu> writes: > I recommend emacs > http://ftp.gnu.org/pub/gnu/emacs > > It has modes for TeX and LaTeX and automatically chooses the > right one. > > As a side benefit once you have emacs you...

values in between
Eric C. Jennings · Nov 30, 2005 · r-help

Hey there I have two vectors: y<- c(0.4, 0.0, 0.2, -0.2, -0.6, 0.2, 0.0, 0.0, 0.4, 0.4, 0.2) In the vector y, I want to access (in the...

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...

Software for kriging
Jens Scheidtmann · Feb 15, 2007 · r-help

<Augusto.Sanabria at ga.gov.au> writes: > Dear R-list members, > > I wish everyone a happy and successful 2007! > > Does anyone know of R-based software for > optimal spatial prediction (kriging)? > > We are working on a seismic event characterisation > technique...

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