mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
first steps to finding a working path
This commit is contained in:
parent
02dfcf50d6
commit
159750fa62
2 changed files with 14 additions and 1 deletions
|
@ -0,0 +1,10 @@
|
|||
name: freesearcheR_dev
|
||||
title:
|
||||
username: cognitiveindex
|
||||
account: cognitiveindex
|
||||
server: shinyapps.io
|
||||
hostUrl: https://api.shinyapps.io/v1
|
||||
appId: 13786206
|
||||
bundleId: 9687600
|
||||
url: https://cognitiveindex.shinyapps.io/freesearcheR_dev/
|
||||
version: 1
|
|
@ -59,7 +59,10 @@ Below are the baseline characteristics.
|
|||
|
||||
Below are results from the univariable and multivariable regression analyses.
|
||||
|
||||
{{< include _regression_table.md >}}
|
||||
|
||||
```{r}
|
||||
gtsummary::tbl_summary(mtcars,by=cyl)
|
||||
```
|
||||
|
||||
## Discussion
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue