network
network copied to clipboard
Classes for Relational Data
Hello network team! I am writing a package relying in C++ which is compiled and linked against using Rcpp. I'd like to use the C API of network to interact...
I can't believe I hadn't noticed this in the original PR: the two functions duplicate code and functionality, even though a `tibble` *is*, technically, a `data.frame`. @knapply , what do...
In the context of data with "weights" and/or ERGMs for valued ties it would be nice to be able do use `mixingmatrix()` to get some summaries of the tie values...
The rows' grouping of a mixing matrix does not have to be the same as the columns' grouping: one can, for example, count number of ties between Male students and...
* `subset()` would drop vertices or edges based on a specification. * `transform()` would rewrite or construct vertex or edge attributes based on a specification.
fixes statnet/network#86
… and eval.parent() rather than passing arguments through by name, thus preserving missing() information. @CarterButts , is this OK? A simpler alternative is to remove all arguments to `network()` except...
We seem to have missed it during the last round.
At the moment, methods for `set.vertex.attribute()` for subclasses of `network` such as those used in `networkLite` and `ergm.multi` cannot use the in-place assignment semantics of the `network` itself because the...
Test is tripping: ``` Warning (test-dataframe.R:568:3): bipartite networks work 3 arguments not used by format '`bipartite` is `TRUE`, but the `vertices` you provided contain names that are not present in...