Skip to content
Snippets Groups Projects
Commit e2099e68 authored by Elin Nyman's avatar Elin Nyman
Browse files

small corrections

parent 29a568ec
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ costLPSdose = sum((EXPDATA.tnfa - doseresponseLPS).^2 ./ (EXPDATA.sem).^2); ...@@ -144,7 +144,7 @@ costLPSdose = sum((EXPDATA.tnfa - doseresponseLPS).^2 ./ (EXPDATA.sem).^2);
%costTNF = cost1 + cost2 + cost3 + cost4 + cost5 + cost6 + cost7 + cost8 + cost9; %costTNF = cost1 + cost2 + cost3 + cost4 + cost5 + cost6 + cost7 + cost8 + cost9;
costTNF = cost5 + cost6 + cost7 + cost8 + cost9; costTNF = cost5 + cost6 + cost7 + cost8 + cost9;
costLPS = costLPS0 + costLPS100 + costLPS1000; costLPS = costLPS0 + costLPS100 + costLPS1000;
cost = costTNF + costLPSdose + costLPS; %+ costextra cost = costTNF + costLPSdose + costLPS;
%% CHI-SQUARE TEST %% CHI-SQUARE TEST
......
...@@ -146,7 +146,7 @@ costLPSdose = sum((EXPDATA.tnfa - doseresponseLPS).^2 ./ (EXPDATA.sem).^2); ...@@ -146,7 +146,7 @@ costLPSdose = sum((EXPDATA.tnfa - doseresponseLPS).^2 ./ (EXPDATA.sem).^2);
%costTNF = cost1 + cost2 + cost3 + cost4 + cost5 + cost6 + cost7 + cost8 + cost9; %costTNF = cost1 + cost2 + cost3 + cost4 + cost5 + cost6 + cost7 + cost8 + cost9;
costTNF = cost5 + cost6 + cost7 + cost8 + cost9; costTNF = cost5 + cost6 + cost7 + cost8 + cost9;
costLPS = costLPS0 + costLPS100 + costLPS1000; costLPS = costLPS0 + costLPS100 + costLPS1000;
cost = costTNF + costLPSdose + costLPS; %+ costextra; cost = costTNF + costLPSdose + costLPS;
%% CHI-SQUARE TEST %% CHI-SQUARE TEST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment