GithubHelp home page GithubHelp logo

Exponentiated values about broom HOT 3 CLOSED

simonthelwall avatar simonthelwall commented on August 20, 2024
Exponentiated values

from broom.

Comments (3)

dgrtwo avatar dgrtwo commented on August 20, 2024

This is a great idea. Let me know if the new behavior (shown in an example below) isn't what you're looking for.

> tidy(fit)
         term    estimate   stderror statistic    p.value
1 (Intercept) 15.59942426 6.17975075  2.524280 0.01159354
2          wt -5.95981532 2.49444480 -2.389235 0.01688349
3        disp  0.01124307 0.01015405  1.107250 0.26818590
> tidy(fit, exponentiate=TRUE)
         term     estimate   stderror statistic    p.value
1 (Intercept) 5.953110e+06 6.17975075  2.524280 0.01159354
2          wt 2.580388e-03 2.49444480 -2.389235 0.01688349
3        disp 1.011307e+00 0.01015405  1.107250 0.26818590
> tidy(fit, exponentiate=TRUE, conf.int=TRUE)
         term     estimate   stderror statistic    p.value     conf.low    conf.high
1 (Intercept) 5.953110e+06 6.17975075  2.524280 0.01159354 5.493465e+02 5.276644e+13
2          wt 2.580388e-03 2.49444480 -2.389235 0.01688349 3.979710e-06 1.239319e-01
3        disp 1.011307e+00 0.01015405  1.107250 0.26818590 9.928345e-01 1.036134e+00

from broom.

simonthelwall avatar simonthelwall commented on August 20, 2024

Looks perfect, thanks!

from broom.

github-actions avatar github-actions commented on August 20, 2024

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

from broom.

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.