Git Product home page Git Product logo

dabest-matlab's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

dabest-matlab's Issues

Stats values output ?

Hello,

Just wanted to know if there is a way of retrieving the same kind of csv output files provided by the web version of the script in matlab.

It is quite annoying to only find group differences and not a single p-value, so I guess I will have to do the copy-paste anyway... Too bad I realized that after scripting my analysis...

Thanks

Bug(???) in web and matlab version

CSVtable.zip

Hello, could you possibly tell me what's wrong with these files ?
CSV generated from table by writetable(Csvtable,CSVfilename,'Delimiter',',')

Error Message in matlab :

Error using bootci>bootbca (line 265)
With 'type' equal to 'bca' (the default), BOOTCI uses JACKKNIFE internally. The call to JACKKNIFE failed with
function '@(x)nanmean(x)'. Try using a confidence interval type other than 'bca'.

Error in bootci (line 171)
[ci,bootstat] = bootbca(obsstat,nboot,fun,alpha,weights,bootstrpOptions,data{:});

Error in bootmoes (line 15)
bci=bootci(10000, hm, vec)';

Error in FscatJit2 (line 170)
[av(idx), moes, bci] = bootmoes(curDat);

Error in dabest (line 19)
[ss] = FscatJit2(identifiers, data);

Caused by:
Error using jackknife
Too many input arguments.

Issue with bootbca()

Hey Tayfun,

Having the same issue as Juliencarponcy, unrelated to the input data. I'm guessing its a version issue.

With R2018b, using the sample data you provided, I get the following:

Command:
dabest('MultipleGroups_sample.csv');

Error:
Error using bootci>bootbca (line 265)
With 'type' equal to 'bca' (the default), BOOTCI uses JACKKNIFE internally. The call to JACKKNIFE failed with function '@(x)nanmean(x)'. Try using a confidence interval type other than 'bca'.

Error in bootci (line 171)
[ci,bootstat] = bootbca(obsstat,nboot,fun,alpha,weights,bootstrpOptions,data{:});

Error in bootmoes (line 15)
bci=bootci(10000, hm, vec)';

Error in FscatJit2 (line 169)
[av(idx), moes, bci] = bootmoes(curDat);

Error in dabest (line 19)
[ss] = FscatJit2(identifiers, data);

Error in oEDT_timecourse_plot_v6 (line 942)
dabest('MultipleGroups_sample.csv');

Caused by:
Error using jackknife
Too many input arguments.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.