Code Monkey home page Code Monkey logo

Comments (6)

gynt avatar gynt commented on June 15, 2024 1

Off-topic: this issue arose right after the 3-day course of @mcfanda which he gave yesterday for PhDs and in which he strongly advocated to use jamovi. Many of us are a fan of this software now and see its potential.

from gamlj.

mcfanda avatar mcfanda commented on June 15, 2024

Checked and corrected. It will be in version 1.0.0

from gamlj.

mcfanda avatar mcfanda commented on June 15, 2024

strongly but gently :-)

from gamlj.

gynt avatar gynt commented on June 15, 2024

I am now having similar issues when making a General Linear Model.
When selecting two components in the Model Builder and adding their interaction terms (by pressing the arrow), the action of clicking on a gray area in the results overview (losing focus) and then clicking on the results produced by the model (regaining focus), makes the interaction term go away again.

from gamlj.

dropmann avatar dropmann commented on June 15, 2024

So in regard to the issue with the model builder, if you remove the following code block

    for (let i = 0; i < termsList.length; i++) {
        if (termsList[i].length > 1 && containsCovariate(termsList[i], covariatesList)) {
            termsList.splice(i, 1);
            i -= 1;
            termsChanged = true;
        }
    }

from the following files it should solve the issue.
glm.events.js
gzlm.events.js
mixed.events.js

From what i can see this issue will happen in glm, gzlm and mixed analyses.

from gamlj.

mcfanda avatar mcfanda commented on June 15, 2024

It works!! thanks a lot

from gamlj.

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.