param_dev | R Documentation |
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 signature 'ANY'
param_dev(param = "numeric", sigma = 0.05, range = seq(-3, 3, 1))
param |
Numeric vector of parameters. |
sigma |
Numeric value representing standard deviation (default is 0.05). |
range |
Numeric vector specifying range of deviations (default is seq(-3, 3, 1)). |
Numeric vector of parameters adjusted by the specified deviations.
param_dev(31)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.