cumulative_adopt_count function

Cummulative count of adopters

Cummulative count of adopters

For each time period, calculates the number of adopters, the proportion of adopters, and the adoption rate.

cumulative_adopt_count(obj)

Arguments

  • obj: A nTn * T matrix (Cumulative adoption matrix obtained from toa_mat) or a diffnet object.

Returns

A 3T3 * T matrix, where its rows contain the number of adoptes, the proportion of adopters and the rate of adoption respectively, for earch period of time.

Details

The rate of adoption--returned in the 3rd row out the resulting matrix--is calculated as

qtqt1qt1[q(t)q(t1)]/q(t1) \frac{q_t - q_{t-1}}{q_{t-1}}[q(t) - q(t-1)]/q(t-1)

where q(i)q(i) is the number of adopters in time tt. Note that it is only calculated fot t>1t>1.

See Also

Other statistics: bass, classify_adopters(), dgr(), ego_variance(), exposure(), hazard_rate(), infection(), moran(), struct_equiv(), threshold(), vertex_covariate_dist()

Author(s)

George G. Vega Yon & Thomas W. Valente