search for: linnet

Displaying 4 results from an estimated 4 matches for "linnet".

Did you mean: libnet
2000 Mar 18
1
X forwarding / hostname
Hi, I'm running OpenSSH-1.2.2p1 under RH Linux 6.1. One of my machines is a laptop, and its IP address tends to change as I move it around. I have set its kernel hostname to "vaio.linnet.org", and have the following in /etc/hosts to ensure this name is always usable: 127.0.0.1 localhost.localdomain localhost vaio.linnet.org Now, the problem is with X forwarding. If I ssh into this box with X forwarding, it doesn't work - see transcript below. I have to set "hostname...
2011 Mar 30
0
Package FuncMap Now Available on CRAN
...39;m pleased to announce that the FuncMap (v 1.0) package is available on CRAN. This is a single function package that makes hive plots of function calls for a specified package. Hive plots are a powerful concept developed by Martin Krzywinski at the Genome Sciences Center (mkweb.bcgsc.ca/linnet/). FuncMap is a simple implementation of Martin's concept. Function calls in a package are categorized as source functions, sink functions, or middle-managers, and plotted on 3 axes with several options available (?FuncMap for details of course). I'm not entirely certain of what us...
2011 Mar 30
0
Package FuncMap Now Available on CRAN
...39;m pleased to announce that the FuncMap (v 1.0) package is available on CRAN. This is a single function package that makes hive plots of function calls for a specified package. Hive plots are a powerful concept developed by Martin Krzywinski at the Genome Sciences Center (mkweb.bcgsc.ca/linnet/). FuncMap is a simple implementation of Martin's concept. Function calls in a package are categorized as source functions, sink functions, or middle-managers, and plotted on 3 axes with several options available (?FuncMap for details of course). I'm not entirely certain of what us...
2010 Feb 10
2
Total least squares linear regression
Dear all, After a thorough research, I still find myself unable to find a function that does linear regression of 2 vectors of data using the "total least squares", also called "orthogonal regression" (see : http://en.wikipedia.org/wiki/Total_least_squares) instead of the "ordinary least squares" method. Indeed, the "lm" function has a