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.
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...
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...
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...
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...
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...
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...
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...
?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("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...
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...
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...
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...
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...
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...
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...
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...
"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...
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...
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...
<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 .