Re: [R] text editor TinR?

2005-09-19 Thread Mihai Nica
Greetings, Please help me remember the name of the tiny text editor that works with R TinR maybe? I cannot find it at all, and cannot remember it, it is really frustrating... Thanks, Mihai Nica, ABD Jackson State University 170 East Griffith Street G5 Jackson, MS 39201 601 914 0361

Re: [R] text editor TinR?

2005-09-19 Thread Mihai Nica
Thanks to everybody answering my call for help. It is Tinn-R! Mihai Nica, ABD Jackson State University 170 East Griffith Street G5 Jackson, MS 39201 601 914 0361 __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help

[R] merge and polylist

2006-10-07 Thread Mihai Nica
solutions (such as to paste back the old rownames), to no avail. After a few days, here I am. Please, if you have a moment, send a tip. Thanks, mihai -- Mihai Nica 170 East Griffith Street G5 Jackson, MS 39201 [[alternative HTML version deleted

Re: [R] merge and polylist

2006-10-09 Thread Mihai Nica
PROTECTED] To: Mihai Nica [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Sent: Sunday, October 8, 2006 3:10:16 PM Subject: Re: [R] merge and polylist On Sat, 7 Oct 2006, Mihai Nica wrote: Greetings: I would like to kindly ask for a little help. The rough code is: Maybe R-sig-geo would be a more

Re: [R] merge and polylist

2006-10-09 Thread Mihai Nica
Thanks! I believe I have all I need to solve my issue. Thank you very, very much, mihai - Original Message From: Roger Bivand [EMAIL PROTECTED] To: Mihai Nica [EMAIL PROTECTED] Cc: Mihai Nica [EMAIL PROTECTED]; r-help@stat.math.ethz.ch Sent: Monday, October 9, 2006 9:20:36 AM Subject

Re: [R] Cross two dataframe

2006-10-12 Thread Mihai Nica
I am unsure what you need, but try ?merge. If this isn't what you need, try posting an example. hth, Mihai Nica 170 East Griffith St. G5 Jackson, MS 39201 601-914-0361 - Original Message From: Majid Iravani [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Sent: Thursday, October 12

Re: [R] Cross two dataframe

2006-10-13 Thread Mihai Nica
#___ And then change the names as you like... I bet there is a more elegant way, but it seems to work :-) hth, Mihai Nica 170 East Griffith St. G5 Jackson, MS 39201 601-914-0361 - Original Message From: Majid Iravani [EMAIL PROTECTED] To: Mihai Nica [EMAIL PROTECTED] Sent

[R] coplot and par

2004-08-26 Thread Mihai Nica
R 1.9.1 on Win2000 or Win98SE. I am using coplot as follows: coplot(AVG~LRPI| REGION) the output seems normal but I get: Warning message: calling par(new=) with no plot This is the only explanation that I have for being unable to use par() with coplot for changing the way the xlab and ylab

Re: [R] coplot and par

2004-08-27 Thread Mihai Nica
Yes, I was trying cex.lab(). Now I understand why it didn't work. Sincerely, Mihai Nica Jackson State University 155 B Parkhurst Dr. Jackson, MS 39202 601 969 5423 - Original Message - From: Prof Brian Ripley [EMAIL PROTECTED] To: Mihai Nica [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent

[R] Descriptive statistics table

2004-10-17 Thread Mihai Nica
Greetings: I would like to make a table with descriptive statistics for a data.frame. I guess the question is how can I put together, in a table, the results from, say: apply(df, 2, mean, na.rm =T) apply(df, 2, median, na.rm =T) ... Thanks, Mihai Nica Jackson State University 155 B

[R] Coplot Given text

2004-11-26 Thread Mihai Nica
variations (including without main= ) but I have to go to the lower level and that is beyond me yet. I know, trellis is an option, but I want to be able to handle basics first. Win2000, R 2.0.0 Many thanks, Mihai Nica Jackson State University 155 B Parkhurst Dr. Jackson, MS 39202 601 969 5423 601

Re: [R] Coplot Given text

2004-11-26 Thread Mihai Nica
Oh yes, many thanks! It does appear if I type coplot but I just didn't put it together... I never imagined it has anything to do with xlab... Mihai Nica Jackson State University 155 B Parkhurst Dr. Jackson, MS 39202 601 969 5423 601 914 0361 - Original Message - From: Robert W. Baer

[R] after identify labels dissapear XP

2006-05-23 Thread Mihai Nica
:-)? Thanks, Mihai Nica, ABD Jackson State University ITT Tech Instructor 170 East Griffith Street G5 Jackson, MS 39201 601 914 0361 The least of learning is done in the classrooms. - Thomas Merton __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch

[R] nls model singular gradient matrix parametrization

2006-06-01 Thread Mihai Nica
is obtained with the real data (although it is rather nonlinear)… I am missing something, but can’t figure out what. If anybody has a little time and patience, any advice would be really really appreciated. Thanks, Mihai Nica, ABD Jackson State University ITT Tech Instructor 170 East Griffith Street

Re: [R] nls model singular gradient matrix parametrization

2006-06-02 Thread Mihai Nica
Yes! Now I can see it, it's so evident... Thank you so much, m Mihai Nica, ABD Jackson State University ITT Tech Instructor 170 East Griffith Street G5 Jackson, MS 39201 601 914 0361 The least of learning is done in the classrooms. - Thomas Merton Original Message Follows From: Prof

Re: [R] curiosity question: new graphics vs. old graphics subsystem

2006-07-02 Thread Mihai Nica
graphics subsystem hi mihai: it is more likely that the developers will take this more seriously if you echo my concern on r-help itself. regards, /iaw On 7/1/06, Mihai Nica [EMAIL PROTECTED] wrote: Wow, this is what I would say if I knew how to say it :-) For newbees (such as myself

[R] ols/gls or systemfit (OLS, WLS, SUR) give identical results

2006-07-13 Thread Mihai Nica
I might be sorry for asking this question :-) I have two equations and I tried to estimate them individually with lm and gls, and then in a system (using systemfit) with OLS, WLS and SUR. Quite surprisingly (for myself at least) the results are identical to the last digit. Could

[R] dataframe computation behaviour

2006-07-16 Thread Mihai Nica
Greetings: I have a simple issue; the (probably cumbersome) code follows: #___ datmod=(dat) datmod$em96gbr=ifelse(datmod$em96gbr 0, log(datmod$em96gbr), datmod$em96gbr) datmod$em96spbr=ifelse(datmod$em96spbr 0, log(datmod$em96spbr),

Re: [R] Trailing on r-help messages

2006-07-16 Thread Mihai Nica
-guide.html Mihai Nica ITT Tech instructor Jackson State University 170 East Griffith St. G5 Jackson, MS 39201 601-914-0361 - [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list

Re: [R] ols/gls or systemfit (OLS, WLS, SUR) give identical results

2006-07-17 Thread Mihai Nica
condition number = 0 If you'd like more help from this listserve, please supply a simple, self-contained example to illustrate your question (as suggested in the posting guide! www.R-project.org/posting-guide.html). Hope this helps. Spencer Graves Mihai Nica wrote: I might be sorry

Re: [R] Looking for R course in Atlanta

2004-08-06 Thread Mihai Nica
see attached link http://tolstoy.newcastle.edu.au/R/help/04/07/1491.html Mihai Nica Jackson State University 155 B Parkhurst Dr. Jackson, MS 39202 601 969 5423 - Original Message - From: eugene dalt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 06, 2004 2:27 PM Subject

[R] Reading GAL file

2004-08-23 Thread Mihai Nica
) : Not a neighbours list #end The gal file works just fine in GeoDa (also up to date). Thanks, I am really stuck here. Mihai Nica Jackson State University 155 B Parkhurst Dr. Jackson, MS 39202 601 969 5423 [[alternative HTML version deleted]] __ [EMAIL

Re: [R] Reading GAL file

2004-08-23 Thread Mihai Nica
Oh, that was easy, THANKS! Mihai Nica Jackson State University 155 B Parkhurst Dr. Jackson, MS 39202 601 969 5423 - Original Message - From: Roger Bivand [EMAIL PROTECTED] To: Mihai Nica [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, August 23, 2004 11:19 AM Subject: Re: [R

[R] Multiple line plots

2005-06-15 Thread Mihai Nica
Greetings, I would like to plot three lines on the same figure, and I am lost. There is an answer to a similar thread… but I tried matplot and it is beyond me. An example of the data follows: YearEM IM BM 19839.1 16.8-7.7 198412.018.0-6.0 198513.6

[R] saving a data.frame to \t files

2004-03-11 Thread Mihai Nica
Windows 2000, updated R and packages. could somebody please help with saving a data.frame with column names into \t text files for later importing in other programs? It seems an easy task, yet... it beats me. thanks, Mihai Nica Jackson State University [[alternative HTML

[R] saving a data.frame to \t files

2004-03-11 Thread Mihai Nica
many thanks to everybody... indeed it was simple, and i should have found the answer myself, since i DID read the R Data Import/Export manual... maybe it's the age :-) Mihai Nica Jackson State University [[alternative HTML version deleted

[R] Panel Data Analysis

2004-04-12 Thread Mihai Nica
Greetings: I am trying to find a package/solution for panel (longitudinal) data analysis. Unfortunately it seems I don't know where to start. Could somebody offer a hint? Thanks, Mihai Nica Jackson State University 155 B Parkhurst Dr. Jackson, MS 39202 No good deed will ever remain unpunished

Re: [R] Panel Data Analysis

2004-04-12 Thread Mihai Nica
Thanks, this is what I needed! Sincerely, Mihai Nica Jackson State University 155 B Parkhurst Dr. Jackson, MS 39202 No good deed will ever remain unpunished - Original Message - From: Douglas Bates [EMAIL PROTECTED] To: Mihai Nica [EMAIL PROTECTED] Cc: R-Help [EMAIL PROTECTED] Sent

Re: [R] Size of R user base

2004-04-20 Thread Mihai Nica
Why not ask those downloading rw1091 to complete (at their choice) a small survey (including questions such as 'will it be used by a group or an individual'). It would provide some data that could lead to an estimate as good as anything else. Mihai - Original Message - From: Prof Brian

Re: [R] Size of R user base

2004-04-20 Thread Mihai Nica
Well, it's a matter of taste. However, both the topic and the target group would be totally different. Hopefully :-). - Original Message - From: Duncan Murdoch [EMAIL PROTECTED] To: Mihai Nica [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 10:06 AM Subject: Re: [R

[R] Colour coding and point types in a plot

2004-04-24 Thread Mihai Nica
R 1.8.1, Windows 2000. I am trying to find the legend for color coding and point types in a plot, which probably are standard for everybody but myself. Thanks for the tip! Mihai Nica Jackson State University No good deed will ever remain unpunished [[alternative HTML version deleted

Re: [R] Header of dataframe

2006-10-26 Thread Mihai Nica
names(temp)[1]=a see: ?names did you really created that function :-)? Mihai Nica 170 East Griffith St. G5 Jackson, MS 39201 601-914-0361 - Original Message From: Benjamin Dickgiesser [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Sent: Thursday, October 26, 2006 12:08:08 PM Subject

Re: [R] Header of dataframe

2006-10-26 Thread Mihai Nica
Oh, I can see now what you mean. That's beyond me, but... why :-)? Mihai Nica 170 East Griffith St. G5 Jackson, MS 39201 601-914-0361 - Original Message From: Benjamin Dickgiesser [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Sent: Thursday, October 26, 2006 4:35:20 PM Subject: Re: [R

Re: [R] plot history

2006-10-30 Thread Mihai Nica
Or maybe see ?win.graph. Before each graph use something like: win.graph(width=3,height=3, pointsize=8) You will get a sandwich of graphs. hth, Mihai Nica 170 East Griffith St. G5 Jackson, MS 39201 601-914-0361 - Original Message From: Rohini Mulford [EMAIL PROTECTED] To: r-help

Re: [R] Colour-coded Editor for R Code

2006-11-06 Thread Mihai Nica
But in Win you could try Tinn-R which is quite good!! Mihai Nica 170 East Griffith St. G5 Jackson, MS 39201 601-914-0361 - Original Message From: Richard M. Heiberger [EMAIL PROTECTED] To: Jon Minton [EMAIL PROTECTED]; R-help@stat.math.ethz.ch Sent: Monday, November 6, 2006 7:45:54

Re: [R] counties in different colours using map()

2006-12-27 Thread Mihai Nica
, pointsize=8) plot.Map(a, auxvar=the_variable_to_plot_from_dbf_file, xlab= , ylab= , ol=NA) __ more about this at: http://cran.r-project.org/src/contrib/Views/Spatial.html hth, Mihai Nica 170 East Griffith St. G5 Jackson, MS 39201 601-914

[R] Download stock prices

2007-02-04 Thread Mihai Nica
gReetings: Is there any way to download a (or a sample of a) crossection of stock market prices? Or is it possible to use get.hist.quote with a *wild card*? Thanks, mihai Mihai Nica 170 East Griffith St. G5 Jackson, MS 39201 601-914-0361

Re: [R] Download stock prices

2007-02-05 Thread Mihai Nica
, Mihai Nica 170 East Griffith St. G5 Jackson, MS 39201 601-914-0361 - Original Message From: Martin Maechler [EMAIL PROTECTED] To: Matthew Keller [EMAIL PROTECTED] Cc: Mihai Nica [EMAIL PROTECTED]; R list r-help@stat.math.ethz.ch Sent: Monday, February 5, 2007 8:01:04 AM Subject: Re: [R

Re: [R] something missing in summary()

2007-02-16 Thread Mihai Nica
I will take advantage of this thread with a request of my own. Would it be possible to add an index in the result of str(df )? For large dfs I find myself counting for the position of certain variable(s) again and again (for indexing purposes). Thanks, m Mihai Nica 170 East Griffith St. G5

[R] plot of computed vector

2007-03-25 Thread Mihai Nica
) plot(N) #behaves as expected Windows XP, R 2.4.0. or 2.4.1 Thanks, -- Mihai Nica Jackson State University 112 Channing Cir. Canton, MS 39046 601-914-0361 The least of learning is done in the classrooms. - Thomas Merton [[alternative HTML version deleted

Re: [R] plot of computed vector

2007-03-25 Thread Mihai Nica
Wow. I understand, thanks. m Mihai Nica 170 East Griffith St. G5 Jackson, MS 39201 601-914-0361 - Original Message From: hadley wickham [EMAIL PROTECTED] To: Mihai Nica [EMAIL PROTECTED] Cc: R list r-help@stat.math.ethz.ch Sent: Sunday, March 25, 2007 7:53:14 AM Subject: Re: [R] plot