jamovi — Overview
The group’s statistical backbone: ClinicoPath + focused sub-modules, all behind a jamovi GUI
| Repo | Use for |
|---|---|
template |
Generic Quarto + R scaffold for a new study |
histopathology-template |
Case-series / clinical-study scaffold |
JamoviTest | Quick jamovi-module sanity check |MyRCodesForDataAnalysis— snippets used across studies.histopatoloji-calismalarinda-biyoistatistik-icin-veri-hazirlama— data-preparation helpers (TR).clinicopathological— shared clinicopathological data helpers.New case series or study? Clone
histopathology-template.New statistical function? Add it to
ClinicoPathJamoviModule
Why jamovi
- Lower friction for clinicians and trainees than raw R.
- Reproducible: every jamovi file records the full analysis chain.
- Each function is implemented once, used everywhere.
- Output is publication-ready — Table 1, KM curves, decision curves, forest plots.
Install order
ClinicoPathJamoviModule— always first.- Install the submodule(s) you need from the same sideload folder.
- Verify the install by running the Kaplan–Meier example on the bundled dataset.
Satellite / specialty modules
ClinicoPathShiny— Shiny web version.ggstatsplot,vijPlots— plot building blocks.conttablesplus,jPwrSS,jmvbaseR,gamlj,jamoviPsychoPDA,BrawStats-for-Jamovi-Full.
Work-in-progress (do not publish from)
Conventions
- One function, one jamovi analysis panel, one documented example in the
.yaml. - Every function has a vignette — if you add a function, you write the vignette.
- Use
ClinicoPathJamoviModulerather than reinventing analyses in raw R. Consistency across papers matters more than per-paper novelty.
How to contribute
- Clone
ClinicoPathJamoviModuleand getdevtools::load_all()green on your machine. - Pick a “good first issue” labeled in the repo.
- Add a failing test, make it pass, write the vignette, open a PR.