Skip to content
cshukai edited this page Oct 8, 2013 · 5 revisions

// calling R to run estimation process var invokeR=function(referenceFileName,d_type){ $.ajax({ url:"http://172.20.11.129:3000/", data:{reference:referenceFileName, datatype:d_type } }); };

Clone this wiki locally