-
Notifications
You must be signed in to change notification settings - Fork 1
/
resources.Rmd
83 lines (66 loc) · 1.8 KB
/
resources.Rmd
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
title: "DCA: Other Resources"
output: html_document
---
```{css, echo=FALSE}
.contact-box {
position: relative;
border: 2px solid lightgrey;
padding: 20px;
margin-bottom: 20px;
border-radius: 10px;
background-color: #f9f9f9;
}
.contact-wrapper {
display: flex;
}
.contact-text {
flex-grow: 1;
}
.link {
text-decoration: none;
color: #007bff;
}
.link:hover {
text-decoration: underline;
}
.year {
position: absolute;
top: 10px;
right: 10px;
font-weight: bold;
padding-left: 10px; /* Add left padding to separate the year from the text */
}
h2 {
margin-bottom: 10px;
font-size: 1.3em;
margin-right: 50px; /* Add right margin to separate the title from the year */
}
p {
margin-bottom: 0;
}
```
<div class="contact-wrapper contact-box">
<div class="contact-text">
<h2><a href="https://www.youtube.com/playlist?list=PL_3UUp3wcnVYYQUQ5wXgNjkl1LI1mocA3">DCA YouTube Series (12 Videos)</a></h2>
</div>
</div>
<div class="contact-wrapper contact-box">
<div class="contact-text">
<h2><a href="https://github.com/ML4LHS/modelrecon">R code for calculating net benefit under resource constraints</a></h2>
</div>
</div>
<div class="contact-wrapper contact-box">
<div class="contact-text">
<h2><a href="https://www.fharrell.com/post/edca/">Seven Common Errors in Decision Curve Analysis</a></h2>
<span class="year">2023</span>
<p> Andrew Vickers </p>
</div>
</div>
<div class="contact-wrapper contact-box">
<div class="contact-text">
<h2><a href="https://it-innovations-healthcare.medium.com/decision-curve-analysis-or-why-interpretation-of-medical-decision-support-models-should-be-based-on-b553acedb998">Decision Curve Analysis or Why Interpretation of Medical Decision Support Models Should Be Based on Net Benefit</a></h2>
<span class="year">2024</span>
<p>Paul Hiemstra, PhD</p>
</div>
</div>