]> nmode's Git Repositories - Rnaught/blob - inst/app/templates/content/estimation/estimates/add-estimators.html
60111c7a3e748328fb5b0a93f7ab0a752c138c69
[Rnaught] / inst / app / templates / content / estimation / estimates / add-estimators.html
1 <h4>Add estimators</h4>
2 <form class="my-3">
3 <!-- Dropdown to select estimator. -->
4 <label class="form-label" for="estimator_select">Select estimator:</label>
5 <select name="estimator_select" class="form-select">
6 <option value="id" selected>Incidence Decay (ID)</option>
7 <option value="idea">Incidence Decay and Exponential Adjustment (IDEA)</option>
8 <option value="seq_bayes">Sequential Bayes (seqB)</option>
9 <option value="wp">White and Pagano (WP)</option>
10 </select>
11 <!-- Parameters. -->
12 {{ htmlTemplate("templates/content/estimation/estimates/add-estimators/parameters.html", id = "id") }}
13 {{ htmlTemplate("templates/content/estimation/estimates/add-estimators/parameters.html", id = "idea") }}
14 {{ htmlTemplate("templates/content/estimation/estimates/add-estimators/parameters.html", id = "seq_bayes") }}
15 {{ htmlTemplate("templates/content/estimation/estimates/add-estimators/parameters.html", id = "wp") }}
16 </form>