-
### Describe what you want
### Feature Request: Automatically Alias Columns in Subqueries to Avoid Ambiguity
**Issue**:
When using a custom select in a query that involves joins, and the query is…
-
``` r
library(tableone)
library(dplyr)
#>
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#>
#> filter, lag
#> The following objects are masked fr…
-
## What are you doing?
```JavaScript
const Sequelize = require('sequelize');
const sequelize = new Sequelize("sqlite", "admin", "123456", {
storage: "./test.db",
dialect: "sqlite",
}…
-
I'm getting the following error whenever I set pval=True on a data set. Using Jupyter Notebook via Anaconda running python 3.9
----------------------------------------------------------------------…
-
Some journals require statistics of hypothesis testing. I found that they are already computed. Maybe, this function that displaying statistics of hypothesis testing is helpful. I just pulled a reques…
-
Hi. Tableone is great package. But it however requires copy pasting in excel. Is it possible to enable latex output such as seen with "xtable" package? Thanks in advance
-
Thank you for this helpful package.
Since my data comes from a 1:2 matched case-control study, the available statistical methods in tableone are not appropriate. I want to use a linear mixed model (n…
WHMan updated
8 years ago
-
As brought up in #32, `kableone()` only lets you pass arguments to `kable()` and not to `print.tableone()`.
I think there are a couple of related issues here. Right now I'm thinking a good PR for t…
-
Thank you for such excellent work.
Simple question: how can we save summary.TableOne output as DF?
It doesn't seem to work the same as the print.TableOne wrt as.data.frame.
Any help/ideas are v…
-
Hi Kaz,
Giving `contDigits = 0` to the `print.TableOne` function to render a continuous variable as an integer appears to error out.
```
> print(tableOne,contDigits = 1)
…