Compute WLS using Tukey's biweight function
| 1 | 
| x | A matrix whose rows correspond to cases and whose columns correspond to variables. x matrix should not include a column of ones | 
| y | The responses, possibly a matrix if you want to fit multiple left hand sides. y can be matrix if there are multiple left-hand sides | 
| c | Tuning constant when compute weighted least squared using Tukey's biweight function. Typically, between 6 to 9. | 
| intercept | logical. Whether or not an intercept term should be used in 
least squares estimation. See  | 
| tol.biweight | Tolerance for convergence of the biweight fit | 
| tol.lsfit | Tolerance to be used in the matrix decomposition in 
least squares estimation. See  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.