Re: [R] JMP <-> R ?

2009-12-01 Thread Wai-Kuan Yip

Hi Stephen, 

Option 2 I am not sure, but option 3 cannot be used because R is not an OLE
component (Microsoft-objects). You can call JMP and the functions from C#,
VB, Excel, etc. (all the Microsoft related stuff) but can't call R. You just
need to make sure that the common library JMP.TLB is linked up for example
from your VB code. Unfortunately, R doesn't have this linking. Option 1 is
also out, that's for reading input from the serial port. Keep us updated on
your findings!


Wai-Kuan Yip
http://www.deakin.edu.au/~waiyip http://www.deakin.edu.au/~waiyip 



Upton, Stephen C wrote:
> 
> Hi Robert and Wai-Kuan,
> 
> I'd be interested as well. I see in the JMP Scripting Book that there
> appear
> to be 3 possibilities (all in Chapter 11-at least for version 8):
> 1. using a JMP DataFeed object
> 2. using sockets
> 3. OLE automation
> 
> Sockets with something like RServe may be the way to go. I have not tried
> any of the above methods yet but hope the pointers help.
> 
> steve
> 
> Stephen C. Upton
> Research Associate
> SEED (Simulation Experiments & Efficient Designs) CenterĀ for Data Farming
> Naval Postgraduate School
> Cell: 831-402-3888
> 
> 
>> From: Wai Kuan Yip 
>> Date: Thu, 26 Nov 2009 17:54:05 -0800 (PST)
>> To: 
>> Subject: Re: [R] JMP <-> R ?
>> 
>> 
>> Hello Robert,
>> 
>> I am also trying to do the same. There is a way to do it using SAS Macro
>> but
>> I am still trying...
>> 
>> You can have a look at this PDF:
>> www.lexjansen.com/phuse/2008/ts/ts01.pdf
>> www.lexjansen.com/phuse/2008/ts/ts01.pdf
>> 
>> Let me know if it works!?
>> 
>> Wai-Kuan Yip
>> Deakin Motion Capture Lab
>> http://www.deakin.edu.au/~waiyip http://www.deakin.edu.au/~waiyip
>> 
>> 
>> Robert Kinley wrote:
>>> 
>>> A wild thought ...
>>> 
>>>...  anyone out there know if it's possible to call R code from JMP ?
>>> 
>>> Bob Kinley - Eli Lilly & co, UK
>>> [[alternative HTML version deleted]]
>>> 
>>> __
>>> R-help@r-project.org mailing list
>>> https://stat.ethz.ch/mailman/listinfo/r-help
>>> PLEASE do read the posting guide
>>> http://www.R-project.org/posting-guide.html
>>> and provide commented, minimal, self-contained, reproducible code.
>>> 
>>> 
>> 
>> -- 
>> View this message in context:
>> http://old.nabble.com/JMP-%3C-%3E-R---tp26527941p26535853.html
>> Sent from the R help mailing list archive at Nabble.com.
>> 
>> __
>> R-help@r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide
>> http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
> 
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
> 
> 

-- 
View this message in context: http://n4.nabble.com/JMP-R-tp856631p931804.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] JMP <-> R ?

2009-11-30 Thread Upton, Stephen C
Hi Robert and Wai-Kuan,

I'd be interested as well. I see in the JMP Scripting Book that there appear
to be 3 possibilities (all in Chapter 11-at least for version 8):
1. using a JMP DataFeed object
2. using sockets
3. OLE automation

Sockets with something like RServe may be the way to go. I have not tried
any of the above methods yet but hope the pointers help.

steve

Stephen C. Upton
Research Associate
SEED (Simulation Experiments & Efficient Designs) CenterĀ for Data Farming
Naval Postgraduate School
Cell: 831-402-3888


> From: Wai Kuan Yip 
> Date: Thu, 26 Nov 2009 17:54:05 -0800 (PST)
> To: 
> Subject: Re: [R] JMP <-> R ?
> 
> 
> Hello Robert,
> 
> I am also trying to do the same. There is a way to do it using SAS Macro but
> I am still trying...
> 
> You can have a look at this PDF:
> www.lexjansen.com/phuse/2008/ts/ts01.pdf
> www.lexjansen.com/phuse/2008/ts/ts01.pdf
> 
> Let me know if it works!?
> 
> Wai-Kuan Yip
> Deakin Motion Capture Lab
> http://www.deakin.edu.au/~waiyip http://www.deakin.edu.au/~waiyip
> 
> 
> Robert Kinley wrote:
>> 
>> A wild thought ...
>> 
>>...  anyone out there know if it's possible to call R code from JMP ?
>> 
>> Bob Kinley - Eli Lilly & co, UK
>> [[alternative HTML version deleted]]
>> 
>> __
>> R-help@r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide
>> http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>> 
>> 
> 
> -- 
> View this message in context:
> http://old.nabble.com/JMP-%3C-%3E-R---tp26527941p26535853.html
> Sent from the R help mailing list archive at Nabble.com.
> 
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] JMP <-> R ?

2009-11-26 Thread Wai Kuan Yip

Hello Robert,

I am also trying to do the same. There is a way to do it using SAS Macro but
I am still trying... 

You can have a look at this PDF:
www.lexjansen.com/phuse/2008/ts/ts01.pdf
www.lexjansen.com/phuse/2008/ts/ts01.pdf 

Let me know if it works!? 

Wai-Kuan Yip
Deakin Motion Capture Lab
http://www.deakin.edu.au/~waiyip http://www.deakin.edu.au/~waiyip 


Robert Kinley wrote:
> 
> A wild thought ... 
> 
>...  anyone out there know if it's possible to call R code from JMP ?
> 
> Bob Kinley - Eli Lilly & co, UK
>   [[alternative HTML version deleted]]
> 
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
> 
> 

-- 
View this message in context: 
http://old.nabble.com/JMP-%3C-%3E-R---tp26527941p26535853.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] JMP <-> R ?

2009-11-26 Thread Robert Kinley
A wild thought ... 

   ...  anyone out there know if it's possible to call R code from JMP ?

Bob Kinley - Eli Lilly & co, UK
[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.