Coder Social home page Coder Social logo

Comments (3)

seth127 avatar seth127 commented on May 27, 2024

@adamlafontaine can you run bbi nonmem summary [ctl file path] --json on the command line and paste in the output (or ideally just this parameter part of the output if you can easily extract it)?

If this is in that json that comes from bbi too then this should be an issue in https://github.com/metrumresearchgroup/babylon not here. I think that's probably the case, but I'm not sure.

from bbr.

adamlafontaine avatar adamlafontaine commented on May 27, 2024

It looks like it is in the json so I will create an issue for babylon then.

    "parameters_data": [
            {
                    "method": "TABLE NO.     1: First Order Conditional Estimation with Interaction: Goal Function=MINIMUM VALUE OF OBJECTIVE FUNCTION: Problem=1 Subproblem=0 Superproblem1=0 Iteration1=0 Superproblem2=0 Iteration2=0",
                    "estimates": {
                            "theta": [
                                    0.432605,
                                    4.11838,
                                    1.11544,
                                    4.20827,
                                    1.2875
                            ],
                            "omega": [
                                    0.220155,
                                    0.0688803,
                                    0.0827208,
                                    0.13387,
                                    0.0735232,
                                    0.169307
                            ],
                            "sigma": [
                                    0.0397749,
                                    0,
                                    0.841006
                            ]
                    },
                    "std_err": {
                            "theta": [
                                    0.0630859,
                                    0.0276778,
                                    0.0328263,
                                    0.0191263,
                                    0.035593
                            ],
                            "omega": [
                                    0.0529672,
                                    0.0199708,
                                    0.00982676,
                                    0.0236165,
                                    0.0105625,
                                    0.0197401
                            ],
                            "sigma": [
                                    0.00125788,
                                    10000000000,
                                    2.87706
                            ]
                    },
                    "random_effect_sd": {
                            "omega": [
                                    0.469207,
                                    0.510415,
                                    0.287612,
                                    0.693395,
                                    0.621269,
                                    0.411469
                            ],
                            "sigma": [
                                    0.199436,
                                    0,
                                    0.917064
                            ]
                    },
                    "random_effect_sdse": {
                            "omega": [
                                    0.0564434,
                                    0.0975455,
                                    0.0170833,
                                    0.0689339,
                                    0.0524938,
                                    0.0239873
                            ],
                            "sigma": [
                                    0.00315357,
                                    10000000000,
                                    1.56862
                            ]
                    },
                    "fixed": {
                            "theta": [
                                    0,
                                    0,
                                    0,
                                    0,
                                    0
                            ],
                            "omega": [
                                    0,
                                    0,
                                    0,
                                    0,
                                    0,
                                    0
                            ],
                            "sigma": [
                                    0,
                                    1,
                                    0
                            ]
                    }
            }
    ],

from bbr.

seth127 avatar seth127 commented on May 27, 2024

I'm pretty sure we decided this is correct behavior and the user can filter these out if they want to. Also, with the new param_labels() function it will be easier to filter down to only the params that are actually specified in the control stream (aka not sigma(2,1)). See the vignette for an example:
https://metrumresearchgroup.github.io/rbabylon/articles/parameter-labels.html

from bbr.

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.