Learn R Programming

ADP (version 0.1.6)

adp.u: Calculates the predicted adoption probability according to the users' rate

Description

This function develops a prediction of the adoption rate of an innovation in the market, according to the number of users.

Usage

adp.u(users)

Arguments

users

a vector of percentige (0<users<1) of known users.

Value

a vector of predicted percentige(0<ADP<1) of the adoption probability of a innovative product in the population.

Details

This function calculates the adoption probability in the population of a certain innovation according to known users rate measured in a survey.

See Also

pusers, ptriers, and adp.t

Examples

Run this code
# NOT RUN {
# 50% rate of users
adp.u(0.5)
0.6773232
# means that two out of three people who try the product will adopt it,
# in case that 50% of the population already uses it.
# }

Run the code above in your browser using DataLab