-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
title: "Introducing Basic statistics of jsmodule" | ||
author: "Jinseob Kim" | ||
date: "`r Sys.Date()`" | ||
output: rmarkdown::html_vignette | ||
vignette: > | ||
%\VignetteIndexEntry{Introducing Basic statistics of jsmodule} | ||
%\VignetteEngine{knitr::rmarkdown} | ||
%\VignetteEncoding{UTF-8} | ||
--- | ||
|
||
```{r setup, include = FALSE} | ||
knitr::opts_chunk$set( | ||
collapse = TRUE, | ||
comment = "#>", | ||
echo = T | ||
) | ||
``` | ||
|
||
|
||
## Subgroup Analysis | ||
|
||
### Subgroup analysis for Cox regression is available by selecting the event, time, group, and subgroup variables. | ||
|
||
![](figures/subgroup_cox.png){out.width="50%"} | ||
|
||
### Subgroup analysis for linear regression is available by selecting the group, outcome, and subgroup variables. | ||
|
||
![](figures/subreg.png){out.width="50%"} | ||
|
||
### Subgroup analysis for logistic regression is available by selecting the group, outcome, and subgroup variables. | ||
|
||
![](figures/sublog.png){out.width="50%"} | ||
|
||
## Competing risk analysis | ||
|
||
### Competing risk analysis can be performed by selecting the regression tab and choosing the Cox model. After clicking on "Competing Risk Analysis," select the competing risk and competing time variables to display results using the Fine-Gray method | ||
|
||
![](figures/cmprsk_cox.png){out.width="50%"} | ||
|
||
### Kaplan-Meier plots are also available with competing risks reflected. After clicking on "Competing Risk Analysis," select the competing risk and competing time variables to generate Kaplan-Meier plots that account for competing risks. | ||
|
||
![](figures/cmprsk_kaplan.png){out.width="50%"} | ||
|
||
### Subgroup analysis for Cox regression with competing risks is also available. After clicking on "Competing Risk Analysis," select the competing risk and competing time variables to generate Kaplan-Meier plots that account for competing risks. | ||
|
||
![](figures/cmprsk_subcox.png){out.width="50%"} | ||
|
||
## Web applications | ||
|
||
- https://openstat.ai |