Description Usage Arguments Value Source Examples
Method print1.linreg
1 |
lan_formula_name |
User input of the formula |
lan_data_name |
User input of the data |
modelled |
The full output of the linear regression analysis. |
Prints the coefficients of the linear regression analysis of the input data
http://web.nchu.edu.tw/~numerical/course1012/ra/Applied_Regression_Analysis_A_Research_Tool.pdf
1 2 | print1.linreg(Petal.Length~Species, data = iris)
print1.linreg(Employed ~ ., longley)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.