search for: partha_bagchi

Displaying 20 results from an estimated 35 matches for "partha_bagchi".

2004 Nov 19
4
3d Map with bars
Apologies in advance for the question. I am trying to draw a map of the US as a surface plot so that I would be able to drop bars on the different states (something like Uwe Ligges' scatterplot3d example 4). I am not sure where to start looking for such a beast. If anyone has any pointers, ideas, I will be grateful. TIA, Partha
2003 Nov 14
5
A suggestion regarding multiple replies
Please don't take this the wrong way. There are a lot of extremely helpful people who subscribe to r-help. I was wondering if it is time to adopt a strategy a-la Splus help whereby people reply to the author and the author summarizes all the replies? Just a thought and have a good weekend. Partha
2000 Mar 08
3
Error loading ctest
Has anyone noticed this behavior: > library(ctest) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "J: \STATS\RW1000/library/ctest/libs/ctest.dll": LoadLibrary failure > library(ctest) > version _ platform Windows arch x86 os Win32 system x86, Win32 status major 1 minor 0.0 year 2000 month
2003 May 29
3
Odd behavior of strptime
The example from the help page for strptime has the following oddity: > dates <- c("02/27/92", "02/27/92", "01/14/92", + "02/28/92", "02/01/92") > times <- c("23:03:20", "22:29:56", "01:03:30", + "18:21:03", "16:56:26") > x <-
2004 Oct 29
3
Warning message if the plot statement breaks into 2 lines
Here is a curious observation. In > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 0.0 year 2004 month 10 day 04 language R > Try the following: > Plot(c(1:100), type = "l + ") Warning message: plot type 'l ' truncated to first character in: plot.xy(xy, type, pch,
2001 Sep 27
4
using the pfe editor with R 1.1.3 under windows 2000
I am in the process of setting up R1.3.1 on a new computer running windows 2000. I am having problems running the PFE text editor simultaneously within R for editing functions and outside R for editing ordinary text files. The PFE editor behaves as I expected, if it is opened in R AND but no other PFE window is open outside R. Similarly, it also works fine if I am editing a text file outside
2000 Mar 22
4
R-release dynamic load problem on HPUX10.20
Hello, I just pulled the patched release: R-release Version 1.0.0 Patched (March 19, 2000), on HPUX10.2 I am having dynamic library load problems. I configured with: ./configure --prefix=/home/absd00t/local --with-readline --with-x After changing etc/Makeconf to take -lblas out of libs (the blas library provided by the system is not a shared library), system was built without any interruptions.
1999 Oct 26
1
Wrong text() adjustment with (math)expression and "\n" (PR#299)
This is adapted from partha_bagchi@hgsi.com 's report on R-help: plot(0); title(expression("Bad\n with much much more text"))) gives something like Bad with much much more text (``newline w/o carriage return'') instead of centering both lines such as Bad with much...
2004 Nov 08
1
can one evaluate an expression in a comment? (or insert resultsinto history?)
...mments, but with evaluated expressions (values). I know how to use paste, sink, write, etc. but nothing that I can see inserts into the history buffer. I'm trying to avoid cutting and pasting the results into a comment. Thanks for any more help on this, David -----Original Message----- From: partha_bagchi at hgsi.com [mailto:partha_bagchi at hgsi.com] Sent: Monday, November 08, 2004 4:07 PM To: David Reiner <davidr at rhotrading.com> Cc: r-help at stat.math.ethz.ch Subject: Re: [R] can one evaluate an expression in a comment? (or insert resultsinto history?) Have you perchance looked at ?pas...
2003 Apr 17
18
Validation of R
Hi All I am really very interested in starting to use R within our company. I particularly like the open source nature of the product. My company is a medical research company which is part of the University of London. We conduct contract virology research for large pharma companies. My question is how do we validate this software? I wonder if anyone else has had the problem and might be able to
1999 Jul 27
3
Summary - Re: R-Graphics
...th gs as Peter Dalgaard pointed out. Under Windows 95, gsview has an option to view landscape or portrait and therefore this problem does not arise on that platform. partha_bagchi at hgsi.c om To: r-help at stat.math.ethz.ch Sent by: cc:...
2003 May 05
5
null plotting symbol ?
I am calling plot() with argument pch as a vector of numeric symbol codes, the same length as x and y. Is there some code which produces no symbol - a blank - so that I can come back with a second call to points() and fill in these locations using a different fill color and a different symbol size ? There's always a work-around, but both x and y are generated on the fly by calls
1999 Aug 02
2
HTML Output from R
Task: To generate HTML output from R Details: I am trying to serve up HTML output from R. That is analyses or table of data from R saved as HTML output with formatted tables etc. This file is then called in a CGI script to output to user browser. The CGI script inspired by Mark J. Ray reads the HTML output, formats the header and footer and any graphic output if necessary. My question is: Has
1999 Feb 12
1
Fisher's Exact Test
Appology in advance if this has been asked and answered. I am getting different answers using Fisher's exact test in the package ctest. For example: x_cbind(c(8, 22), c(31, 29)) fisher.test(x) Fisher's Exact Test for Count Data data: x p-value = 0.04024 alternative hypothesis: two.sided However, in SAS or other packages on the net the answer I get is p-value= 0.02664. Is this
1999 Mar 25
1
Question about Structure
Hello, Perhaps I am missing something here about the function structure() (Platfrm etc. in the end? > structure(1:6, dim= 2:3) [,1] [,2] [,3] [1,] 1 3 5 [2,] 2 4 6 > structure(1:6, dim= 3:2) [,1] [,2] [1,] 1 4 [2,] 2 5 [3,] 3 6 > structure(1:2, dim= 1:2) [,1] [,2] [1,] 1 2 > structure(1:2, dim= 2:1) [,1] [1,] 1 [2,]
1999 Jul 26
1
R-Graphics
I am having a strange problem with R graphics: I am testing out R on a Sun Solaris machine. I generate a simple postscript graph as: postscript(file="temp.ps", paper= "letter") plot(c(1:10), xlab= "index", ylab= "Cell Count") title("Generic Test of R-Graphics") dev.off() When I view the temp.ps file with gs (version 5.50) I get the graph rotated
1999 Aug 19
1
Mathematical Superscript on the y-axis of a plot
I am trying to get superscripts on the y-axis. I keeping getting syntax error: This works as advertised: > plot(c(1:10), ylab= expression(paste(x^ theta))) This does not: >plot(c(1:10), ylab= expression(paste(x^ {++}))) Note that I am trying to get ++ as superscript. Any suggestions? Thanks. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing
1999 Dec 13
1
Postscript Bug?
I was wondering if there is a "bug" in the postscript driver? Here is the problem: postscript(file= "temp.ps", paper= "Letter", horizontal= FALSE) #In the following statement, pch has no effect: plot(c(0:10), pch= 15) It produces a tiny circle when it should be showing filled squares. However, the following works: par(pch= 15) plot(c(0:10)) dev.off() Note: This was
1999 Dec 13
1
Superscript or subscript on Left hand side of symbol
Is there a way to get subscripts and superscripts on the left hand side of a symbol? For example, oC or oF (degree Celsius or Fahrenheit) TIA Partha -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2000 Jan 03
1
Job Advertisement
Greetings and a Happy New Year! Are there any restrictions on the list regarding job advertisements (there does not seem to be one on the S+ list)? TIA. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the