Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create 'ResultValue' database table #3249

Open
jeff1evesque opened this issue Jun 11, 2018 · 2 comments
Open

Create 'ResultValue' database table #3249

jeff1evesque opened this issue Jun 11, 2018 · 2 comments

Comments

@jeff1evesque
Copy link
Owner

We need to create a ResultValue database table. This means the ResultValue column from the Result table, will need to be renamed to ResultValueID, which will be the primary key in the ResultValue table:

image

The motivation for this change, is to allow us to generally store the results from binary logistic regression:

logit

@jeff1evesque
Copy link
Owner Author

We'll also need to add a ResultName column to the Result table, to allow users to name their results.

@jeff1evesque
Copy link
Owner Author

For consistency, we should update our database docx file.

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

No branches or pull requests

1 participant