Description Usage Arguments Details Value Examples
The function returns the value of the beta coeffcient of the model's intercept.
1 | intercept(model)
|
model |
a model object. |
model is an object returned by a model fitting
function (e.g., lm, aov).
If the model was fitted without an intercept, the function
returns 0 and generates a warning message.
a length-one numeric vector.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.