Displaying 17 results from an estimated 17 matches for "buerkle".
2001 Mar 19
2
Samba and java
Hi,
I have sent this message before does any one have any ideas? We really need
to be able to run Java class files from the root of a samba share. I think
that the problem may have to do with Samba file name mangeling and that this
may be preventing the java virtual machine from finding the calls file
through the classpath environment variable.
Here is the original message.
Can any one help?
We
1999 Jun 23
4
does a factorial function exist
...valuation of factorials (i.e., n!, not
factorial designs). Is there such a function?
It is trivial to code, so everyone could write their own, but it also
would be worthwhile as a standard tool. I'm guessing I am just
overlooking it.
~^^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^
C. Alex Buerkle Ph: 812-855-9018
Jordan Hall 142 Fax: 812-855-6705
Department of Biology
Indiana University
Bloomington, IN 47405 cbuerkle at bio.indiana.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.c...
1999 Jan 19
1
r-help[Q]: use of `expression' in annotation
...petstring to contain r[rho*p] = peti, where peti is the corr.
coefficient that would vary across panes in the figure. I have tried
various combinations of paste and expression and have not hit on the right
combination (instead I usually get peti as a literal rather than a
variable).
Thanks, Alex Buerkle
~^^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^
C. Alex Buerkle Ph: 812-855-9018
Jordan Hall 142 Fax: 812-855-6705
Department of Biology
Indiana University
Bloomington, IN 47405 cbuerkle at bio.indiana.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2010 May 12
6
Path to R script
...of the script.
Thank you for any suggestion,
J. W. D.
--
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- Dr. Johannes W. Dietrich, M.D.
-- Laboratory XU 44, Endocrine Research
-- Medical Hospital I, Bergmannsheil University Hospitals
-- Ruhr University of Bochum
-- Buerkle-de-la-Camp-Platz 1, D-44789 Bochum, NRW, Germany
-- Phone: +49:234:302-6400, Fax: +49:234:302-6403
-- eMail: "j.w.dietrich at medical-cybernetics.de"
-- WWW: http://medical-cybernetics.de
-- WWW: http://www.bergmannsheil.de
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --...
2000 Jul 17
3
na.omit
Why is it that when a vector contains no NAs, na.omit returns an empty
vector rather than the object/vector that was passed to it?
>na.omit(c(1,2,3,4))
numeric(0)
in contrast ...
>na.omit(c(1,2,3,NA))
[1] 1 2 3
attr(,"na.action")
[1] 4
attr(,"na.action")attr(,"class")
[1] "omit"
Thanks, Alex
---------------------------
platform
1999 Jun 29
1
question regarding names() value assignment
...t; names(tmp)
[1] "else" "again"
> names(tmp[2])
[1] "again"
> names(tmp[2])<-"altogether"
> names(tmp[2])
[1] "again"
Can anyone explain this behavior to me?
Thanks, Alex
~^^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^
C. Alex Buerkle Ph: 812-855-9018
Jordan Hall 142 Fax: 812-855-6705
Department of Biology
Indiana University
Bloomington, IN 47405 cbuerkle at bio.indiana.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.c...
2011 Nov 14
1
Power analysis and sample size calculation for nonlinear regression
...regression (estimated with the "nls"
package).
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --
-- Dr. Johannes W. Dietrich, M.D.
-- Laboratory XU44, Endocrine Research
-- Medical Hospital I, Bergmannsheil University Hospitals
-- Ruhr University of Bochum
-- Buerkle-de-la-Camp-Platz 1, D-44789 Bochum, NRW, Germany
-- Phone: +49:234:302-6400, Fax: +49:234:302-6403
-- eMail: "j.w.dietrich@medical-cybernetics.de"
-- WWW: http://medical-cybernetics.de
-- WWW: http://www.bergmannsheil.de
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --...
2003 Apr 29
1
configure succeeds without dlfcn.h, but fails to compile (OS X) (PR#2875)
Full_Name: Alex Buerkle
Version: 1.7.0
OS: OS X
Submission from: (NULL) (137.28.112.199)
The configure of R-1.7.0 completed, but the build fails with error
below. This failure appears to be because dlfcn.h was missing (installing it
fixed the problem).
The possible bug: my limited ability to read ./configure sugge...
1999 Feb 18
1
[Q] use of expression() in plot() vs. hist()
...worked:
> hist(c(0,0,0,0,4,5,6,6,6,8), xlab=expression(paste("scaled", pi)))
---- works as expected, ie. prints the greek pi
Does anyone have any suggestions for how to get such expressions into
hist()?
thanks, Alex
~^^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^
C. Alex Buerkle Ph: 812-855-9018
Jordan Hall 142 Fax: 812-855-6705
Department of Biology
Indiana University
Bloomington, IN 47405 cbuerkle at bio.indiana.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read...
1999 Apr 21
1
source("filename") vs. input from command-line
...39;variance of the eigenvalues:', varEig), fill=TRUE)
When the list is shorter, I don't get this problem.
Anyone have any ideas as to what is going on? The reason I am doing this
is to call R from a PERL program.
Thanks, Alex
~^^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^
C. Alex Buerkle Ph: 812-855-9018
Jordan Hall 142 Fax: 812-855-6705
Department of Biology
Indiana University
Bloomington, IN 47405 cbuerkle at bio.indiana.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read h...
2010 Aug 13
1
Bug in t.test?
...d KaleidaGraph all display a p-value of 0.1162.
J. W. D.
--
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- Dr. Johannes W. Dietrich, M.D.
-- Laboratory XU44, Endocrine Research
-- Medical Hospital I, Bergmannsheil University Hospitals
-- Ruhr University of Bochum
-- Buerkle-de-la-Camp-Platz 1, D-44789 Bochum, NRW, Germany
-- Phone: +49:234:302-6400, Fax: +49:234:302-6403
-- eMail: "j.w.dietrich at medical-cybernetics.de"
-- WWW: http://medical-cybernetics.de
-- WWW: http://www.bergmannsheil.de
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --...
1998 Nov 20
4
R-0.63 for MsWindows
New files (at CRAN/binaries/ms-windows/win-32-devel ; available
at least at Vienna; in a couple of days on every mirrors)
- rw0630b.zip: binary distribution; it should run under Win3.1/Win32,
Win95, Win98 and WinNT;
- rw0630h.zip: `stardard help' files (the ones you see after
help(topic) or ?topic); it also includes
the help examples (the one needed by
1998 Nov 20
4
R-0.63 for MsWindows
New files (at CRAN/binaries/ms-windows/win-32-devel ; available
at least at Vienna; in a couple of days on every mirrors)
- rw0630b.zip: binary distribution; it should run under Win3.1/Win32,
Win95, Win98 and WinNT;
- rw0630h.zip: `stardard help' files (the ones you see after
help(topic) or ?topic); it also includes
the help examples (the one needed by
2000 Jan 12
1
compilation problem on linuxppc
I am trying to install R-.90 on a powermac (4400) running linuxppc-1999.
This is a variant of RedHat.
./configure goes OK
make goes OK until it gets to dataentry.h.
Then it reports that it can't find some .h files.
dataentry.h 22 X11/X.h
dataentry.h 22 X11/Xlib.h
dataentry.h 22 X11/Xutil.h
dataentry.h 22 X11/keysym.h
dataentry.h 22 X11/cursorfont.h
I have installed X, but this seems to
2000 Jul 17
0
Re: [R] na.omit (PR#610)
buerkle@hawaii.edu writes:
> Why is it that when a vector contains no NAs, na.omit returns an empty
> vector rather than the object/vector that was passed to it?
>
> >na.omit(c(1,2,3,4))
> numeric(0)
Well, because there is a bug in na.omit.default. The problem is in the
se...
2001 Sep 07
2
Command-line editing re-visited.
...ll couldn't get
command line editing to work.
My problem was immediately solved by Prof. Brian Ripley who
said
> ... you need to delete config.cache and re-configure, I expect.
I did that, and away it went.
I also got responses from Peter Dalgaard, Thomas Vogels,
Dirk Eddelbuettel, Alex Buerkle, and Jason Turner. Thanks to all
who responded.
(2) New questions:
==================
(a) Now my ``m'' key won't work in R!!! When I press ``m'' the machine
just beeps. All other keys seem to work O.K. What's going on and
how do I fix it?
(The ``m'' key is onl...
2023 Jul 16
1
SFTP support for subsecond times
using "synchronized" subsecond timestamps imho only makes sense with synchronized time (ntp) through that ssh tunnel, too.
and with this assumption a "full VPN ssh usage" instead of "only filesystem timestamps" [maybe trying with target systems without subsecond timestamps?] seems impractical to me. or at least "...
[sry, didnt have internet to send,
incomplete