以编程方式创建生存曲线
我正在使用 vb.net / asp.net
我的团队创建了一个 Web 应用程序(癌症中心的研究数据库)
我想知道是否有人知道如何以编程方式绘制生存曲线
我搜索了所有地方,但找不到任何想法
i am using vb.net / asp.net
my team created a web application (research database for cancer center)
i am wondering if anyone has an idea about drawing survival curves programmatically
i searched every where and couldnt find any idea
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你必须彻底研究kaplan Meier的方程,然后尝试使用vb.net或c# datatable来完成它,然后使用mschart控件将其绘制成图表。
请查看这篇文章
使用 MS Chart Control 和 VB.NET 进行统计:绘制 Kaplan-Meier 估计值。
you have to study the equation of kaplan meier thoroughly and then try to do it using vb.net or c# datatable, then chart it using mschart control.
Please check this article
The use of MS Chart Control and VB.NET for Statistical Purposes: Plotting Kaplan-Meier Estimate.