Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    On second thought better start by installing basetable again
    Kind regards

    nhb

    Comment


    • #32
      Dear users of -basetable-,
      I'm happy to announce that Stata Journal has accepted my manuscript describing current features in -basetable-, see https://journals.sagepub.com/doi/abs...6867X221106417
      Thank you for using -basetable-
      Kind regards

      nhb

      Comment


      • #33
        Thanks to Kit Baum, there is a new version of -basetable-. It is minor changes and bug fixes.
        Kind regards

        nhb

        Comment


        • #34
          Thanks to Kit Baum is there a new update of basetable at SSC.
          Some minor bug fixes. And adding option todocx which makes it possible to send one table into one wordfile.
          Kind regards

          nhb

          Comment


          • #35
            Thanks to Kit Baum there is a new update. New features are selection and ordering of columns, and a new default p-value presentation.
            Code:
            . webuse lbw
            (Hosmer & Lemeshow data)
            
            . basetable smoke race(c) age(%6.1f)
              
            ---------------------------------------------------------------------------------
            Columns by: Smoked during pregnancy   Nonsmoker      Smoker        Total  P-value
            ---------------------------------------------------------------------------------
            n (%)                                115 (60.8)   74 (39.2)  189 (100.0)         
            Race, n (%)                                                                      
              White                               44 (38.3)   52 (70.3)    96 (50.8)         
              Black                               16 (13.9)   10 (13.5)    26 (13.8)         
              Other                               55 (47.8)   12 (16.2)    67 (35.4)  < 0.001
            Age of mother, mean (sd)             23.4 (5.5)  22.9 (5.0)   23.2 (5.3)     0.54
            ---------------------------------------------------------------------------------
            
            . basetable smoke race(c) age(%6.1f), columnorder(4,2,5)
              
            ---------------------------------------------------------------------
            Columns by: Smoked during pregnancy        Total   Nonsmoker  P-value
            ---------------------------------------------------------------------
            n (%)                                189 (100.0)  115 (60.8)         
            Race, n (%)                                                          
              White                                96 (50.8)   44 (38.3)         
              Black                                26 (13.8)   16 (13.9)         
              Other                                67 (35.4)   55 (47.8)  < 0.001
            Age of mother, mean (sd)              23.2 (5.3)  23.4 (5.5)     0.54
            ---------------------------------------------------------------------
            Kind regards

            nhb

            Comment


            • #36
              Thanks to Kit Baum, there is a new update to the basetable command. The arguments for the columnorder option were a numlist of integers between 2 and 8. Now, it is a numlist of integers above 1.
              Kind regards

              nhb

              Comment

              Working...
              X