powered by
#' This function develops a prediction of the adoption rate of an innovation in the market, according to the number of triers
adp.t(triers)
a vector of percentige (0<triers<1) of known triers
a vector of predicted percentige(0<ADP<1) of the adoption probability of a innovative product in the population.
This function calculates the adoption probability in the population of a certain innovation according to known triers rate measured in a survey.
pusers, ptriers, and adp.u
pusers
ptriers
adp.u
# NOT RUN { # 50% rate of triers adp.t(0.5) 0.4910082 # means that every second person who tries the product will adopt it, in case # that 50% of the population already tried it. # }
Run the code above in your browser using DataLab