Displaying 20 results from an estimated 30 matches for "meinhard".
Did you mean:
reinhard
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
l...
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
...e 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, i.e. comments, commands,
strings, ...
thanks in advance!
Meinhard
2004 Mar 23
3
how to modify variables of another frame (but not global)
...the calling 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
2002 Feb 22
3
storing large data.frame's
...e or two 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",...
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
2004 Sep 29
2
problems with ESS & R ...
...or='emacsclient')
but using fix() oder edit() doesn't work:
> fix(pc)
emacsclient: can't find socket; have you started the server?
Error in edit(name, file, editor) : problem with running editor
emacsclient
Maybe I forgot to do some simple steps??
Hope anybody could help me
Meinhard
2002 Feb 22
1
Summary: read.table on Mac OS X, CARBON vs. DARWIN
...f (length(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
> avai...
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
>>
>&g...
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
...al arg not 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 Aug 19
1
problem with Rcmd check and fortran95, makefile
...ly equal 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]]
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
2014 May 04
1
blazer_ser: UPS behind seriell ethernet converter
...the linux side I
started socat and blazer_ser. All I got are timeouts after 12 seconds. I can
see network traffic with tcpdump but I've no idea what to do to get this
working.
Does anyone have experencies with blazer_ser and a remote UPS connected via
seriell ethernet converter?
Many tanks.
Meinhard
2001 Nov 09
1
R for Mac OS X
It seems that R 1.3.1 is not very stable for Mac OS X.
I installed it some days ago and had about 10-20 crashes
in the last days.
In S-Plus I never had these problems (or seldom), but
I worked on Win NT.
Who can help?
Meinhard
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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...
2004 Jun 17
1
packages & data-sets
...9;s possible to create a package with functions and data,
from which the use
library(pkg-name)
"attaches" not only the functions, but also the data?
I want avoid to use
data(dataset, package="name")
because this makes a global copy of the data-set ...
Anyone could help me?
Meinhard
2005 Oct 20
1
strange behaviour of memory management
...n the job 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
1997 Aug 15
3
Samba and AFS
...akes me suspect that Samba looks at the ownership of the
files even under AFS and perhaps the attributes for group and other users,
which is all fairly meaningless under AFS... Is this possible?
Cheers,
Helge
----------------------------------------------------------------------------
Helge MEINHARD CERN (European Laboratory for Particle Physics)
ECP division, CH-1211 Geneve 23, Switzerland
Phone: +41 22 76-76031, Fax: +41 22 76-73100
E-mail: Helge.Meinhard@cern.ch
2003 Sep 18
2
Place a graphic into an R-plot
I have a graphic image in a file (say a *.jpeg or *.png file) and want to
put it into a plot. I have segmented the plot area by means of the layout
function and successfully plotted my data in the appropriate segments. I
cannot find how to put my graphic image onto the same plot. Searching the
archives has shed little light on my challenge.
Many thanks in anticipation.
Gordon
> version