Thomas Kraft
Thomas Kraft
This issue is a follow-up on https://github.com/tidyverse/ggplot2/issues/2712#issue-335176790. The previously posted solution does not work when there are 3 grouping levels, in which case the geom_point and geom_boxplot layers no longer...
`edges_correct` wasn't behaving as expected, and I've conducted a basic test using one of the EpiModel tutorials with demography to confirm that `dat$nwparam[[1]]$coef.form[1]` does not appear to be modified after...
The MWE below demonstrates this issue. Given a hard constraint specified on ties within groups (vertex attribute), models behave as expected in producing only ties within groups. When a perturbation...
There exists an issue (example below) in which combined files from the 2017-2020 NHANES cycle cannot be loaded with the usual `RNHANES` functions: ``` paq
I've been using `W1.3()` and `W2.3()` to fit a 3-parameter Weibull model to data. `drc` gives 2 parameterizations of the 3-parameter weibull (https://cran.r-project.org/web/packages/drc/drc.pdf): ``` f(x) = 0 + (d −...
In the line referenced below, the column name in output table for `summarize_srm_results` and therefore `summarize_strand_results` is hardcoded to correspond to the default HDPI of 0.90. This can be confusing...