View source: R/fun_LinearLink.R
Find the Least Squares Fit
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  | 
intercept | 
 logical. Whether or not an intercept term should be used in 
least squares estimation. See   | 
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.