Coder Social home page Coder Social logo

Comments (3)

ejolly avatar ejolly commented on August 25, 2024

Hi @psyMingzheZhang yup! The output of fit rounds to 3 decimal places, but if you inspect the coefficients on a fitted model, they're just pandas data frames with no rounding: .coefs, .fixef, .ranef

from pymer4.

psyMingzheZhang avatar psyMingzheZhang commented on August 25, 2024

Hi @psyMingzheZhang yup! The output of fit rounds to 3 decimal places, but if you inspect the coefficients on a fitted model, they're just pandas data frames with no rounding: .coefs, .fixef, .ranef

Hi @ejolly, thank you for your response! The reason I asked this question is because I need to perform multiple comparisons correction on p-values. For example, I have 1000 voxels that need correction, and if I use Bonferroni correction, a p-value of 0.0004 may not pass the correction. However, if rounded to three decimal places, it becomes 0 and would pass the correction. Is there a solution to this? By the way, the pymer4 package is very useful :-)Wishing you a Merry Christmas holiday!

from pymer4.

ejolly avatar ejolly commented on August 25, 2024

Happy holidays and new year to you too @psyMingzheZhang ! I would definitely use the un-rounded values (by accessing the model.coefs or model.marginal_coefs or model.marginal_contrasts if calling model.post_hoc()`) prior to performing multiple comparisons correction. Using your example a p-value of .0004 would survive bonferonni correction for 1000 tests (1/1000 = .001 > .0004).

from pymer4.

Related Issues (20)

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.