search for: jewell

Displaying 20 results from an estimated 128 matches for "jewell".

Did you mean: sewell
2011 Sep 21
3
Reading data in lisp format
Hi, I am trying to read the "credit.lisp" file of the Japanese credit database in UCI repository, but it is in lisp format which I do not know how to read. I have not found how to do that in the foreign library http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening <http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening> Could anyone help me? Best
2008 Apr 17
2
Design and analysis of mixture experiments
.../www.itl.nist.gov/div898/handbook/pri/section5/pri54.htm>. I can't believe that R doesn't have facilities to design and analyse such experiments, but I haven't been able to find them (I have looked quite hard!). Can anyone point me in the right direction? Thanks in advance, Keith Jewell mailto:k.jewell at campden.co.uk telephone (direct) +44 (0)1386 842055 Released by Mr. K. Jewell _____________________________________________________________________ The information in this document and attachments is given after the exercise of all reasonable care and skill in its compilatio...
2011 Sep 29
3
Finding inter-function dependencies within a package
...l one specific function. I think I've seen a tool for identifying such dependencies, but now I can't find it :-( Searches of help and R site search for keywords like function, call, tree, depend haven't helped :-( Can anyone point me in the right direction? Thanks in advance, Keith Jewell
2002 May 23
4
3.2.3p1 on OpenServer
...hey get stair-stepping everywhere. Issuing an stty sane resolves the issue for that login. For bug 245 in 3.2.2p1, the call to setsid() is sshd.c was bypassed due to problems it was causing with Solaris. However, by allowing this method to be called, the stair-stepping goes away. Thanks, Greg Jewell
2002 Dec 10
3
X forwarding on OpenServer
...of wrong authentication. X connection to localhost:10.0 broken (explicit kill or server shutdown). Please note that I am not using "su" at any point in time. I have seen several messages where similar problems occur when people use this. Has anybody else encountered this? Thanks, Greg Jewell
2013 May 01
2
Catch SIGINT from user in backend C++ code
...ext hanging, meaning that if the algorithm is launched again R dies. If I could trap the SIGINT, then I could make sure a) that the algorithm stops immediately, and b) that the CUDA context is destructed nicely. Is there a "R-standard" method of doing this? Thanks, Chris -- Dr Chris Jewell Lecturer in Biostatistics Institute of Fundamental Sciences Massey University Private Bag 11222 Palmerston North 4442 New Zealand Tel: +64 (0) 6 350 5701 Extn: 3586
2009 Dec 22
4
Problem with expand.grid
...o The new (in 2.9.0) 'stringsAsFactors' argument to expand.grid() was not working: it now does work but has default TRUE for backwards compatibility. but I don't think that's relevant, I have no factors. I'm probably being silly. Can anyone point out where? Best... Keith Jewell --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = Patched major = 2 minor = 10.1 year = 2009 month = 12 day = 21 svn rev = 50796 language = R version.string = R version 2.10.1 Patched (2009-12-21...
2015 Aug 26
0
Fax #6km6iZ10M from Jewell Nicolas
...rfield LLC. Our company develops rapidly and services remain fastest and open to everyone. As our slogan goes: "Fast. Cheap. Best quality." ********************************* -------------- next part -------------- A non-text attachment was scrubbed... Name: fax_6km6iZ10M_Satterfield LLC_Jewell Nicolas.zip Type: application/x-zip-compressed Size: 16247 bytes Desc: not available URL: <http://www.zytor.com/pipermail/klibc/attachments/20150826/ba0fc0ac/attachment-0001.bin>
2008 Feb 18
0
Solved (??) Behaviour of integrate (was 'Poisson-lognormal probab ility calculations')
...rp peak, so I was running into the integrand "feature" mentioned in the note. I resolved it by limiting the range of integration as shown here: -------------------------------------------------- function (x, meanlog = 0, sdlog = 1, sdlim=6, rel.tol = .Machine$double.eps^0.5,...) { #+ # K. Jewell Feb 2008 # Based on VGAM::dpolono, modified to cover wider range of x # Some simplification, but major change is to avoid integration problems by # limiting range of integration to sdlim (default = 6) standard deviations each side # of mean of Poisson or lognormal. Also increase default precisio...
2019 Oct 24
3
Wonky Firefox 68.0.1esr upgrade
I just applied a bunch of updates to my CentOS 7 system yesterday, one of which was a Firefox update to 68.0.1esr. Now when I bring up sites I would log in to -- my bank, credit cards, etc., the Password box is wonky and shakes and doesn't display successive dots? for characters I type, nor does it accept what I type. My work around currently is to type the password first, then my userid
2011 Aug 11
2
UNC windows path beginning with backslashes: normalizePath bug??
...f .libPaths is called with a 'new' argument it will breaks things again. normalizePath seems to produce paths that don't work with Sys.glob. I have the feeling I'm being silly and making hard work of all this. Any comments? Suggestions? Best regards, and thanks in advance/ Keith Jewell "Keith Jewell" <k.jewell at campden.co.uk> wrote in message news:... > Hi, > > Back in 2010 I had a problem with 'update.packages()', which I worked > around by mapping a drive letter to a UNC path [described in > <http://finzi.psych.upenn.edu/Rhelp10/20...
2007 Nov 13
4
has_and_belongs_to_many between the same model
Hi! I have two models: Jewel and Crate. A crate can contain other crates and it can also contain as many jewels as we want. So, in jewel.rb i put: [code] belongs_to :crate [/code] and in crate.rb: [code] has_many :jewels has_and_belongs_to_many :crates [/code] Now i have to create the join table "crates_crates" but i really have no idea on how to specify the first index is the
2006 May 17
8
Html Email Problem
Dear Rubyians, I am facing problems to send Html Email scnce one month. I changed the content type is text/html and charecter set "utf-8" I worte the html code in the confirm.heml in the action mailer folder. but mail is going with html code Exapmle: <html border="2"> <tr><td></td></tr></html> code in the confirm .html In the
2001 Feb 22
3
Problems with sftp under SCO OpenServer
...es are shown as "(null)". File sizes, owners, etc. display properly. This behavior is exhibited from all origination points. OpenSSH was configured with identical parameters (apart from the path to xauth), and compiled with OpenSSL 0.9.6 and zlib-1.1.3 under all systems. Thanks, Greg Jewell
2008 Aug 04
0
Unexpected nls behaviour: Solved
...successive integers starting at 1 if ((min(xy$x) !=1) | (any(diff(xy$x)!=1))) stop( "Batch is not a successive integers sequence") Lval <- list(xy$y) names(Lval) <- mCall["Coeffs"] Lval } , parameters = c("Coeffs") ) Sorry for wasting anyones time. Keith Jewell ------------------------------------------------- "Keith Jewell" <k.jewell at campden.co.uk> wrote in message news:... > Hi everyone, > > I thought that for a selfStart function, these two should be exactly > equivalent >> nls(Aform, DF) >> nls(Aform, DF, st...
2002 May 17
1
Ctrl-C disconnects when connected to Solaris with 3.2.2p1
...arc). I've also noticed another behavior, though. Anytime I press Ctrl-C while connected to a Solaris system running the 3.2.2 server, the session completely disconnects. This only appears to be happening with Solaris, as tests under SCO OpenServer and HPUX do not yield this. Thanks, Greg Jewell
2008 Jan 19
1
Set Return Type XML in Prototype
Please help i can''t return xml data using prototype. If i use data from direct xml file then it works fine but when i use ajax request with header content xml it''s not working My code just work on IE but in FF it does not working. My code sample are given below If any one already done this kinds of job Please help me as soon as possible. var xmlDoc; function Claulate() { var
2018 Apr 19
0
Question
...ts, e.g. https://en.m.wikipedia.org/wiki/Robust_statistics#Breakdown_point Olivier -- Olivier Crouzet Assistant Professor @LLING UMR6310 - Universit? de Nantes / CNRS Guest Scientist @UMCG - University Medical Center Groningen / RijksUniversiteit Groningen > Le 19 avr. 2018 ? 11:00, Keith Jewell <Keith.Jewell at campdenbri.co.uk> a ?crit : > >> On 15/04/2018 17:26, Marc Girondot via R-help wrote: >>> Le 15/04/2018 ? 17:56, alireza daneshvar a ?crit : >>> break-down point >> Can you explain more what you plan to do and give an example of what you have...
2018 Apr 19
2
Question
On 15/04/2018 17:26, Marc Girondot via R-help wrote: > Le 15/04/2018 ? 17:56, alireza daneshvar a ?crit?: >> break-down point > > Can you explain more what you plan to do and give an example of what you > have tried to do until now to do a "break down point" in R. Perhaps a > "break down point" is common in your field, but I have no idea about > what
2009 Dec 04
1
multidimensional point.in.polygon??
...n each time round the loop will remove only a few dozen points; I need to remove many thousands. And (in my naivete) I think there must be a better way of testing for a point inside a polygon, I'd have thought convhulln must need to do that often! Thanks in advance for any pointers, Keith Jewell