Content deleted Content added
Clarified the connection between the code block above and the text output below. |
Clarified the connection between the code block on the left and the diagnostic plots on the right. |
||
Line 366:
=== Modeling and plotting ===
[[File:Plots from lm example.svg|right|thumb|200px|Diagnostic plots for the model from
The R language has built-in support for [[data modeling]] and graphics. The following example shows how R can generate and plot a [[linear model]] with residuals.
<syntaxhighlight lang="r">
|