Skip to content
Snippets Groups Projects
Commit 05c2971c authored by Steve Reis's avatar Steve Reis
Browse files

reafactor: Labels consistency linear and logistic

parent 64acf7e6
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ import BaseHandler from '../base.handler'; ...@@ -6,8 +6,8 @@ import BaseHandler from '../base.handler';
const lookupDict = { const lookupDict = {
Estimate: 'Estimate', Estimate: 'Estimate',
'Std. Error': 'Std. Error', 'Std. Error': 'Std. Error',
'z-value': 'Z value', 'z-value': 'z-value',
'p-value': 'P value', 'p-value': 'p-value',
'low0.95CI.LP': 'Low 95% CI', 'low0.95CI.LP': 'Low 95% CI',
'high0.95CI.LP': 'High 95% CI', 'high0.95CI.LP': 'High 95% CI',
P_OR: 'P OR', P_OR: 'P OR',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment