-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.84 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Type: Package
Package: meddecide
Title: Medical Decision Analysis and Reliability Assessment Tools in ClinicoPath jamovi Module
Version: 0.0.2.54
Date: 2025-01-24
Authors@R:
person(given = "Serdar",
family = "Balci",
role = c("aut", "cre"),
email = "drserdarbalci@gmail.com",
comment = c(ORCID = "0000-0002-7852-3851"))
Maintainer: Serdar Balci <drserdarbalci@gmail.com>
Description: A comprehensive toolkit for medical decision analysis and reliability
assessment, implemented as a jamovi module. The package provides tools for:
* Interrater and intrarater reliability analysis using Cohen's Kappa and
Fleiss' Kappa statistics
* Diagnostic test evaluation with sensitivity, specificity, predictive values,
and likelihood ratios
* Sample size calculations for reliability studies using confidence interval
and power-based approaches
* Visualization tools including Fagan nomograms for Bayesian probability
updates
* Power analysis for interobserver agreement studies with support for
multiple raters and outcome categories
Tools are provided through an intuitive graphical interface in jamovi, making
complex medical decision analyses accessible to clinical researchers.
License: GPL (>= 2)
URL: https://github.com/sbalci/ClinicoPathJamoviModule/, https://github.com/sbalci/meddecision/, https://sbalci.github.io/ClinicoPathJamoviModule/, https://www.serdarbalci.com/meddecide/
BugReports:
https://github.com/sbalci/ClinicoPathJamoviModule/issues/
Depends:
R (>= 4.1.0)
Imports:
jmvcore,
R6,
magrittr,
irr,
dplyr,
utils,
forcats,
e1071,
epiR,
ggplot2,
scales,
kappaSize,
tidyr,
boot,
Matrix,
RColorBrewer,
poLCA
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2