You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The time of adoption vector toa currently allows information about a single adoption to be registered. We need to refactor this component so toa is computed as a function of the adoption/cumadop matrices (arrays). You need to:
Remove references to toa in the code and replace it with toa_mat() or something similar.
The toa_mat() or something similar function should compute times of adoption based on the adopt matrix.
Some functions where $toa is present:
diffnet.attrs
toa_diff
diffnet.toa
diffnet.toa<-
diffnet.subset.slices
summary.diffnet
...
Look for calls to $toa or diffnet.toa(.
The text was updated successfully, but these errors were encountered:
Currently, toa is a matrix (for multi-diffusion) with one column for each behavior. When a single diffusion is run, the output is the same as before, so there is no need to replace $toa with something like a function for the moment. Let me know if that is enough.
The time of adoption vector
toa
currently allows information about a single adoption to be registered. We need to refactor this component sotoa
is computed as a function of the adoption/cumadop matrices (arrays). You need to:toa
in the code and replace it withtoa_mat()
or something similar.toa_mat()
or something similar function should compute times of adoption based on theadopt
matrix.Some functions where
$toa
is present:diffnet.attrs
toa_diff
diffnet.toa
diffnet.toa<-
diffnet.subset.slices
summary.diffnet
Look for calls to
$toa
ordiffnet.toa(
.The text was updated successfully, but these errors were encountered: