Re: [Rcom-l] R-PLUS 3.3 uses R-DCOM

2008-10-08 Thread Thomas Baier
Jim, jim greensberg schrieb: I got an email from XLSolutions Corp (www.xlsolutions-corp.com ) and they announced R-PLUS 3.3 a www.Experience-Rplus.com . I think this might be helpful for R-DCOM beginner users. This s

Re: [Rcom-l] A question or a bug about x<-c(TRUE,FALSE,NA)

2008-10-08 Thread Thomas Baier
Qiao Hui-jie schrieb: I know the meaning of "error 2042 "&" -2146826246" is "NA". What confused me is if i execute the command " x<-c(TRUE,FALSE,NA)", the first returned value is "FALSE" but not "TRUE" in both VB6.0 and C#3.5 this is the test code Sorry, I just answered too early (or better:

RE: [Rcom-l] RE: Help for a Beginner please

2008-10-08 Thread Qiao Hui-jie
Dear Henk Jan, I wonder how do you realize the function of Cox.plot(), and some other funtions about graphics? Best regards Qiao Huijie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 7:48 PM To:

RE: [Rcom-l] A question or a bug about x<-c(TRUE,FALSE,NA)

2008-10-08 Thread Qiao Hui-jie
Dear Thomas, I know the meaning of "error 2042 "&" -2146826246" is "NA". What confused me is if i execute the command " x<-c(TRUE,FALSE,NA)", the first returned value is "FALSE" but not "TRUE" in both VB6.0 and C#3.5 this is the test code Set r = CreateObject("StatConnectorSrv.StatConnector")

[Rcom-l] R-PLUS 3.3 uses R-DCOM

2008-10-08 Thread jim greensberg
Hi folks,   I got an email from   XLSolutions Corp (www.xlsolutions-corp.com)  and they announced R-PLUS 3.3  a    www.Experience-Rplus.com.   I think this might be helpful for  R-DCOM beginner users. Jim   ___ Rcom-l mailing list Rcom-l@mailma

Re: [Rcom-l] A question or a bug about x<-c(TRUE,FALSE,NA)

2008-10-08 Thread Thomas Baier
Qiao Hui-jie schrieb: in R, I type in this command x<-c(TRUE,FALSE,NA) then it returns the correct response "TRUE,FALSE,NA" When i use it in both VB6.0 and C#, the function Evaluate() will return an array of object, and the values in it is "false","false","error 2042(in vb) / -2146826246(in c#)

Re: [Rcom-l] Internet proxies

2008-10-08 Thread Michal Blazejczyk
Hi Wayne, It is a .NET app, accessing R locally through COM. Best, Michal [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Michal, > Can you explain how you have been using R(D)Com? Is it in a .Net app > or Excel or any other app? Perhaps if I know this I may be able to > offer another su

[Rcom-l] RE: Help for a Beginner please

2008-10-08 Thread H.J.van_der_Wijk
Hi, I don't use a custom graphics device. What I do is create a normal graphics in R that is save to a file and stream this to the browser as an image. See the code below. Regards, Henk Jan protected override void Render(HtmlTextWriter writer) { //base.Render(writer); stri