search for: ploner

Displaying 20 results from an estimated 27 matches for "ploner".

Did you mean: plone
2006 Dec 21
4
where is the source code of bca.ci?
i was searching for the source of bca.ci, a function of the package boot. I tried require(boot, keep.source=TRUE) but again the source was not viewable. How should i do? Best regards Meinhard Ploner ---------------- PS > version _ platform i386-apple-darwin8.8.1 arch i386 os darwin8.8.1 system i386, darwin8.8.1 status major 2 minor 4.0 year 2006 month 10 day 03 svn rev 39566 language...
2001 Dec 10
2
Corrupt .RData
...ile somehow. Is there a way of restoring the information at least partially without too much trouble? As is common under these circumstances, I have been both working extensively and not saving sufficiently on this .RData recently. Any help would be gratefully appreciated. alexander -- Alexander Ploner Applied Statistics Univ. f. Agricultural Sciences Gregor Mendel Str. 33 1180 Vienna, Austria, Europe Tel.: +43-1-47654-5063 E-Mail: ploner at stat.boku.ac.at -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~horn...
2004 Mar 23
3
how to modify variables of another frame (but not global)
...ing function (here: fun1) ## ...... what's the right code?? } fun1 <- function() { x <- 1 fun2("x", 10) ## should modify "x" ## now x should be 11, but only here and NOT globally! ... } I would like to appreciate any solution! Thanks in advance Meinhard Ploner
2005 Dec 12
2
export from R to MySQL
Hi R user! What is the fastest way to export a large matrix or vector to a MySQL database? The use of data.frame() and dbWriteTable() makes the process slow, so is there any <direct> alternative? Regards Meinhard Ploner
2002 Feb 22
3
storing large data.frame's
...per session, what's the best way? If all are stored in the actual .Rdata, the system gets slow. On the other hand, I wouldn't like to make a separate package for the data. Should I save it with save() and then remove it with rm() ? Could I reload it then? Thanks for suggestions Meinhard Ploner ps my system: R 1.4.1 on mac/darwin. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 th...
2005 Oct 11
4
Q: Suggestions for long-term data/program storage policy?
...ble on CRAN indefinitely? 2) Is .RData a reasonable file format for long term storage? I would also be very grateful for any other suggestions, comments or links for setting up and implementing such a storage policy (R- specific or otherwise). Thank you for your time, alexander Alexander.Ploner@meb.ki.se Medical Epidemiology & Biostatistics Karolinska Institutet, Stockholm Tel: ++46-8-524-82329 Fax: ++46-8-31 49 75 [[alternative HTML version deleted]]
2006 Aug 19
1
problem with Rcmd check and fortran95, makefile
...to the 2 commands above. If I run now Rcmd check --no-latex test90 Rcmd install test90 then test90.dll is made but the export table is empty and therefore in R the functions cannot be loaded. Any idea? Can it be that Rcmd gives further flags to the compiler/linker? Any hints appreciated Meinhard Ploner South Tyrol (Italy) PS The fortran file is simply: SUBROUTINE BLABLA(A) !DEC$ ATTRIBUTES DLLEXPORT :: blabla ### without this line the prob is the same :-( IMPLICIT DOUBLE PRECISION (A-H,O-Z) A=A+1 RETURN END SUBROUTINE BLABLA [[alternative HTML version deleted]]
2002 Jan 30
1
Grid won't load on Windows NT
...function name not in load table Error in library(grid): .First.lib failed PC: Windows NT 4.0 SP6 on a Ghz-Pentium machine with 256 MB memory R: version 1.4.0 patched (23/01/02) grid: 0.5-1, built 26/01/02 I haven't found this on CRAN; any ideas would be appreciated. alexander -- Alexander Ploner Applied Statistics Univ. f. Agricultural Sciences Gregor Mendel Str. 33 1180 Vienna, Austria, Europe Tel.: +43-1-47654-5063 E-Mail: ploner at stat.boku.ac.at -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~horni...
2003 May 21
2
overlapping a plot with an external image
It's possible to overlap an external image (jpg or pdf) with a plot generated with R? Specifying the image as the background of the plot might not be possible... any idea? thanks Meinhard Ploner
2004 Jul 09
0
packages & data-sets & name spaces
> From: Prof Brian Ripley <ripley at stats.ox.ac.uk> > Date: June 17, 2004 12:15:01 PM CEST > To: Meinhard Ploner <meinhardploner at gmx.net> > Cc: r-help at stat.math.ethz.ch > Subject: Re: [R] packages & data-sets > > On Thu, 17 Jun 2004, Meinhard Ploner wrote: > >> It's possible to create a package with functions and data, >> from which the use >> >> libr...
2007 Oct 08
1
data.frame's and [2, c(T, F)] in R 2.6.0
In R prior to 2.6.0 with matrizes as well as with data.frames it is possible to do: a[2, c(TRUE, FALSE)] In R 2.6.0 the mixed indexing works only for matrizes. Is this the intention, a bug, or did I get something wrong? Best regards Meinhard Meinhard Ploner Althingstrasse 15 39031 Bruneck P.IVA 0234 058 0212 Tel. +39 340 8937861 www.data-ploner.com [[alternative HTML version deleted]]
2004 Jul 08
1
building packages with NAMESPACE
...t named 'value' ... WARNING Error in .tryQuietly({ : Error in library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) : package/namespace load failed Execution halted Without NAMESPACE file there wasn't any error, so anybody could help me? Thanks Meinhard Ploner PS: version _ platform powerpc-apple-darwin7.2.0 arch powerpc os darwin7.2.0 system powerpc, darwin7.2.0 status major 1 minor 8.1 year 2003 month 11 day 21 language R
2006 Feb 01
1
R CMD check barfs at 'suggested' package
...ace help? If so, how specifically? Etc.? Thanks for your time (and expertise), alexander platform powerpc-apple-darwin7.9.0 arch powerpc os darwin7.9.0 system powerpc, darwin7.9.0 status Patched major 2 minor 1.0 year 2005 month 05 day 12 language R Alexander.Ploner@ki.se Medical Epidemiology & Biostatistics Karolinska Institutet, Stockholm Tel: ++46-8-524-82329 Fax: ++46-8-31 49 75 [[alternative HTML version deleted]]
2003 Apr 24
1
Windows: Graphics appear only partially
....6.2, with the same results. The computers are running Windows 2000, with somewhat elderly video cards (NVidia Vanta with 8 mb of video RAM), the monitor is set to 1024x768 and "true colors" (32 bit). Has anyone suggestions why this might be? What might be done? Thanks! alex Alexander.Ploner at mep.ki.se Phone: 46-8-524-82329 Fax : 46-8-314975 Medical Epidemiology & Biostatistics Karolinska Institutet, P.O. Box 281, SE-171 77 Stockholm
2005 Oct 20
1
strange behaviour of memory management
...stops by reaching a memory limit. It seems that R doesn't release all the memory even if it don't adds global objects. Further I'm interesited if for a UNIX-derivate like Mac OS X gc() or rm(localObjects) (used in local functions) make any difference/ advantage?? Best Meinhard Ploner Erste Bank
2004 Sep 29
2
problems with ESS & R ...
Hi! I have R 1.9.1, Mac OS X 10.3.5, GNU Emacs 21.2.1 and ESS 5.2.3. I installed today the ESS by not changing ess-site.el, but creating .emacs in $home with the single line: $ cat ~/.emacs (load "/usr/local/lib/ess-5.2.3/lisp/ess-site") If I start now emacs and then R (with M-x R) then I get: > options(STERM='iESS', editor='emacsclient') but using fix() oder
2004 Aug 16
3
plot.table on R 1.9.1
Hello! What is wrong on my system? I have downloaded today R 1.9.1 on my PC with Windows. plot.table isn't available in package <base> and neither in package <graphics> (as suggested after ?plot.table). Kind regards Meinhard Ploner [[alternative HTML version deleted]]
2004 Sep 24
2
emacs, Mac OS X, R
Hi! Since August I am using emacs on my Macintosh to edit the R objects. I have installed R 1.9.1, Mac OS X 10.3.5 and GNU Emacs 21.2.1. However there are some issues I haven't resolved: a) switch the caps lock key to the meta key (and when this is not possible, switch the alt/option key to the meta). The switch should work only within emacs! b) having different colors for the code,
2002 Feb 22
1
Summary: read.table on Mac OS X, CARBON vs. DARWIN
...(grep(pattern, line))) >> next >> } >> lines <- c(lines, line) >> # >> # additional line required >> # >> nlines <- nlines+1 >> } > >> -- > > > > > Meinhard Ploner <meinhardploner at gmx.net> on 02/22/2002 03:17:34 > > To: james.holtman at convergys.com > cc: > Subject: Re: [R] read.table on Mac OS X, CARBON vs. DARWIN > > > Yes. Thanks a lot. > I had the 1.4.0 because on Fink the latest version (1.4.1) is not > available....
2003 Mar 13
2
RODBC and Excel in Widows
Hello, I have some problems with RODBC and Excel in Win98 I am using R 1.6.2 and just upgraded RODBC to the last version on CRAN. I have an Excel file with columns Number, Name, Sex, Age, FEV1 on Sheet 1 and Number, Age, FEV1, Name, Sex on Sheet 2. Now I open the channel to the file > chan1 <- odbcConnectExcel("c:/testOdbc.xls") > tables(chan1) and the list appears with the 2