Andree Valle Campos

Results 15 issues of Andree Valle Campos

Currently `get_info` generate vector class outputs, isolated from their metadata. For `tidyverse` users, this output could be cleaner, more explicit and easy to manage if the output is a dataframe...

Please place an "x" in all the boxes that apply --------------------------------------------- - [x] I have the most recent version of incidence2 and R - [x] I have found a bug...

documentation

The currently linked guide suggests I install `Rstan`; is that action needed to install Rtools? or fresh users may need to install `Rstan` too? https://github.com/epiforecasts/EpiNow2/blob/3b2a10dc6bf39dbc62b498a328ca2f0ea5818dc2/README.Rmd#L102-L104 I found a plain installation...

Dear afrilearndata team, The `afrilandcover` object can not be plotted using the `raster::plot()` function. ``` r pacman::p_load_gh("afrimapr/afrilearndata") pacman::p_load(raster) # the issue is here: raster::plot(afrilandcover) #> Error in .local(.Object, ...): #...

_Conversion functions_ are great to convert the usually reported summary statistics to probability distribution parameters. In a coming vignette about _conversion functions_, they can be shown in an example that...

I'm open to discussing if adding the `sample_size` would facilitate to identification of the difference between outputs from the sample paper with equal `author` and `year`. This possibly is an...

Trying to solve this problem, is there a way I can prioritize `convert_summary_stats_to_params()` over `extract_param()`? ``` r library(epiparameter) library(tidyverse) # How to get the mean and sd values # for...

question

if the [serial interval](https://ars.els-cdn.com/content/image/1-s2.0-S2468042721000038-gr4_lrg.jpg) starts in the onset of symptoms in the primary case, then `plot()` seems to have the x-axis label fixed independent of the distribution. Probably making it...

**Is your feature request related to a problem? Please describe.** The definitions of all the delay distributions in the drafted vignette are clear and concise. I usually forget their precise...

documentation

Summary: from the epinow() output, doubling/halving estimate, the range of confidence intervals does not include the central estimate. Description: I would expect the central estimate to be included in the...