From what I understand, FLEX can read xml files. The StatDataML
library in R creates xml files which can be read by FLEX. Since I
would need to implement the GUI on a web server and the R server would
be on a different system, I felt using StatDataML to write xml files
would be the best approach.
I have also heard of the RSOAP library which possibly can be another
alternative to the above library.
I am trying to create a way for users to be able to visualize the
results of regressions and other statistical functions in an
interactive manner over the web.
If anyone has worked with the above tools or related scenarios, I
would greatly appreciate your feedback.