Displaying 1 result from an estimated 1 matches for "data_input_output".
2009 Feb 06
0
RExcel waiting for OLE action
...og box would be appreciated.
The macro is below. It's your basic, send-to-R, run R, retrieve-from-R
macro.
Call Rinterface.StartRServer
Call Rinterface.RRun("rm(list = ls())")
Call Rinterface.RRun("dev.off()")
Call Rinterface.PutArray("mat1", Range("DATA_INPUT_OUTPUT!B7:I506"))
Call Rinterface.PutArray("mat2", Range("DATA_INPUT_OUTPUT!J7:Q506"))
Call Rinterface.PutArray("cpd", Range("DATA_INPUT_OUTPUT!A7:A506"))
Call Rinterface.PutArray("name_of_assay_one",
Range("DATA_INPUT_OUTPUT!B1"...