broomExtra | Helpers for regression analyses using broom | Testing library

 by   IndrajeetPatil R Version: 4.3.2 License: Non-SPDX

kandi X-RAY | broomExtra Summary

kandi X-RAY | broomExtra Summary

broomExtra is a R library typically used in Testing applications. broomExtra has no bugs, it has no vulnerabilities and it has low support. However broomExtra has a Non-SPDX License. You can download it from GitHub.

The goal of {broomExtra} is to provide helper functions that assist in data analysis workflows involving regression analyses. The goal is to combine the functionality offered by different set of packages through a common syntax to return tidy tibbles containing model parameters and summaries.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              broomExtra has a low active ecosystem.
              It has 44 star(s) with 5 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 16 have been closed. On average issues are closed in 9 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of broomExtra is 4.3.2

            kandi-Quality Quality

              broomExtra has 0 bugs and 0 code smells.

            kandi-Security Security

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

            kandi-License License

              broomExtra has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              broomExtra releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              It has 13 lines of code, 0 functions and 1 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 broomExtra
            Get all kandi verified functions for this library.

            broomExtra Key Features

            No Key Features are available at this moment for broomExtra.

            broomExtra Examples and Code Snippets

            grouped_
            Rdot img1Lines of Code : 178dot img1License : Non-SPDX (NOASSERTION)
            copy iconCopy
            ## to speed up computation, let's use only 50% of the data
            set.seed(123)
            library(lme4)
            library(ggplot2)
            library(broomExtra)
            
            ## linear model (tidy analysis across grouping combinations)
            grouped_tidy(
              data = sample_frac(ggplot2::diamonds, size = 0.5  
            Generic functions
            Rdot img2Lines of Code : 151dot img2License : Non-SPDX (NOASSERTION)
            copy iconCopy
            set.seed(123)
            library(lme4)
            library(ordinal)
            library(broomExtra)
            library(dplyr)
            
            ## mixed-effects models (`{broom.mixed}` will be used)
            lmm.mod <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy)
            broomExtra::tidy(x = lmm.mod, effects = "fixed"  

            Community Discussions

            Trending Discussions on broomExtra

            QUESTION

            converting call to equation in r markdown
            Asked 2019-Jun-13 at 16:16

            I have written the ggstatsplot package to carry out some statistical analysis. The package functions (in the development version) can either return a plot or a call that contains statistical details displayed in the subtitle of the plot.

            Here is an example of a plot as a return:

            ...

            ANSWER

            Answered 2019-Jun-13 at 16:16

            It is pretty easy to convert your example to Markdown code. This is nowhere near general, but it is kind of obvious how to extend it to handle other expressions.

            The idea is to evaluate the plotmath expression to form a string that is Markdown. For example, use this function:

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

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

            Vulnerabilities

            No vulnerabilities reported

            Install broomExtra

            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

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link