table1 icon indicating copy to clipboard operation
table1 copied to clipboard

Results 24 table1 issues
Sort by recently updated
recently updated
newest added

Hi! Very nice package. I'm working with survey data that has multiple checkboxes variable, where dummy variables are created for each factor e.g comorbidities___1, 2, 3, etc. I tried using...

![image](https://github.com/benjaminrich/table1/assets/121236675/472ac026-8910-4398-a726-ca5ea0358e18) Small tweak to get the footnote to display at the bottom of the table when pasted to a spreadsheet application. Previously the footnote displayed before table body. Screenshot shows...

Dear Benjamin, Thank you for the package, the tables are absolutely fantastic. Currently I am trying to make a table in which I have grouped variables under a heading as...

Hello Benjamin! Thank you so much for this wonderful package and your incredible work. I have read your guide titled "Using the table1 Package to Create HTML Tables of Descriptive...

This updates continuous integration and the readme with no code changes.

I've benefited a great deal from this package, and I want to make sure I reference it properly in my manuscripts. Currently I'm using the output of `citation()`: ``` @Manual{,...

Hi there, I'm looking for a way to create a two-way table that uses a summary measure to fill the cells. For example, I have 3 variables: gender (factor), region...

Hi, Is there a way to not to display the number of data points contributing to the summary for a category using Table1? ![Capture](https://user-images.githubusercontent.com/127178797/223335210-ba895e71-a220-4995-b774-eb0e506e45d1.PNG) Current code is: ```r rndr

My data has multiple rows of data per person. When I generate table1, the column number (N) is counting the number of observations and not the number of individuals. How...

Dear Benjamin, Since I last used table1 in the autumn, code that used to work does no longer with the following error presented: ``` Error in table1.formula(~variable1 + variable2 +...