autoselect.mixsd | R Documentation |
Function to compute a grid of standard deviations from univariate simple linear regression summary statistics
autoselect.mixsd(data, mult = 2)
data |
a list with two elements. 1 - Bhat, a numeric vector of regression coefficients. 2 - Shat, a numeric vector of of standard erros for the regression coefficients. |
mult |
a scalar affecting how dense the resulting grid of standard deviations will be. |
A numeric vector of standard deviations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.