You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 } }); };