powered by
Internal method to calculate ± 1, 2, 3 standard deviations for given parameters.
param_dev(param = "numeric", sigma = 0.05, range = seq(-3, 3, 1))# S4 method for ANY param_dev(param = "numeric", sigma = 0.05, range = seq(-3, 3, 1))
# S4 method for ANY param_dev(param = "numeric", sigma = 0.05, range = seq(-3, 3, 1))
Numeric vector of parameters adjusted by the specified deviations.
Numeric vector of parameters.
Numeric value representing standard deviation (default is 0.05).
Numeric vector specifying range of deviations (default is seq(-3, 3, 1)).
param_dev(31)
Run the code above in your browser using DataLab