You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The motivation for this change, is to allow us to generally store the results from binary logistic regression:
The text was updated successfully, but these errors were encountered:
We need to create a
ResultValue
database table. This means theResultValue
column from theResult
table, will need to be renamed toResultValueID
, which will be the primary key in theResultValue
table:The motivation for this change, is to allow us to generally store the results from binary logistic regression:
The text was updated successfully, but these errors were encountered: