Giter VIP home page Giter VIP logo

Comments (2)

larmarange avatar larmarange commented on August 21, 2024

OK I found it why. It depends if tidy_add_variable_labels() is applied before or after tidy_add_reference_rows()

from broom.helpers.

larmarange avatar larmarange commented on August 21, 2024

Fixed

library(broom.helpers)
library(gtsummary)

mod <- glm(age ~ grade + Hmisc::rcspline.eval(marker), data = trial, family = gaussian)

mod %>%
  tidy_and_attach() %>%
  tidy_identify_variables() %>%
  tidy_add_variable_labels() %>%
  tidy_add_reference_rows() %>%
  tidy_add_header_rows() %>%
  select(1:2, label)
#> # A tibble: 9 x 3
#>   term                       variable                  label                    
#>   <chr>                      <chr>                     <chr>                    
#> 1 (Intercept)                <NA>                      (Intercept)              
#> 2 <NA>                       grade                     Grade                    
#> 3 grade_ref                  grade                     I                        
#> 4 gradeII                    grade                     II                       
#> 5 gradeIII                   grade                     III                      
#> 6 <NA>                       Hmisc::rcspline.eval(mar~ Hmisc::rcspline.eval(mar~
#> 7 Hmisc::rcspline.eval(mark~ Hmisc::rcspline.eval(mar~ Hmisc::rcspline.eval(mar~
#> 8 Hmisc::rcspline.eval(mark~ Hmisc::rcspline.eval(mar~ Hmisc::rcspline.eval(mar~
#> 9 Hmisc::rcspline.eval(mark~ Hmisc::rcspline.eval(mar~ Hmisc::rcspline.eval(mar~

from broom.helpers.

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.