Giter VIP home page Giter VIP logo

Comments (1)

lemieuxl avatar lemieuxl commented on June 9, 2024

These are just normal warnings.

The first warning ("interaction term is categorical") means that the model includes an interaction between genotype and environment, where the environment is a categorical variable (e.g. sex, treatment, etc.). Since we only return one value for each marker, the results will be returned only for the last category. This is not an issue if the variable has 2 categories (i.e. results for sex=1), but you might lose information when the variable has more than 2 categories.

The second warning ("mixedlm optimization cannot be performed") is because we use an optimization to speed up repeated measurements analysis. This optimization doesn't when using an interaction. The analysis will still work, but will be considerably slower. See the linear mixed effects model in the documentation for more information about the optimization.

Thank you for using genipe!

from genipe.

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.