search for: wagman

Displaying 20 results from an estimated 42 matches for "wagman".

1999 May 24
1
sum(is.na(c(...)) -> negative number; bug or feature?
...> sum(is.na(c(1,NA,3))) [1] -1 (This is from R Version 0.64.0, under Redhat Linux 5.2 (compiled from scratch using egcs-g77-1.0.3a-14, although I can't imagine that's relevant). Is this a bug, or is there something about sum() that I'm missing? Thanks -------------------- Barnet Wagman wagman at enteract.com 773-645-8369 1361 N. Hoyne Chicago, IL 60622 --------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or &quo...
2016 Mar 23
2
r-base installation fails on Ubuntu 14.04
On 03/23/2016 10:23 AM, Dirk Eddelbuettel wrote: > On 23 March 2016 at 09:35, Barnet Wagman wrote: > | I am unable to install R on an up to date (i.e. apt upgraded) Ubuntu > | 14.04 system. According to > | https://cran.r-project.org/bin/linux/ubuntu/README (and many other sources), > | R is available for this version of Ubuntu (which is a stable version). > | > | I cur...
1999 Apr 19
1
Algorithm used by glm, family=binomial?
...s anyone know what algorithm R uses in glm, family=binomial (i.e. a logit model)? I assume that it's in the source somewhere, but I wasn't able to find it. I'd like to know what file it's in (in a unix distribution of R). Thanks for your help. --------------------------- Barnet Wagman wagman at enteract.com 1361 N. Hoyne, 2nd floor Chicago, IL 60622 773-645-8369 -------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/19990419/720e5901/attachment.html
1999 Apr 25
1
Catching errors?
Is there anyway (other than 'repeat'') of catching the errors that R throws? Thanks, ------------------- Barnet Wagman wagman at enteract.com 773-645-8369 1361 N. Hoyne Chicago, IL 60622 -------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "...
1999 Apr 25
1
Neophyte question re using dyn.load and accessing c functions
...ds "Error in .C("rctest", x) : C/Fortran function not in load table" There must be something I'm leaving out, but after searching the documentation and help archive, I'm stuck. Does the .so have to be in an R package (if so, where)? Thanks, ------------------- Barnet Wagman wagman at enteract.com 773-645-8369 1361 N. Hoyne Chicago, IL 60622 -------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/19990425/efb04208/attachment.html
2003 Oct 19
1
Running RMySQL with SuSE 8.2?
....) Any ideas as what might be generating this error, or as to combinations of rpms that will work under SuSE 8.2 would be appreciated. (I took a stab at compiling RMySQL from src, but I don't have MySQL src installed and I rather not get involved in this if I can avoid it.) Thanks, Barnet Wagman
2003 Oct 21
1
Patches for DBI/RMySQL "valueClass" problem?
...is a problem with setGeneric.setMethod in R 1.8.0 that affects DBI and RMySQL. Is there a fix for this? David Jame's refers to an 'R-patched version' but I haven't seen anything like this on CRAN. Would going back to an older version of R solve the problem? Thanks, Barnet Wagman "David James wrote: However, there is a problem in the released version of R 1.8.0 that affects the DBI and other packages (has something to do with methods that use the "valueClass" argument in the setGeneric/setMethod functions). In this case one needs to use the R-patched versi...
2003 Oct 23
1
Can you create a MySQL database with RMySQL?
Is it possible to create a database in MySQL via RMySQL? Also, is the format for the authorization field 'userName/password at databasename'? I saw an example like this somewhere in the documenation, but I haven't found the actual specification. Thanks, Barnet Wagman
1999 Apr 19
2
A couple problems installing 0.64 (under linux, redhat 5.2)
...file or directory dataentry.h:25: X11/keysym.h: No such file or directory dataentry.h:26: X11/cursorfont.h: No such file or directory" Any idea where these headers are on a redhat system? I can't seem to find them in any of the usual places. Thanks, --------------------------- Barnet Wagman wagman at enteract.com 1361 N. Hoyne, 2nd floor Chicago, IL 60622 773-645-8369 -------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/19990419/e1f0b5ad/attachment.html
1999 Apr 30
1
Question on the idiom: start <- coef; start[fit$pivot] <- coef
...ocumentation on it (and I'm not quite sure where to look in the source code). I'd like to understand what R does when a vector is assigned to another vector in this way. Thanks, (and thanks for all the other help I've gotten from member of the list lately) ------------------- Barnet Wagman wagman at enteract.com 773-645-8369 1361 N. Hoyne Chicago, IL 60622 -------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "...
2016 Mar 23
2
Fwd: Re: r-base installation fails on Ubuntu 14.04
-------- Forwarded Message -------- Subject: Re: [R-sig-Debian] r-base installation fails on Ubuntu 14.04 Date: Wed, 23 Mar 2016 13:07:44 -0700 From: Barnet Wagman <bdwgen at gmail.com> To: Dirk Eddelbuettel <edd at debian.org> > Lastly, and please don't take this the wrong way: I think I am helping way > more people like you who for one reason or other insist on older / frozen > system like 14.04 but then desire newer software....
2002 Apr 11
1
Need help decyphering 'make check' errors
..., I'd very much appreciate it. The error messages are make[4]: *** [ctest-Ex.Rout] Error 1 make[3]: *** [test-Examples] Error 2 make[2]: *** [test-Examples] Error 2 make[1]: *** [test-all-basics] Error 1 make: *** [check] Error 2 The full output is below. Thanks, Barnet Wagman ============================================================= /usr/local/R-1.4.1 # make check make[1]: Entering directory `/usr/local/R-1.4.1/tests' make[2]: Entering directory `/usr/local/R-1.4.1/tests' make[3]: Entering directory `/usr/local/R-1.4.1/tests/Examples' make[4]: Enterin...
2016 Mar 23
0
Fwd: Re: r-base installation fails on Ubuntu 14.04
...he hardware vendor, so it makes sense to stick with that for now given the support from the company for drivers (hopefully they will also support 16.04). In which case, yes roll back your backported fortran to use the version Ubuntu originally supplied. Thanks, Alex On 03/23/2016 01:33 PM, Barnet Wagman wrote: > > > > -------- Forwarded Message -------- > Subject: Re: [R-sig-Debian] r-base installation fails on Ubuntu 14.04 > Date: Wed, 23 Mar 2016 13:07:44 -0700 > From: Barnet Wagman <bdwgen at gmail.com> > To: Dirk Eddelbuettel <edd at debian.org> >...
2000 May 10
0
Polynomial Distributed Lags?
Has anyone writtent an R function for estimating linear models with polynomial distributed lags? Thanks, Barnet Wagman wagman at enteract.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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:...
2016 Mar 23
2
r-base installation fails on Ubuntu 14.04
On 23 March 2016 at 11:38, Barnet Wagman wrote: | It's a Dell XPS 13. | | Obviously I don't understand what's in libcmanager0. I wonder if I can | safely replace it. I'm a bit uneasy about replacing things Dell | installed. I gather there are some specialized drivers for the monitor | on this system. i) Apply comm...
1999 Jun 15
2
ESS and R
For anybody who uses ESS with R, how do you invoke the vsize and nsize options when you call R. I can't find any appropriate variables from an apropos. Thanks, Jord -- Jordan Howarth CSIRO Mathematical and Information Sciences mailto:jordan.howarth at cmis.csiro.au -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2006 Nov 12
2
segfault 'memory not mapped', dual core problem?
I encountered a segfault running glm() and wonder if it could have something to do with the way memory is handled in a dual core system (which I just set up). I'm running R-base-2.4.0-1, installed from the SuSE 10.1 x86_64 rpm (obtained from CRAN). (My processor is an AMD Athlon 64 x2 4800+). The error and traceback are *** caught segfault *** address 0x8001326f2b, cause 'memory not
2004 Feb 14
1
How to configure ess-5.2.0beta3-1.i586.rpm, Xemacs and SuSE 9.0?
I'm trying to get R and ESS to work with Xemacs on a newly installed SuSE 9.0 system. Is some setup required beyond installing the rpms? I've installed the Xemacs packages from SuSE xemacs-info-21.4.13-35 xemacs-packages-el-20030629-37 xemacs-21.4.13-35 xemacs-el-21.4.13-35 xemacs-packages-info-20030629-37 xemacs-packages-20030629-37 ess-5.2.0beta3-1.i586.rpm
2007 Jun 06
0
Meaning of locfit warnings "procv: parameters out of bounds"?
I'm getting the following warning from locfit: Warning: procv: parameters out of bounds Does anyone know what this means? (I haven't found anything about it in the locfit documentation or the list's archives). thanks, Barnet Wagman
2012 Mar 22
0
New package cloudRmpi: Cloud-based parallel proccessing for R
...oud computer service. cloudRmpi provides a mechanism to launch and manage a cloud-based network and to access an R session on the network's master MPI node (using the rreval package). cloudRmpi should work with any MPI based R package (it has been tested with Rmpi, npRmpi, and snow). Barnet Wagman bw at norbl.com [[alternative HTML version deleted]] _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages