I need to write a C# program to create and display Cusum chart from any
of the packages,
spc, qcc or strucchange.
Issues:
1-The data resides in a MS SQL Database. The C# program will handle
obtaining the data for the requisite types of samples.
Assistance needed on:
1-How can I call the cusum capabilities of any of the above packages
and pass the data to the cusum function and plot?
2-How can from the C# program, obtain the returned data
and display the plotted chart in my C# program?
3- Displaying the chart in the C# program and allowing it to be saved is
important.
Goal is to make this all transparent to my end users.
Each user will have their own instantiation of R on their PC.
Any advice on best approach would be appreciated. I am looking at
"Writing R Extensions" doc however a jump start or other
References to doing this within the .net framework would be helpful.
Thanks,
Neil
--------------------------------------------------------
This information is being sent at the recipient's reques...{{dropped:16}}
______________________________________________
[email protected] 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.