Re: [R] RStudio question

2020-10-08 Thread Rui Barradas
Hello, This question looks like a homework question. The posting guide syas that "Basic statistics and classroom homework: R-help is not intended for these." I would take a look at help('cut') # pay attention to argument labels help('ifelse') help('findInterval') Hope this helps, Rui

Re: [R] RStudio question

2020-10-08 Thread peter dalgaard
This list has a no-homework policy. I assume that your teaching material has examples that are sufficiently similar so that you should be able to modify them. -pd > On 8 Oct 2020, at 10:10 , Xavier Garcia via R-help > wrote: > > I'm solving the following problem: Create a variable (column)

[R] RStudio question

2020-10-08 Thread Xavier Garcia via R-help
I'm solving the following problem: Create a variable (column) in the “wf” dataframe named “Zone” that takes value of “tropic” if Latitude is less than or equal to 30, or “non-tropic” for Latitude greater than 30. Show you Zone variable. Latitude is a column of my dataframe. I don't know the

[R] Rstudio question

2011-03-04 Thread Robert Kinley
I really like RStudio ... ... but I wish it wouldn't automatically reload the last .RData it had. Anyone know how to fix this ... ? Also - does anyone know is there an Rstudio-user email-list forum thingy out there ? ta. Robert Kinley [[alternative HTML version

Re: [R] Rstudio question

2011-03-04 Thread Shige Song
Why don't you post the question to the RStudio support forum? The folks there are quite responsive and very helpful. Shige On Fri, Mar 4, 2011 at 9:05 AM, Robert Kinley kinley_rob...@lilly.com wrote:  I really like RStudio ... ... but I wish it wouldn't automatically reload the last .RData it

Re: [R] Rstudio question

2011-03-04 Thread Abhijit Dasgupta
Seconded. Go to the support forum at www.rstudio.org and post your question/bug/suggestion. Those folks have been excellent in their response times and feedback. On 3/4/2011 9:14 AM, Shige Song wrote: Why don't you post the question to the RStudio support forum? The folks there are quite

Re: [R] Rstudio question

2011-03-04 Thread David Winsemius
On Mar 4, 2011, at 9:05 AM, Robert Kinley wrote: I really like RStudio ... ... but I wish it wouldn't automatically reload the last .RData it had. Anyone know how to fix this ... ? That is the default behavior of the GUIs provided for both Mac and Windows (and I think also for an R

Re: [R] Rstudio question

2011-03-04 Thread John Fox
://socserv.mcmaster.ca/jfox -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of David Winsemius Sent: March-04-11 3:43 PM To: Robert Kinley Cc: r-help@r-project.org Subject: Re: [R] Rstudio question On Mar 4, 2011, at 9:05 AM, Robert Kinley