Package: WINS 1.4.2
WINS: The R WINS Package
Calculate the win statistics (win ratio, net benefit and win odds) for prioritized multiple endpoints, plot the win statistics and win proportions over study time if at least one time-to-event endpoint is analyzed, and simulate datasets with dependent endpoints. The package can handle any type of outcomes (continuous, ordinal, binary, time-to-event) and allow users to perform stratified analysis, inverse probability of censoring weighting (IPCW) and inverse probability of treatment weighting (IPTW) analysis.
Authors:
WINS_1.4.2.tar.gz
WINS_1.4.2.zip(r-4.5)WINS_1.4.2.zip(r-4.4)WINS_1.4.2.zip(r-4.3)
WINS_1.4.2.tgz(r-4.4-any)WINS_1.4.2.tgz(r-4.3-any)
WINS_1.4.2.tar.gz(r-4.5-noble)WINS_1.4.2.tar.gz(r-4.4-noble)
WINS_1.4.2.tgz(r-4.4-emscripten)WINS_1.4.2.tgz(r-4.3-emscripten)
WINS.pdf |WINS.html✨
WINS/json (API)
# Install 'WINS' in R: |
install.packages('WINS', repos = c('https://cuiyingbeicheng.r-universe.dev', 'https://cloud.r-project.org')) |
- Z_t_con - Covariate history in the control group.
- Z_t_trt - Covariate history in the treatment group.
- data_binary - An example with three binary endpoints.
- data_continuous - An example with three continuous endpoints.
- data_mix - An example with a mixture of endpoint types.
- data_mix_stratum - An example with a mixture of endpoint types with three strata.
- data_tte - An example with three TTE endpoints.
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 6 months agofrom:ddf5dfffd9. Checks:OK: 1 WARNING: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | WARNING | Oct 27 2024 |
R-4.5-linux | WARNING | Oct 27 2024 |
R-4.4-win | WARNING | Oct 27 2024 |
R-4.4-mac | WARNING | Oct 27 2024 |
R-4.3-win | WARNING | Oct 27 2024 |
R-4.3-mac | WARNING | Oct 27 2024 |
Exports:partition_t.plotsim.datastat_t.plotwin.statwin.strategy.default
Dependencies:abindADGofTestbackportsbootbroomcarcarDataclicolorspacecopulacorrplotcowplotcpp11DerivdoBydplyrfansifarverFormulagenericsggplot2ggpubrggrepelggsciggsignifgluegridExtragslgtableisobandlabelinglatticelifecyclelme4magrittrMASSMatrixMatrixModelsmgcvmicrobenchmarkminqamodelrmunsellmvtnormnlmenloptrnnetnumDerivpbkrtestpcaPPpillarpkgconfigplyrpolynompsplinepurrrquantregR6RColorBrewerRcppRcppEigenreshape2rlangrstatixscalesSparseMstablediststringistringrsurvivaltibbletidyrtidyselectutf8vctrsviridisviridisLitewithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
An example with three binary endpoints. | data_binary |
An example with three continuous endpoints. | data_continuous |
An example with a mixture of endpoint types. | data_mix |
An example with a mixture of endpoint types with three strata. | data_mix_stratum |
An example with three TTE endpoints. | data_tte |
Plot the Win Proportion over the Study Time. | partition_t.plot |
Function for Data Simulation | sim.data |
Plot Win Statistics over the Study Time. | stat_t.plot |
Function to Calculate the Win Statistics | win.stat |
The Default Win Strategy Function. | win.strategy.default |
Covariate history in the control group. | Z_t_con |
Covariate history in the treatment group. | Z_t_trt |