ptriers: Calculates the predicted prevalence of triers according to the users' rate
Description
This function develops a prediction of the triers' rate of an innovation in
the market, according to the number of users.
Usage
ptriers(users)
Arguments
users
a vector of percentige (0<users<1) of known users.
Value
a vector of predicted percentige(0<triers<1) of triers in the population of a certain innovation according to known users rate
Details
This function calculates the rate of triers in the population of a certain
innovation according to known users rate in that population and measured in a survey.
# NOT RUN {# 50% rate of usersptriers(0.5)
0.7382# means that 74% of the population tried the product, in case that 50% of# the population are using it.# }