CRAN Release 1.18.0
Changes in netdiffuseR version 1.18.0 (2017-07-16)
New functions
-
bootnet
implements network bootstrapping based on Snijders and Borgatti (1999) -
mentor_matching
implements Valente and Davis (1999) Mentor matching algorithm.
including a plot method. -
approx_geodesic
an alternative toigraph::distances
andsna::geodist
.
computes geodesics up to a certain number of steps and returns a sparse
matrix. -
matrix_compare
Efficiently compares two sparse matrices looking only at the valued
cells. -
as_dgCMatrix
Coerce matrix-like objects into dgCMatrix objects (sparse matrices
from theMatrix
package). -
fitbass
Fits the Bass Diffusion Model to an observed vector of cumulative
adopters. The estimation is done viastats::nls
. -
netmatch
andnetmatch_prepare
(on development) implement matching estimators
with network data.
Bugs Fixes
-
dgr
returned with error whenself == TRUE
-
In some calls to
igraph::graph_from_adj...
sorting of vertices was not preserved. -
The
matrix
method inegonet_attrs
was passing a list of vertices instead of
the attributes. Fixed. -
transformGraphBy
was returning with error when the time periods ranged other than
1, 2, ...
New Features
-
rgraph_er
is now significantly faster (orders of magnitude compare to
previous versions).rgraph_ba
is faster too. -
moran
now returns the sd, expected and p-value. -
exposure
now receives static graphs inalt.graph
with a warning. -
rewire_graph
now also uses QAP. This affects directly tostructu_test
.