\code{estimated.from.sampling} \tab Whether each value in \code{outcome} was obtained from a sample (True) or from exact calculations (False).\cr

This function returns a list consisting of the parameters listed below:
  \tabular{rl}{
    \code{n} \tab Optimal sample size.\cr
    \code{n.visited} \tab The list of visited sample sizes along the march towards optimal sample size.\cr
    \code{outcome} \tab The (estimated) outcome obtained for each visited sample size.\cr
    \code{estimated.from.sampling} \tab Whether each value in \code{outcome} was obtained from a sample (True) or from exact calculations (False).\cr
    (other) \tab Function arguments as given at the function call.
}