GLMMadaptive | GLMMs with adaptive Gaussian quadrature | Development Tools library

 by   drizopoulos R Version: v License: No License

kandi X-RAY | GLMMadaptive Summary

kandi X-RAY | GLMMadaptive Summary

GLMMadaptive is a R library typically used in Utilities, Development Tools applications. GLMMadaptive has no vulnerabilities and it has low support. However GLMMadaptive has 70 bugs. You can download it from GitHub.

GLMMadaptive: Generalized Linear Mixed Models using Adaptive Gaussian Quadrature.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              GLMMadaptive has a low active ecosystem.
              It has 52 star(s) with 11 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 44 have been closed. On average issues are closed in 20 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of GLMMadaptive is v

            kandi-Quality Quality

              GLMMadaptive has 70 bugs (0 blocker, 0 critical, 1 major, 69 minor) and 1 code smells.

            kandi-Security Security

              GLMMadaptive has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              GLMMadaptive code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              GLMMadaptive does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              GLMMadaptive releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.
              It has 8449 lines of code, 0 functions and 52 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of GLMMadaptive
            Get all kandi verified functions for this library.

            GLMMadaptive Key Features

            No Key Features are available at this moment for GLMMadaptive.

            GLMMadaptive Examples and Code Snippets

            No Code Snippets are available at this moment for GLMMadaptive.

            Community Discussions

            QUESTION

            Zero-inflated two-part models in GLMMadaptive (R): anova on fixed effects zero-part?
            Asked 2021-Feb-18 at 20:45

            I'm running a hurdle lognormal model using the GLMMadaptive package in R. Both the continuous part as well as the zero-part have categorical variables defined in the fixed effects. I would like to run an ANOVA on these categorical variables to detect if there is a main effect.

            I've seen that using the glmmTMB package you are able to separately run an ANOVA on the conditional model and the zero-part model separately, as is demonstrated here.

            Is there a similar strategy available for the GLMMadaptive package? (The glmmTMB does not support hurdle lognormal models as far as I understood). Perhaps using the joint_tests function from the emmeans package? If so, how do you define that you want to test the zero-part model? As emmeans::joint_tests(hurdlemodel) only gives the F-tests for the conditional part of the model.

            Or as an alternative method, could you compare the fit of the models where you exclude the variable of interest against a the full model, as is demonstrated for the relevance of random effects in this vignette?

            Many thanks!

            The suggestion by Russ Lenth in the comments are implemented below, using the data and model in the GLMMadaptive two-part model vignette:

            ...

            ANSWER

            Answered 2021-Feb-18 at 20:45

            The function emmeans::qdrg() can sometimes be used to create the needed object for a model not directly supported by emmeans. See its documentation. In very simple models (e.g., inheriting from lm, it may be enough to supply the object and data arguments.

            That usually does not work for more sophisticated models, in which case you will need to specify data, the fixed-effects formula for the conditional or zero part of the model, and the associated regression coefficients (coef) and variance-covariance matrix (vcov) for the part of the model in question. Often with models like this with multiple components, you likely will have to pick a subset of the coefficients and covariance matrix. These all must conform: the length of coef must equal the number of rows and columns of vcov and the number of columns in the model matrix generated by formula [which may be checked via model.matrix(formula, data = data)].

            qdrg() will not work for a multivariate model -- or at least it's tricky -- because the implied model involves other factor(s) that delineate the levels of the multivariate response. If there are special provisions for, say, spline smoothing, that is another instance where qdrg() probably can't be made to work.

            Once qdrg() actually runs and produces results, it is a good idea to use it to estimate some contrasts that are estimated by the model parameterization. For example, suppose that the model was fitted with the default contr.treatment contrasts. Then the regression coefficients are interpretable as a comparison with the first level as a reference level. Accordingly, if we computedrg <- qdrg(...), and one of the factors is "treat", look at contrast(rg, "trt.vs.ctrl1", simple = "treat"), and check to see if the first set of estimated contrasts matches the main-effect estimates for treat.

            I will illustrate all of this with a simple lm model, ignoring the fact that it is already supported by emmeans.

            Source https://stackoverflow.com/questions/66143020

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install GLMMadaptive

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/drizopoulos/GLMMadaptive.git

          • CLI

            gh repo clone drizopoulos/GLMMadaptive

          • sshUrl

            git@github.com:drizopoulos/GLMMadaptive.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Development Tools Libraries

            FreeCAD

            by FreeCAD

            MailHog

            by mailhog

            front-end-handbook-2018

            by FrontendMasters

            front-end-handbook-2017

            by FrontendMasters

            tools

            by googlecodelabs

            Try Top Libraries by drizopoulos

            Repeated_Measurements

            by drizopoulosHTML

            JMbayes2

            by drizopoulosR

            JMbayes

            by drizopoulosR

            ltm

            by drizopoulosR

            JM

            by drizopoulosR