netdiffuseR icon indicating copy to clipboard operation
netdiffuseR copied to clipboard

netdiffuseR: Analysis of Diffusion and Contagion Processes on Networks

Results 33 netdiffuseR issues
Sort by recently updated
recently updated
newest added

Currently, `rdiffnet` and the underlying `exposure` function calculate exposure deterministically ($E = W \times A$). To support more general diffusion processes, specifically Agent-Based Models (ABM) that require stochastic mechanics, we...

We need to prepare the repository for the next CRAN release. We need to check: - The NEWS file is in proper order (updated with the needed updates). - The...

Hi all — quick note inspired by @DennisNientimp (thanks for the nudge!). The problem: rdiffnet_multiple() currently runs multiple simulations for a single behavior only. There’s no built-in way to batch...

enhancement

I recently got this email from CRAN about the R package. We need to fix the issues associated with the [changes in the Rcpp package](https://github.com/RcppCore/RcppArmadillo/issues/485) to resubmit the package to...

bug

Hi all, Following up on Tom's suggestion: ``` “It would be cool to have a diagnostic that returns the correlation between in- and out-degree with time of adoption. Could be...

I think it would be a great addition to include these datasets as built-in datasets available in netdiffuseR: - 'New' study on product adoption among physicians: Iyengar, Van den Bulte,...

The age variable is not listed on the manual, but it is present in the data. There may be other differences.

Add to the docs of the Korean family: - The survey has information about the current method of family planning, which could be none. The current one is on 1974....

> Tagging @twvalente for a potential model of adoption/disadoption: $$ P(adopt_i) = \text{logit}^{-1}(\beta_{adopt} exposure_i + \beta^{adopt} x) $$ $$ P(disadopt_i) = \text{logit}^{-1}(\beta_{disadopt} exposure_i + \beta^{disadopt} x) $$ We could also...

> The `behavior` entry should be a vector. What happens if the behavior has a name with a comma in it? Many parts of the code will break (b/c use...