search for: glynn

Displaying 20 results from an estimated 102 matches for "glynn".

Did you mean: glenn
2002 Jan 06
28
Gre Tunneling Problem
...2.1 dev neta ip route add 192.168.1.0/24 dev neta I could ping both sides the eth0 and also the eth1 with is for the private network, here is my problem i couldnt ping the other private ip addresses which my eth1 is connected to the hub, anyone can help me, whats my error. pls reply asap. thanks Glynn Condez
2005 Apr 29
0
Anscombe-Glynn, Bonett-Seier, D'Agostino
Dear useRs, I was searching CRAN for implementation of kurtosis and skewness tests, and found that there is some kind of lack on it. So, I have written three functions: 1. Anscombe-Glynn test for kurtosis 2. Bonett-Seier test based on Geary's kurtosis (which is not widely known, but I was inspired by original paper describing it, found coincidentally in Elsevier database) 3. D'Agostino test for skewness These three functions are not enough to make another small package,...
2010 Oct 06
3
Help troubleshooting silent failure reading huge file with read.delim
...ad the last 196,596 records without any problems. Questions: Is there some memory-related parameter that I should adjust that might explain the observed details above? Shouldn't read.delim catch this failure instead of being silent about dropping data? Thanks for any help with this. Earl F Glynn Overland Park, KS
2007 Jun 12
3
Read Windows-like .INI files into R data structure?
...: [Section1] var1=value1 var2=value2 [Section2] A=value3 B=value4 ... >From Google and other searches I haven't found any package, or function within a package, that reads .INI files into an R list, or other data structure. Any suggestions, or do I need to write my own? efg Earl F. Glynn Stowers Institute for Medical Research
2011 Oct 25
1
alternative option in skewness and kurtosis tests?
I have a question about the D'Agostino skewness test and the Anscombe-Glynn kurtosis test. agostino.test(x, alternative = c("two.sided", "less", "greater")) anscombe.test(x, alternative = c("two.sided", "less", "greater")) The option "alternative" in those two functions seems to be the null hypothesi...
1998 Aug 05
6
IP Security for Linux (IPSec)
I''ve kept this one on the back burner for a while, waiting for it to mature before attempting to use it, and now having seen OpenBSD ship with IPSec I''m getting a bit impatient =). What is the status of IPSec for Linux (and more specifically RedHat)? By this I mean I just did some www browsing/etc and found about a half dozen different implimentations, ranging from NRL, to a
2005 Nov 02
2
RODBC and Excel: Wrong Data Type Assumed on Import
...xcel spreadsheet" but is silent on how to control the data type on import. Could the documentation be expanded to address this issue? I really need to show "Plasmid 275a" and "Plasmid 275b" instead of "Plasmid NA". Thanks for any help with this. efg -- Earl F. Glynn Scientific Programmer Bioinformatics Department Stowers Institute for Medical Research
2007 Oct 31
2
Don't understand write.csv default: Why is column name for column of row names blank?
...n names in a new column one so they can have a column name too, and then suppress the row names in the write.csv. What am I missing? Is there an easy way to fill this blank field with a useful name for a database key when using write.csv defaults? Thanks for any insight on this. efg Earl F. Glynn Scientific Programmer Stowers Institute for Medical Research
2005 Aug 15
1
Anything like dir.choose (similar to file.choose) in R?
...y addition to R.) SHBrowseForFolder Function http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shbrowseforfolder.asp Using the Shell API function SHBrowseForFolder() http://community.borland.com/article/0,1410,17008,00.html efg -- Earl F. Glynn Bioinformatics Stowers Institute for Medical Research
2006 Aug 14
1
Help with workaround for: Function '`[`' is not in the derivatives table
...; D(E, "A[2]") Error in D(E, "A[2]") : Function '`[`' is not in the derivatives table If I want to have a long vector of coefficients, A, (perhaps dozens) how can I use "D" to compute partial derivatives? Thanks for any help with this. efg Earl F. Glynn Scientific Programmer Stowers Institute for Medical Research
1999 Dec 01
0
Security Patches for Slackware 7.0 Available (fwd)
....redhat.com (199.183.24.239) by lists.redhat.com with SMTP; 1 Dec 1999 01:08:47 -0000 Received: from nirvana.ingames.com (root@ingames.no [195.159.15.5]) by mail.redhat.com (8.8.7/8.8.7) with ESMTP id UAA24524 for <linux-security@redhat.com>; Tue, 30 Nov 1999 20:08:44 -0500 Received: from glynn.ingames.com (glynn.cvg.no [195.159.15.204]) by nirvana.ingames.com (8.8.7/8.8.7) with SMTP id CAA23209; Wed, 1 Dec 1999 02:11:08 +0100 From: Glynn Clements <glynn@sensei.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14404...
2008 Feb 06
1
Building R for Windows
...-toolset says: ./configure make These two statements work find on Linux, but I must be missing something under Windows XP Pro? Any suggestions? Also, what changes must be made to build R on a 64-bit Windows box? Do R Tools work for a 64-bit environment? Thanks for any help on this. Earl F. Glynn Bioinformatics Stowers Institute for Medical Research
2007 Feb 08
1
Suggestion about "R equivalent of Splus peaks() function"
...sult[1:(length(result)-s)] result } A better solution might be a ties.method parameter to peaks, which can be passed to max.col. I did all of this in R 2.4.1, but the problem seems to be in earlier versions too. Just in case anyone else is using this "peaks" function. efg Earl F. Glynn Stowers Institute for Medical Research
1997 Jul 08
3
so-called snprintf() in db-1.85.4
Hi, There is a severe problem with the db-1.85.4 library''s Linux port that can be found on sunsite.unc.edu under /pub/Linux/libs/db-1.85.4-src.tar.gz (sp?): This library contains a "snprintf" function which breaks down to a common sprintf, ignoring the size parameter. Obviously, this was thought to be a terribly bad work-around for C libraries which don''t contain an
2007 Sep 27
1
R "capabilities" on a cluster node
...' PNG bitmap device * 'jpeg' JPEG bitmap device We can just recompile to get png or jpeg support? Are X11 libraries used on cluster nodes while running "headless"? Can I create pngs or jpegs without X11? Thanks for any advice about this. efg Earl F. Glynn Scientific Programmer Stowers Institute for Medical Research
2005 Aug 10
1
Why only a "" string for heading for row.names with write.csv with a matrix?
..., instead of write.csv: > write.csv(y, row.names=F, col.names=T, file="y.csv") Error in write.table(..., col.names = NA, sep = ",", qmethod = "double") : col.names = NA makes no sense when row.names = FALSE Thanks for any insight about this. efg -- Earl F. Glynn Bioinformatics Stowers Institute
2005 Feb 08
1
Windows BMPs: Why grey background? How to display BMP in R?
...otting a huge number of points so the file size is reasonable. (GIFs with drawings would be even better than BMPs. I guess I could try PNGs.) With the GIF/LZW patent issue now in the past, why not have a GIF driver and even support creation/display of some simple animated GIFs in R? Earl F. Glynn Scientific Programmer Stowers Institute for Medical Research
2006 Mar 16
2
french secondary boxplot
bonjour, i'm a mathematic teacher and i have a question for R-developers : is it possible to have (in the future) a boxplot with whiskers from the first decile to the ninth decile, as usual in secondary french schools... by example : boxplot(serie,range=-1) for french boxplot ? cordialement, jean-pierre lyc?e jean zay orl?ans, france http://mathazay.free.fr/spip/
2004 Jul 01
1
Help with Welltech 2FXO gateway, GS BT100 and Asterisk
Hi All, I'm trying to configure 2 GS BT100 connected to asterisk and Welltech 2 ports FXO gateway. I configure WellTech 2ports FXO and GS BT100, both GS BT100 can call each other without any problem but when I tried to call a local extensions connected to my Welltech FXO gateway, I couldn't hear any voice on both ends. I would like to ask if anyone has ever encountered this kind of
2010 Sep 20
1
correction
...virtual application. Theory! I suspect that if you add the network interface with application that have non root privileges or you have configured /etc/access.conf. In additional to running selinix, root could be the one that may have the authority to add the network interface configuration. -- Glynn D. Reynolds <glynnreynolds123 at gmail.com> GDRENTERPRISE