search for: paradym

Displaying 4 results from an estimated 4 matches for "paradym".

2008 Aug 05
4
literate programming
I'm working on the next iteration of coxme. (Rather slowly during the summer). This is the most subtle code I've done in S, both mathematically and technically, and seems a perfect vehicle for the "literate programming" paradym of Knuth. The Sweave project is pointed at S output however, not source code. I would appreciate any pointers to an noweb type client that was R-aware. Other suggestions are welcome as well. At the end of the day I'd like to have a good user guide, technical reference, and solid enou...
2011 Mar 09
2
Anomaly with unique and match
...6 7 7 7 6 6 6 8 8 8 6 6 6 9 9 9 6 6 > match(temp2, unique(temp2)) [1] 1 2 3 4 4 5 6 7 7 7 6 6 6 NA NA NA 6 6 6 8 8 8 6 6 ----------------------- I've solved it for my code by not calling match on a 1 column vector. In general, however, should I be using some other paradym for this "map to unique" operation? For example match(as.character(x), unique(as.character(x)) ? Terry T
2009 Jun 09
2
Comparing R and SAs
Hi: For those of you who are adept at both SAS and R, I have the following questions: a) What are some reasons / tasks for which you would use R over SAS and vice versa? b) What are some things for which R is a must have that SAS cannot fulfill the requirements? I am on the ramp up on both of them. The general feeling that I am getting by following this group is that R updates to the product are
2009 Jan 12
3
irrelevant warning message
Context: R version 2.7.1 (2008-06-23) I don't know when this was upgraded in the department, I just ran into the aberrent behavior today. Problem: Our group BY CHOICE does not change character variables into factors by default. I can get into a long arguement as to why later, and will give one example of why below. The default behavior of S, Splus and R has been to create