similar to: Reasons not to answer very basic questions in a straightforwa rd way; was: Re: creating a sequence of object names

Displaying 20 results from an estimated 10000 matches similar to: "Reasons not to answer very basic questions in a straightforwa rd way; was: Re: creating a sequence of object names"

2004 Nov 30
0
Reasons not to answer very basic questions in a straightforward way; was: Re: creating a sequence of object names
Your statement seems innocent enough on the face of it, but there are two facets that I think are worthy of note. The first is that of time, and more specifically who's time. As a user of other lists I can say that this is the best list in terms of getting the answer to my problem, albeit sometime's obliquely. I intermittently respond to questions generally of the type you refer to. I say
2004 Nov 28
1
creating a sequence of object names
Hello R-users, I wanted to generate objects named 'my.ftn1', 'my.ftn2', ... , 'my.ftn10', and tried the following code without success. How can I do this? > for ( i in 1:10 ) { + sub(" ", "", paste("my.ftn", i)) <- NULL + } Error: Target of assignment expands to non-language object > Many thanks. John
2004 Nov 29
2
[BASIC] Solution of creating a sequence of object names
Dear R-users, I state that this is for beginners, so you may ignore this in order not to be irritated. By the way, "patience" is another important thing, together with "kindness", we should keep in mind when we teach students and our own children as Jim Lemon pointed out well in the context of the Socratic method. You may know that being kind does not mean giving
2004 Nov 30
3
Re: Reasons not to answer very basic questions...
A.J. Rossini wrote: > > and perhaps the most important reason for the particular socratic form > of teaching on this list... Golly, anyone who read Plato's Dialogues would realize that the Socratic method involves patiently leading the questioner stepwise through the solution, not simply writing RTFMeno. Jim
2009 Apr 11
0
_Possible_ work-round for normalizePath error (was Re: [Rd] Package (PR#13475))
>>> Uwe Ligges <ligges at statistik.tu-dortmund.de> 04/10/09 4:21 PM >>> >Well, you need to ask Symantec to fix Norton, hence this is the >wrong address. That would not help other R users who were looking in the archives for help with what looked like a mysterious normalizePath error, would it? As I said, the principal intent of the posting was to point to a
2002 Jan 05
1
R-WinEdt question - answer
The answer to my question was contained in http://cran.r-project.org/contrib/extra/winedt/ReadMe , although it helped to receive the restatements that were emailed to me. As mentioned by Uwe Ligges, Renuad Lancelot, Niels Waller, my mistake was not starting R before using R-WindEdt. Below I will copy the instructions on using R-WinEdt by Renaud Lancelot (except for the last paragraph which is
2010 Mar 05
0
references to (1) R source code in svn repo within .Rd file and (2) to C source code in comments in R code using .Internal() /.Primitive()
Hi R-devels, recently I wanted to quickly look up a C implementation in R-Core code in the official subversion repository; more specifically the code was called from R by means of the .Internal() interface. And: yes, I did read Uwe Ligges' article in R News, R Help Desk: Accessing the sources. R News, 6(4):43-45, October 2006 In the end I succeeded, using grep and the like to search the
2002 Jul 26
1
Random.Rd
File .../src/library/base/man/Random.Rd provides help with title "Random", but there is no line \alias{Random} in that file. If the absence is not intended, I'd suggest to add that line. Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2008 Apr 04
5
Uptake of wine users
I hazard to submit, more people are turning to opensource as XP becomes obsolete. Perhaps it is time to dust off the 101 material and get it ready to cut and paste in... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080404/6d2ca5f6/attachment.htm
2009 Jan 29
1
In Rd: \describe \itemize and \item
I rebuilt a test version of my yaImpute package using Uwe Ligges' windows build service. I got this reply: Check result: OK R version 2.9.0 Under development (unstable) (2009-01-27 r47756) Here is the issue: I have the following construct in help files (this example relates to "data"): \format{ A data frame with 847 rows and 29 columns: \cr\cr Ground based measurements of
2006 Feb 19
1
[Rd] Citation for R
My subject line refers to a thread from June 2005 where I found explanations from Uwe Ligges and Friedrich Leisch as to what is intended by the R citation recommended within the software. Forgive me if I missed some points within the thread but when I found myself circling through messages I had already read, I stopped trying to follow it. I understand and mostly agree with how the R citation is
2011 Jan 17
0
[Fwd: Re: R-help Digest, Vol 95, Issue 17]
Apologies if this is posted twice. The r-help mailing system gave an error (reported to moderator) on first try, but it may have gone through. ---------------------------- Original Message ---------------------------- Subject: Re: R-help Digest, Vol 95, Issue 17 From: "Prof. John C Nash" <nashjc at uottawa.ca> Date: Mon, 17 January, 2011 1:04 pm To: r-help at
2011 Jan 17
0
Fw: Re: help in calculating ar on ranked vector
--- On Mon, 1/17/11, Raymond Wong <raywong365@yahoo.ca> wrote: From: Raymond Wong <raywong365@yahoo.ca> Subject: Re: [R] help in calculating ar on ranked vector To: "Uwe Ligges" <ligges@statistik.tu-dortmund.de> Received: Monday, January 17, 2011, 11:56 AM Thanks Uwe:   Here is my code. the first set of print statements work, but not the second.   #
2011 Jan 17
0
R-help Digest, Vol 95, Issue 17
For those issues with optimization methods (optim, optimx, and others) I see, a good percentage are because the objective function (or gradient if user-supplied) is mis-coded. However, an almost equal number are due to functions getting into overflow or underflow territory and yielding quantities that the optimization tools cannot handle (NA or Inf etc.) Two general approaches I find helpful: 1)
2015 Aug 12
0
download.file() on ftp URL fails in windows with default download method
Hi David, ----- Original Message ----- > From: "David Smith" <davidsmi at microsoft.com> > To: "Dan Tenenbaum" <dtenenba at fredhutch.org>, "Uwe Ligges" <ligges at statistik.tu-dortmund.de>, "Elliot Waingold" > <Elliot.Waingold at microsoft.com> > Cc: "R-devel at r-project.org" <r-devel at r-project.org>
2017 Jun 22
1
Unexpected behaviour of base::qr()$rank
2017-06-22 20:31 GMT+02:00 Uwe Ligges <ligges at statistik.tu-dortmund.de>: > > > On 22.06.2017 20:09, I?aki ?car wrote: >> >> 2017-06-22 19:49 GMT+02:00 Uwe Ligges <ligges at statistik.tu-dortmund.de>: >>> >>> On 22.06.2017 17:11, Bernd Funovits wrote: >>>> >>>> >>>> Hello, >>>> >>>> I
2003 Jun 12
0
Re: (PR#3241) write.table() fails for POSIXlt class and NAs in
Uwe, You said you used testdata <- data.frame(date = strptime(c("31121991", "31121991"), "%d%m%Y"), nothing = c(NA, NA)) but that's not the same object, and that one does work for me. > dput(testdata) structure(list(date = structure(c(694137600, 694137600), class = c("POSIXt", "POSIXct")), nothing = c(NA, NA)),
2004 May 26
1
FW: is.weekend() odd behaviour
Kurt, Uwe suggested I write to you as maintainer of chron ... at the start of is.weekend, in the check on the argument type, maybe just change chron() to as.chron()? This would ensure as.chron.POSIXt gets called on POSIXt arguments, and (I think) fixes the problem. I tested and it seems ok. No warning/error required. > is.weekend function(x) { if(!inherits(x, "dates"))
2004 Oct 14
0
plotmath in underlined style; was: Re: [R] Underline in expression(). (PR#7286)
In order not to forget it (I have not got any answer so far) ... Uwe Ligges -------- Original Message -------- Subject: plotmath in underlined style; was: Re: [R] Underline in expression(). Date: Sun, 26 Sep 2004 18:50:02 +0200 From: Uwe Ligges <ligges@statistik.uni-dortmund.de> Organization: Fachbereich Statistik, Universitaet Dortmund To: John Janmaat <jajanmaat@netscape.net>,
2017 Jan 18
0
unlicense
The Free Software Foundation maintains a list of free and GPL-compatible software licenses here: https://www.gnu.org/licenses/license-list.en.html#Unlicense It appears that Unlicense is considered a free and GPL-compatible license; however, the page does suggest using CC0 instead (which is indeed a license approved / recognized by CRAN). CC0 appears to be the primary license recommended by the