Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Issue in Survival analysis using VB.net #157

Closed
Dolphin72 opened this issue Oct 17, 2015 · 1 comment
Closed

Issue in Survival analysis using VB.net #157

Dolphin72 opened this issue Oct 17, 2015 · 1 comment

Comments

@Dolphin72
Copy link

Hi,

I am trying to implement survival analysis with VB.net. I kind of follow the given example in C# and use

Dim cox As New Accord.Statistics.Analysis.ProportionalHazardsAnalysis(DataCox_Variable, DataCox_Time, DataCox_Event)

cox.Compute()

But cox.compute() is not accepted, and its seems it expect a regression model (Accord.Statistics.Models.Regression.ProportionalHazard). It's not in the example in C# I try to follow, and I am wondering what I do wrong. Can someone help?

@cesarsouza
Copy link
Member

Examples in VB.NET have been added to the ProportionalHazardAnalysis documentation page in 3.8.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants