]> nmode's Git Repositories - Rnaught/blob - index.html
Deploying to gh-pages from @ MI2YorkU/Rnaught@3a6bcfcf37a8423bbb59db85cf5b3aad6f7bcf72 🚀
[Rnaught] / index.html
1 <!DOCTYPE html>
2 <!-- Generated by pkgdown: do not edit by hand --><html lang="en">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <meta charset="utf-8">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8 <title>Estimate the Basic Reproduction Number of Infectious Diseases • Rnaught</title>
9 <script src="deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
10 <link href="deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet">
11 <script src="deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="deps/font-awesome-6.4.2/css/all.min.css" rel="stylesheet">
12 <link href="deps/font-awesome-6.4.2/css/v4-shims.min.css" rel="stylesheet">
13 <script src="deps/headroom-0.11.0/headroom.min.js"></script><script src="deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="deps/search-1.0.0/fuse.min.js"></script><script src="deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="pkgdown.js"></script><meta property="og:title" content="Estimate the Basic Reproduction Number of Infectious Diseases">
14 <meta name="description" content="A collection of methods for estimating the basic reproduction number (R0) of infectious diseases. Optionally available as a web application using the shiny framework.">
15 <meta property="og:description" content="A collection of methods for estimating the basic reproduction number (R0) of infectious diseases. Optionally available as a web application using the shiny framework.">
16 <meta property="og:image" content="https://MI2YorkU.github.io/Rnaught/logo.svg">
17 </head>
18 <body>
19 <a href="#main" class="visually-hidden-focusable">Skip to contents</a>
20
21
22 <nav class="navbar navbar-expand-lg fixed-top bg-light" data-bs-theme="light" aria-label="Site navigation"><div class="container">
23
24 <a class="navbar-brand me-2" href="index.html">Rnaught</a>
25
26 <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.1.0</small>
27
28
29 <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
30 <span class="navbar-toggler-icon"></span>
31 </button>
32
33 <div id="navbar" class="collapse navbar-collapse ms-3">
34 <ul class="navbar-nav me-auto">
35 <li class="nav-item"><a class="nav-link" href="reference/index.html">Reference</a></li>
36 <li class="nav-item dropdown">
37 <button class="nav-link dropdown-toggle" type="button" id="dropdown-articles" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true">Articles</button>
38 <ul class="dropdown-menu" aria-labelledby="dropdown-articles">
39 <li><a class="dropdown-item" href="articles/seq_bayes_post.html">Sequential Bayes: Utilizing the Posterior Distribution</a></li>
40 <li><a class="dropdown-item" href="articles/wp_serial.html">White and Pagano: Utilizing the Serial Distribution</a></li>
41 </ul>
42 </li>
43 </ul>
44 <ul class="navbar-nav">
45 <li class="nav-item"><form class="form-inline" role="search">
46 <input class="form-control" type="search" name="search-input" id="search-input" autocomplete="off" aria-label="Search site" placeholder="Search for" data-search-index="search.json">
47 </form></li>
48 <li class="nav-item"><a class="external-link nav-link" href="https://github.com/MI2YorkU/Rnaught/" aria-label="GitHub"><span class="fa fab fa-github fa-lg"></span></a></li>
49 </ul>
50 </div>
51
52
53 </div>
54 </nav><div class="container template-home">
55 <div class="row">
56 <main id="main" class="col-md-9"><div class="section level1">
57 <div class="page-header">
58 <img src="logo.svg" class="logo" alt=""><h1 id="rnaught-">Rnaught
59 <a class="anchor" aria-label="anchor" href="#rnaught-"></a>
60 </h1>
61 </div>
62 <p>Rnaught is an R package and web application for estimating the <a href="https://en.wikipedia.org/wiki/Basic_reproduction_number" class="external-link">basic reproduction number (<em>R</em><sub>0</sub>)</a> of infectious diseases.</p>
63 <p>Currently, this estimation can be done in the web application via four different methods: White and Panago (WP), sequential Bayes (seqB), incidence decay (ID), and incidence decay and exponential adjustment (IDEA).</p>
64 <p>Datasets can be uploaded as a .csv file, or can be entered manually into the application. The data is visualized in the application through plots that show the case counts (either weekly or daily). If multiple datasets are uploaded/manually entered, the trends corresponding to these datasets are populated in the same plot and can be compared. This plot can be exported as a .png file. Further, the dataset entered can be exported into a .csv file. Two sample datasets are included: weekly Canadian COVID-19 case count data from March 3rd, 2020 to March 31st, 2020, and weekly Ontario COVID-19 case count data from March 3rd, 2020 to March 31st, 2020.</p>
65 <p>To estimate the basic reproductive number, the user can choose their preferred estimator, and if applicable, must enter the known serial interval prior to estimation. If multiple estimates of the basic reproductive number are calculated, they are all included in a table where each row represents an estimate. If multiple datasets are being considered, the basic reproductive number is estimated for all datasets and the columns of the table correspond to the different datasets uploaded into the application. The table also consists of a column corresponding to the value of the serial interval. This table can be exported as a .csv file.</p>
66 <p>In progress…</p>
67 </div>
68 </main><aside class="col-md-3"><div class="links">
69 <h2 data-toc-skip>Links</h2>
70 <ul class="list-unstyled">
71 <li><a href="https://github.com/MI2YorkU/Rnaught/" class="external-link">Browse source code</a></li>
72 <li><a href="https://github.com/MI2YorkU/Rnaught/issues" class="external-link">Report a bug</a></li>
73 </ul>
74 </div>
75
76 <div class="license">
77 <h2 data-toc-skip>License</h2>
78 <ul class="list-unstyled">
79 <li>AGPL (&gt;= 3)</li>
80 </ul>
81 </div>
82
83
84 <div class="citation">
85 <h2 data-toc-skip>Citation</h2>
86 <ul class="list-unstyled">
87 <li><a href="authors.html#citation">Citing Rnaught</a></li>
88 </ul>
89 </div>
90
91 <div class="developers">
92 <h2 data-toc-skip>Developers</h2>
93 <ul class="list-unstyled">
94 <li>Sawitree Boonpatcharanon <br><small class="roles"> Author </small> </li>
95 <li>Jane Heffernan <br><small class="roles"> Author </small> </li>
96 <li>Hanna Jankowski <br><small class="roles"> Author </small> </li>
97 <li>Naeem Model <br><small class="roles"> Author, maintainer </small> </li>
98 </ul>
99 </div>
100
101
102
103 </aside>
104 </div>
105
106
107 <footer><div class="pkgdown-footer-left">
108 <p>Developed by Sawitree Boonpatcharanon, Jane Heffernan, Hanna Jankowski, Naeem Model.</p>
109 </div>
110
111 <div class="pkgdown-footer-right">
112 <p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.1.</p>
113 </div>
114
115 </footer>
116 </div>
117
118
119
120
121
122 </body>
123 </html>