A jamovi Module that contains main analysis used in ClinicoPathological research. ClinicoPath help researchers to generate natural language summaries of their dataset, generate cross tables with statistical tests, and survival analysis with survival tables, survival curves, and natural language summaries.
π¬πππππ¨πππβππΆππππ π¬π¬ππ΄ππ¨π» πΈπΊπππ¬πππ«πΈ
https://zenodo.org/account/settings/github/repository/sbalci/ClinicoPathJamoviModule
DOI 10.17605/OSF.IO/9SZUD
You can install this module after installing jamovi version >= 1.2.19 from here: https://www.jamovi.org/download.html
Then you can install the submodules directly inside the jamovi, using library.
Submodules are: - ClinicoPathDescriptives - jsurvival - meddecide - jjstatsplot
Download and install jamovi.
Download the relevant jmo
file for your operating system from
ClinicoPathDescriptives functions are separately added to jamovi library under Exploration menu
ClinicoPathDescriptives module can be downloaded inside jamovi (click Modules and jamovi library)
https://github.com/sbalci/ClinicoPathDescriptives/
https://github.com/sbalci/ClinicoPathDescriptives/releases/
https://library.jamovi.org/win64/R4.0.2/ClinicoPathDescriptives-0.0.2.0039.jmo
https://library.jamovi.org/macos/R4.0.2/ClinicoPathDescriptives-0.0.2.0039.jmo
remotes::install_github("sbalci/ClinicoPathDescriptives")
ClinicoPathDescriptives functions for Linux
https://github.com/sbalci/ClinicoPathLinuxDescriptives/
https://github.com/sbalci/ClinicoPathLinuxDescriptives/releases/
https://library.jamovi.org/linux/R4.0.2/ClinicoPathDescriptives-0.0.2.0041.jmo
remotes::install_github("sbalci/ClinicoPathDescriptives")
GGStatsPlot functions are separately added to jamovi library under jjstatsplot menu
JJStastPlot module can be downloaded inside jamovi (click Modules and jamovi library)
https://library.jamovi.org/win64/R4.0.2/jjstatsplot-0.0.2.0038.jmo
https://library.jamovi.org/macos/R4.0.2/jjstatsplot-0.0.2.0038.jmo
https://github.com/sbalci/jjstatsplot
https://github.com/sbalci/jjstatsplot/releases/
remotes::install_github("sbalci/jjstatsplot")
https://github.com/sbalci/jsurvival
https://github.com/sbalci/jsurvival/releases/
https://library.jamovi.org/macos/R4.0.2/jsurvival-0.0.2.0044.jmo
https://library.jamovi.org/win64/R4.0.2/jsurvival-0.0.2.0044.jmo
https://library.jamovi.org/linux/R4.0.2/jsurvival-0.0.2.0044.jmo
remotes::install_github("sbalci/jsurvival")
https://github.com/sbalci/meddecide/
https://github.com/sbalci/meddecide/releases/
https://library.jamovi.org/win64/R4.0.2/meddecide-0.0.1.0005.jmo
https://library.jamovi.org/linux/R4.0.2/meddecide-0.0.1.0005.jmo
https://library.jamovi.org/macos/R4.0.2/meddecide-0.0.1.0005.jmo
remotes::install_github("sbalci/meddecide")
https://github.com/sbalci/jbbplot/
https://github.com/sbalci/jbbplot/releases/
remotes::install_github("sbalci/jbbplot")
Step 3: And install using side-load as shown below:
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("sbalci/ClinicoPathJamoviModule")
Made possible via the codes, help, and guidence of
See https://github.com/ClinicoPath for forked packages.