controlPerf: Parameters for performance calculations
Description
This function stores parameters for performance calculations
Usage
controlPerf(min.n = 2, alpha = 0.05, n.boots = 1000, n.cores = 2)
Value
control parameters for performance calculations
Arguments
- min.n
minimum number of observations per entity
- alpha
statistical significance level to use for confidence intervals
- n.boots
number of bootstraps to use for confidence interval estimation for P/E ratios
- n.cores
number of cores to use for parallel processing
Author
Kenneth Nieser (nieser@stanford.edu)