search for: bhm

Displaying 8 results from an estimated 8 matches for "bhm".

Did you mean: bh
1999 Aug 20
2
Referencing R in journal paper?
I'm using R for calculations and plots in a statistical paper. Is there a canonical reference to use in the bibliography? (Or is it not common to acknowledge computer programs in journal papers?) -- Bj?rn-Helge Mevik <bhm at math.uio.no> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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-he...
2001 Mar 24
1
Telling tcltk where tcl is?
...cal/share/tcl8.0 However, tcl is installed in /usr/lib/tcl8.0 on my machine. Is there a way to tell R or tcltk where tcl is located? (I'm sorry if this is a faq -- I've gone through all documentation I've found, but I still couldn't find out about it.) -- Bj?rn-Helge Mevik <bhm at math.uio.no> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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-he...
2000 Jun 14
2
Typo in the documentation of prcomp. (PR#569)
The help for prcomp on R 1.0.0 states that the component sdev of the return value is the eigenvalues of the cov matrix. Am I completely mistaken, or should this be the _square root_ of the eigenvalues? Also, the documentation is not very clear about how tol is used to omit components. (The _code_ is clear, though. :-) -- B/H
2009 Sep 06
2
selecting columns based on values of two variables
Dear R-list, I am having troubles selecting rows from a very large data-set containing distances between capitals. The structure of the data-set looks like this: numa ida numb idb kmdist midist 1 2 USA 20 CAN 731 456 2 2 USA 31 BHM 1623 1012 3 2 USA 40 CUB 1813 1130 I want to select a subset of these dyads, and have tried the following code: subset(capdist,ida == c("DEN","SWD","FIN") & idb == c("DEN","SWD","FIN")) This should ide...
2000 Sep 20
2
Image analysis in R?
...image analysis? I'm thinking of features such as o Reading and writing image files, o displaying indexed or "true color" images, o resizing, cropping, etc, of images, o filters for manipulating images (smoothing, edge detection, etc) o feature extraction -- Bj?rn-Helge Mevik <bhm at math.uio.no> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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-he...
2003 Sep 20
1
smbldap-tools updates (diffs)
Hi all, I have found the smbldap-tools provided in the samba 3 tarball to have a few glitches with the samba 3 schema. I have made my changes and 'diffed' them with the source. root@localhost # pwd /usr/local/samba/sbin root@localhost # for i in *.p*; do echo $i; diff $i /usr/local/src/samba-3.0.0rc4/examples/LDAP/smbldap-tools/$i; done smbldap-groupadd.pl smbldap-groupdel.pl
2001 Jun 15
1
image() with each grid point equal to one pixel?
Is it possible to specify that each grid point in an image() plot should occupy exactly one pixel on the screen? (R 1.2.0; Linux (RedHat 6.2); Intel (Pentium)) -- B/H -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in
2001 Apr 11
2
OpenSSH 2.5.2p2 and askass (fwd)
My c skills are remarkably rusty, but... I've been from one end of the source to the other and it doesn't seem that OpenSSH 2.5.2p2 will *EVER* use ssh-askpass (or any variation thereof). Is there some flag to flip when trying to compile it? I've looked at the SRPM that RedHat distributes, and at the latest CVS source from openssh.com. Neither appears to have any mechanism for