cumulative_adopt_count {netdiffuseR} | R Documentation |
Cummulative count of adopters
Description
For each time period, calculates the number of adopters, the proportion of adopters, and the adoption rate.
Usage
cumulative_adopt_count(obj)
Arguments
obj |
A |
Details
The rate of adoption–returned in the 3rd row out the resulting matrix–is calculated as
where is the number of adopters in time
. Note that
it is only calculated fot
.
Value
A matrix, where its rows contain the number of adoptes, the proportion of
adopters and the rate of adoption respectively, for earch period of time.
Author(s)
George G. Vega Yon & Thomas W. Valente
See Also
Other statistics:
bass
,
classify_adopters()
,
dgr()
,
ego_variance()
,
exposure()
,
hazard_rate()
,
infection()
,
moran()
,
struct_equiv()
,
threshold()
,
vertex_covariate_dist()
[Package netdiffuseR version 1.22.6 Index]