Giter Club home page Giter Club logo

Comments (2)

brandondey avatar brandondey commented on August 25, 2024

I got report to work successfully on my mixed bayes by specifying report(..., parameters_diagnostic = "all").

Pretty sure this is because the call to parameters::model_parameters() doesn't like the default logical value and expects a string.

parameters::model_parameters(b_mod, diagnostic = T)

Produces:

Error in match.arg(diagnostic, c("ESS", "Rhat", "MCSE", "all"), several.ok = TRUE) : 'arg' must be NULL or a character vector

Running

parameters::model_parameters(b_mod, diagnostic = "all")

Shows model params as expected:

Parameter     | Median |         89% CI |     pd | % in ROPE |  ESS |  Rhat | MCSE |              Prior
-------------------------------------------------------------------------------------------------------
(Intercept)   |   0.44 |   [0.41, 0.48] |   100% |        0% |  629 | 1.007 | 0.00 | Normal (0 +- 3.32)
rel_demand_sc |  -0.02 | [-0.04, -0.00] | 99.05% |    79.45% | 2491 | 1.000 | 0.00 | Normal (0 +- 1.67)
items_sc      |   0.61 |   [0.55, 0.66] |   100% |        0% |  677 | 1.007 | 0.00 | Normal (0 +- 1.65)

from report.

DominiqueMakowski avatar DominiqueMakowski commented on August 25, 2024

should work now #37

from report.

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.