diff options
Diffstat (limited to 'chm/drfit.html')
-rw-r--r-- | chm/drfit.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chm/drfit.html b/chm/drfit.html index 0c67eae..23dd70f 100644 --- a/chm/drfit.html +++ b/chm/drfit.html @@ -87,9 +87,9 @@ Johannes Ranke <h3>Examples</h3>
<pre>
-## Not run: data(antifoul)
-## Not run: r <- drfit(antifoul)
-## Not run: format(r,digits=2)
+data(antifoul)
+r <- drfit(antifoul)
+format(r,digits=2)
</pre>
|