Code Monkey home page Code Monkey logo

Comments (1)

DominiqueMakowski avatar DominiqueMakowski commented on June 19, 2024 2

In the new version of the psycho package, many functions such as analyze() have disappeared. This is because the scope of the package was re-defined to focus more on psychology-related functions.

Regarding the function analyze(), the goal is to re-implement and improve in the report package (where is it named report()).

If you want to use analyze() to report statistical models, I would suggest to check out the report package mentioned above. However, If report is not what you need or doesn't do the job, here are some workarounds:

  • If you don't need the textual output but just the values, you can use the two functions: parameters::model_parameters() and performance::model_performance() (from the parameters and performance packages, respectively). Additionally, the effectsize package might be useful. This will give you all the required values (analyze() just used to add the text around these values).

  • If you really need analyze(), one way is to downgrade psycho, before 0.5. You can 1) remove your current installation of psycho (remove.packages("psycho)"). Then, you can install the previous release via remotes::install_github("neuropsychology/[email protected]")

Apologies for the inconvenience, and let me know if that helps!

PS: note that get_contrasts() and get_means() are now in the modelbased package.

from psycho.r.

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.