Description Usage Arguments Value Examples
Fits a simple linear regression model, outputting easy-to-read
results rounded to user's preferred decimal place. A wrapper for lm()
.
1 |
dataset |
The data on which the modelling process will be run. This parameter is so named to indicate to the user that a dataset is required |
iv |
The variable to be passed to the modelling function as predictor. This parameter is so named to avoid any confusion about directionality. |
dv |
The variable to be passed to the modelling function as response. As above, this parameter is so named to avoid confusion about directionality. |
digits |
The number of digits to display for all computed numbers. This parameter is so named to indicate to the user that a number of digits is required |
... |
Additional arguments to lower level functions. |
Selected results of a linear regression on provided data in an easy-to-read format composed of text and rounded digits.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.