From e2099e68ed6ecc733e5bf0369b55acdb9518de58 Mon Sep 17 00:00:00 2001 From: Elin Nyman <eliny61@liu.se> Date: Fri, 23 Oct 2020 12:16:42 +0200 Subject: [PATCH] small corrections --- HypothesisA/cost_simple.m | 2 +- HypothesisB/cost_simple.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HypothesisA/cost_simple.m b/HypothesisA/cost_simple.m index 7ef593c..8767406 100644 --- a/HypothesisA/cost_simple.m +++ b/HypothesisA/cost_simple.m @@ -144,7 +144,7 @@ costLPSdose = sum((EXPDATA.tnfa - doseresponseLPS).^2 ./ (EXPDATA.sem).^2); %costTNF = cost1 + cost2 + cost3 + cost4 + cost5 + cost6 + cost7 + cost8 + cost9; costTNF = cost5 + cost6 + cost7 + cost8 + cost9; costLPS = costLPS0 + costLPS100 + costLPS1000; -cost = costTNF + costLPSdose + costLPS; %+ costextra +cost = costTNF + costLPSdose + costLPS; %% CHI-SQUARE TEST diff --git a/HypothesisB/cost_simple.m b/HypothesisB/cost_simple.m index b1bdd29..90f893f 100644 --- a/HypothesisB/cost_simple.m +++ b/HypothesisB/cost_simple.m @@ -146,7 +146,7 @@ costLPSdose = sum((EXPDATA.tnfa - doseresponseLPS).^2 ./ (EXPDATA.sem).^2); %costTNF = cost1 + cost2 + cost3 + cost4 + cost5 + cost6 + cost7 + cost8 + cost9; costTNF = cost5 + cost6 + cost7 + cost8 + cost9; costLPS = costLPS0 + costLPS100 + costLPS1000; -cost = costTNF + costLPSdose + costLPS; %+ costextra; +cost = costTNF + costLPSdose + costLPS; %% CHI-SQUARE TEST -- GitLab