Re: [R] Hacked

2018-04-17 Thread Fowler, Mark
Just an observation. I have not seen the spam you are discussing. Possibly it is specific to gmail addresses? -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Luis Puerto Sent: April 17, 2018 4:11 PM To: Peter Langfelder Cc: R-Help ML R-Project; Neotropic

Re: [R] Hacked

2018-04-18 Thread Fowler, Mark
: Ding, Yuan Chun; Fowler, Mark; Luis Puerto; Peter Langfelder; R-Help ML R-Project; Neotropical bat risk assessments Subject: Re: [R] Hacked Hi All: I lately get a lot more spam-porn type emails lately also but I don't know if they are due to me being on the R-list. On Tue, Apr 17, 2018 at

[R] email threads chronology

2016-05-30 Thread Fowler, Mark
Hi all, I'm seeing the natural sequencing of email threads getting corrupted. For example, a May 26 thread on subject 'Shaded areas in R' would have been initiated by an email at 6:58am. However I did not get that email until 1:48pm, preceded by 3 replies to the post. Trivial but irritating. Th

Re: [R] R Data

2019-02-14 Thread Fowler, Mark
Hi Spencer, The an1 syntax is adding regression coefficients (or NAs where a regression could not be done) to the downloaded and processed data, which ends up a matrix. The cbind function adds the regression coefficients to the last column of the matrix (i.e. bind the columns of the inputs in t

Re: [R] R Data

2019-02-14 Thread Fowler, Mark
I am not sure I would use the word ‘accounted’, more like discounted (tossed out). From: Spencer Brackett Sent: February 14, 2019 9:21 AM To: Fowler, Mark Cc: R-help ; Sarah Goslee ; Caitlin Gibbons ; Jeff Newmiller Subject: Re: R Data Mr. Fowler, Thank you! This information is most

Re: [R] R-help mailing list activity / R-not-help?

2016-01-25 Thread Fowler, Mark
I'm glad to see the issue of negative feedback addressed. I can especially relate to the 'cringe' feeling when reading some authoritarian backhand to a new user. We do see a number of obviously inappropriate or overly lazy postings, but I encounter far more postings where I don't feel competent

Re: [R] R-help mailing list activity / R-not-help?

2016-01-25 Thread Fowler, Mark
hat we might be farther ahead simply opting for no response than adding another email to the queue. It also gets around needing to feel I know the answers to 1 and 2. From: John Sorkin [mailto:jsor...@grecc.umaryland.edu] Sent: January 25, 2016 1:36 PM To: ted.hard...@wlandres.net Cc: Fow

Re: [R] When customizing last line, the code stops working

2016-11-03 Thread Fowler, Mark
Hi Frank, Maybe just the quotes? paste0("dt_sp_", 1:length(sp)) [1] "dt_sp_1" "dt_sp_2" "dt_sp_3" "dt_sp_4" noquote(paste0("dt_sp_", 1:length(sp))) [1] dt_sp_1 dt_sp_2 dt_sp_3 dt_sp_4 -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Frank S. Sent: Nove

[R] Passing a list object to lapply

2009-08-11 Thread Fowler, Mark
Hello, I'm having difficulty passing an object name to a lapply function. Can somebody tell me the trick to make this work? #Works T13702 <- TRACKDATA[["13702.xls"]][["data"]] min(unlist(lapply(list(T13702), function(x) mdy.date(x[1, 2], x[1, 1], x[1, 3] 16553 #Works d<-2 assign(paste("T",s

[R] Attached file following download failure

2009-08-12 Thread Fowler, Mark
Hello, I'm working with a package that uses download.file in functions to extract information from remote databases. My current environment is Windows XP Pro SP3, R 2.7. A full extraction can be a great deal of data, so the download is accomplished in generally manageable packets, such that a sin

[R] calcMin

2013-02-19 Thread Fowler, Mark
I tried to use calcMin with a function that uses a number of ... arguments (all args from resid on) besides the vector of parameters being fit. Same idea as optim, nlm, nlminb for which this form of ... syntax works. But with calcMin I get an error regarding unused arguments. No partial matches to

[R] tk2listbox

2014-05-28 Thread Fowler, Mark
Hello, I'm migrating an old S application to R, and having trouble passing tk2listbox selections to a function. Could not find a listbox example with tcltk2, just tcltk. The snippet below shows a few of the lines creating the gui, including a tk2entry box that works fine for passing content, an

[R] tkbind (callback)

2014-06-03 Thread Fowler, Mark
Hello, I've migrated an ADMB application with a user dialog from S to R. The script below will produce a dialog in R, and don't need data to address this issue. It works in terms of capturing user inputs to pass along, no problem running the ADMB program. However some of the options have depend

Re: [R] tkbind (callback)

2014-06-04 Thread Fowler, Mark
list. Ran into a lot of dead end threads related to my question, and callbacks in general, using tcltk or tcltk2. Might spare others some headaches. -Original Message- From: Greg Snow [mailto:538...@gmail.com] Sent: June 3, 2014 1:41 PM To: Fowler, Mark Cc: R help Subject: Re: [R] tkb

Re: [R] tkbind (callback)

2014-06-04 Thread Fowler, Mark
And the path may vary a bit between installations within Windows, but 'somewhere in the R folder' is close enough to find it. -Original Message- From: Prof Brian Ripley [mailto:rip...@stats.ox.ac.uk] Sent: June 4, 2014 2:53 PM To: Greg Snow; Fowler, Mark Cc: R help Subje

[R] two questions - function help and 32vs64 bit sessions

2014-07-14 Thread Fowler, Mark
Hello, Two unrelated questions, and neither urgent. Windows 7, R 3.0.1. Using R Console, no fancy interface. The function help ultimately becomes lost to a session kept running for extended periods (days). I.e. with a new session if you invoke the Help menu 'R functions (txt)...' it act

Re: [R] two questions - function help and 32vs64 bit sessions

2014-07-15 Thread Fowler, Mark
2014 12:17 AM To: r-help@r-project.org Subject: Re: [R] two questions - function help and 32vs64 bit sessions On Mon, 14 Jul 2014 01:42:54 PM Fowler, Mark wrote: > Hello, > > > > Two unrelated questions, and neither urgent. > > > > Windows 7, R 3.0.1. Usi

Re: [R] two questions - function help and 32vs64 bit sessions

2014-07-16 Thread Fowler, Mark
- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Jim Lemon Sent: July 15, 2014 12:17 AM To: r-help@r-project.org Subject: Re: [R] two questions - function help and 32vs64 bit sessions On Mon, 14 Jul 2014 01:42:54 PM Fowler, Mark wrote: > He

[R] long tk2listbox display offset

2014-07-16 Thread Fowler, Mark
Hello I have a dialog (pasted below) that includes a couple of long listboxes (require scrollbars). I want the display of the list to start at the top, but by default the displayed portion of the list starts at the selected position + 1 (or the first selected position +1 if extended selection).

Re: [R] two questions - function help and 32vs64 bit sessions

2014-07-21 Thread Fowler, Mark
murdoch.dun...@gmail.com] Sent: July 16, 2014 10:47 AM To: Fowler, Mark; r-h...@stat.math.ethz.ch Subject: Re: [R] two questions - function help and 32vs64 bit sessions On 14/07/2014, 11:42 AM, Fowler, Mark wrote: > Hello, > > > > Two unrelated questions, and neither urgent. &

[R] FW: two questions - function help and 32vs64 bit sessions

2014-07-21 Thread Fowler, Mark
-Original Message- From: Fowler, Mark Sent: July 21, 2014 1:56 PM To: 'Duncan Murdoch' Subject: RE: [R] two questions - function help and 32vs64 bit sessions The server doesn't shut down, it just kind of shuts everybody else down. But your mention of TEMPDIR jostled

[R] glmmPQL & Wald-type F-tests

2008-10-03 Thread Fowler, Mark
Hello, Might anyone know how to conduct Wald-type F-tests of the fixed effects estimated by glmmPQL? I see this implemented in SAS (GLIMMIX), and have seen it recommended in user group discussions, but haven't come across any code to accomplish it. I understand the anova function treats a g

Re: [R] Questions on the results from glmmPQL(MASS)

2008-12-08 Thread Fowler, Mark
Ben Bolker's response to a glmmPQL question below raises a question. Does the issue of bias with binomial data reported by Breslow (2003) remain valid with respect specifically to Ripley's treatment of PQL in glmmPQL? Breslow makes no reference to this particular implementation. He does discuss t