Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
On 15 Feb 2009, I uploaded a patch to tkGUI.r that allows Linux users to load/save their workspace history from the GUI. There was no response, so I presume I did not submit the code correctly. What is...
The Windows GUI version of R has menu items that allow load/save of workspace and history. Attached is a proposed patch to tkGUI.R to give the same capabilities for Linux users using the tk GUI. (Penguins need love...
Sherri Heck wrote: > > i am asking if, in general, r code can be written on a linux-based > system and then run on a windows-based system. > Yes, if you avoid system-dependent calls like, um, system <grin/>, there should...
alex lee wrote: > > Is there any options that I can save history only? > The only save option is --save, which saves both data and history. > However I want to restore the history for my next R session.. > > If there is...
Nicole Hackman wrote: > > Hello, I have a very simple data set i imported from excel including 96 > averages in a column along with 96 standard errors associated with those > averages (calculated in excel). I plotted the 95 averages using r...
Sherri Heck wrote: > > I have been given some Rcode that was written using a Linux OS, but I > use Windows-based R. The person that is giving it to me said that it > needs to run on a Linux system...
megh wrote: > > suppose I have three vectors like : > > l1 = 1:4 > l2 = 4:9 > l3 = 16:67 > > now I want to construct a loop like : > > for (i in 1:3) > { > count1[i] = length(li) # i.e. it will take l1...
kayj wrote: > > Hi , > > > Does any one know how to split a character vector , I have a vector X that > looks like this and each row has 3 characters > > X > ASK > DGH > ASG > AUJ > FRT > > I would like to split the...
Vie wrote: > > Hi, > > Ive been trying to find a function that will allow me to pull out a number > between a minimum and maximum threshold. > > I want a random decimal number between, for example, 0 and 0.5 or 0...
???????? ??????? wrote: > > 1. Suppose I have a<-c(1:10) (or a<-array(c(1:10),dim=c(1,10))) > > and I want to end up with vector b=[0 0 0 0 0 1 1 1 1 1]. i.e...
Abelian-2 wrote: > > Dear all > when i draw some figures by R, i try to use "jpeg" to display my > result. > However, it isn't still clear as i want. > Especially when i compare the origial figures by R and...
rilleyel wrote: > > > i am trying to answer the following question, and having no luck: > Focus your analysis on a comparison between respondents labeled ?Low? > (coded 1) on attend4 and respondents labeled ?High? (coded 4). Then, > examine the variance of distributions...
dxc13 wrote: > > Hi all, > I have a data frame that looks like such: > LATITUDE LONGITUDE TEMPERATURE TIME > 36.73 -176.43 58.32 1 > > and this goes on for a A LOT more records, until time=1200 > > I want to...
Can't find what you're looking for? Try searching with Google .