Skip to content

Commit

Permalink
Merge pull request #205 from drbenvincent/dev
Browse files Browse the repository at this point in the history
remove STAN stuff + a bug fix
  • Loading branch information
drbenvincent authored Feb 3, 2018
2 parents f3a2775 + dda6485 commit 3b11b7b
Show file tree
Hide file tree
Showing 33 changed files with 321 additions and 1,287 deletions.
216 changes: 103 additions & 113 deletions ddToolbox/CODA/CODA.m

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion ddToolbox/Data/DataImporter.m
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@
newR(t,1) = 1;
end
end
experimentTable.R = newR;
end
experimentTable.R = newR;


%% Add ID column
experimentTable = appendTableColOfVals(experimentTable, n);
Expand Down
2 changes: 0 additions & 2 deletions ddToolbox/dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
https://github.com/drbenvincent/mcmc-utils-matlab
https://github.com/altmany/export_fig
https://github.com/drbenvincent/matjags
https://github.com/brian-lau/MatlabProcessManager
https://github.com/drbenvincent/MatlabStan
Loading

0 comments on commit 3b11b7b

Please sign in to comment.